Welded Flanges
- Last UpdatedDec 08, 2025
- 6 minute read
The following syntax is used for the flange statement when the flange is a profile, welded to the plate edge, either along the outer contour or in a hole.
Syntax:
FLANGE
[,<symmetry>]
, <profile>
[,CURVED]
,LIM= <limit_no> [, <at_line>]
{ }
,CNO= <hole_no>
[,INC=<inclination>]
[,QUAL= <quality>]
[,DEST=<destination>]
[,SURF=<surface_treatment>]
[,POS= <pos_no> (1 ... 25)]
[,WELD= <leg_length>]
[,UNSYM= <hangout>]
[,SHR]
[,NO= <flange_no> (1 ... 25)]
[,COL[OUR]= <colour>]
[,COM[MENT]=<comment>]
[< <id's>]
[<assembly>]
<end_point_1>/<end_point_2> ;
Profile data, symmetry, excess, position number, quality assembly, destination, surface treatment, welding, shrinkage compensation and the flange number are handled in the same way as for stiffeners.
Profile types that may be used are flat bars (face plates) and round bars/pipes.
Description
|
CURVED |
means that the flange is to be placed along a curved contour. (A flange along a contour with a very small curvature can be handled as a straight flange.) |
|
By default, a straight flange is supposed. |
The contour along which the flange is set can either be a limit (LIM) of the panel or a hole with a given number (CNO).
|
LIM |
defines the limit. |
|
<limit_no>::= <integer> |
|
|
A straight flange will be set along the longest part of the limit, unless another straight part is selected via an intersecting line (<at_line>). |
|
|
If a straight flange is set along a curved limit, <at line> is used to indicate the point at which the flange should be set parallel to the tangent. |
|
|
<at_line>::= U|V|X|Y|Z::= <coord> |
|
|
Unless the end points of the flange both are explicitly given, the flange will be opposite the direction of the limit if LIM > 0, and have the same direction if LIM < 0. |
|
|
CNO |
is the number of a hole in which the flange will be set. |
|
<hole_no>::= <unsigned_integer> |
|
|
Note: Flanges in holes may be straight or curved. |
|
|
They are always in the opposite direction compared to the direction of the hole. |
|
|
INC |
Inclination of the flange relative to the plate surface. Relevant only for straight flanges. If given explicitly, the angle should be given between the would line side of the flange and the mold plane of the panel on its positive side. INC=1/2/3 is supported with the same sense as for stiffener, that means, a vector along axis INC (=X for INC=1, etc) should be located in the plane of the flange <inclination>::=<number> |
|
UNSYM |
Normally, a flange is welded symmetrically to the plate edge. If the flange shall be placed unsymmetrically, UNSYM is the distance from the edge in the negative direction of the w-axis to the mold plane, see the image: |
|
|
|
|
<hangout>::= <number> |
|
|
COLOUR |
Color of all flanges defined in the statement. |
|
COMMENT |
An arbitrary comment string |
|
<end_point_1> |
defines the end point. The syntax differs somewhat in different cases: |
|
|
|
|
<excess>,<bevel> and <endcut>, see Stiffener Statement Profile Types. |
|
|
<end_straight_1> |
defines the possibilities for a straight flange. |
|
|
|
|
CON |
See Stiffener Statement Profile Types. If a curved stiffener should extend outside a limit, the amount of extension has to be specified by a connection (type 3) with a negative gap. As an alternative it is possible to refer to an endcut code by its negative number, for example, CON=-14. |
The alternatives are:
-
Let the end be defined by the intersection between a given one-coordinate line and the given limit.
<one_coord_line_1>::=
U1|V1|X1|Y1|Z1::= <coord>
If the line is defined outside the limit end, the flange is extended in the tangent of the end point.
-
Connect the flange to another profile.
(For <ext_prof_ref>, see General Layout of a Statement.)
In this case, end cut angles may be added automatically.
-
If no line and no profile is given, then start/end at the distance from one of the end points of the limit, as defined by the connection code.
<end_curved_1> is equal to <end_straight_1> with the exception that a curved flange cannot be connected to another profile.
<end_in_hole_1> defines the end of a flange in a hole.
<end_in_hole_1>::= [, <fl_line_1>]
If nothing is specified about the end points, the flange is supposed to follow the hole contour completely.
Otherwise, the flange must be restricted by a line, intersecting the hole contour. Since there are always two intersection points between an infinitely long line and a closed contour, there is an additional rule:
"The first intersection point in the direction of the line is selected", see the image below.

<fl_line_1>::= <line_uvt_1> |
(X1|Y1|Z1= <coord>)
<end_point_2> Equal to <end_point_1> if all indices "1" are replaced by "2".
Note: Since a line described in the xyz-system in this case cannot be given an arbitrary direction, it might be necessary to use a uv-line.
<end_point_2> Equal to <end_point_1> if all indices "1" are replaced by "2".
To sum up, the end points can be defined in one of the following ways.
-
By a line intersecting the limit (or the hole). In a hole, the direction of the line is significant for selection of an intersection point.
-
By connection to an intersecting profile. (only straight flanges)
-
By ending a certain distance from a corner as defined by a connection code (not for flanges in holes).
-
By setting a flange along a complete hole contour (only flanges in holes).
Remark:
If an end point of the flange is generated according to the alternatives 1) and 3) above, then adding an angle to the end cut means that the mold line of the flange will be changed accordingly. See the example below.

... CON=15, CUT=1100, 45 ... moves the end point of the flange from P to S.
Examples:
|
1. |
A flange on a bottom web is generated. |
|
FLANGE, LIM=2, PRO=10, 400, 20, WELD=5, |
|
|
The three examples below are similar but different. |
|
|
|
|
|
2. |
FLA, ..., LIM=3, |
|
3. |
FLA, ..., LIM=-3, |
|
4. |
FLA, ..., LIM=3, |
|
5. |
A curved flange is generated. |
|
|
|
|
FLA, TYPE=5, LIM=3, ..., |
|
|
6. |
A flange in hole number 5. |
|
|
|
|
FLA, CUR, PRO=10, 100, 10, CNO=5, |
|
|
7. |
A straight flange in a part of a hole number 2. |
|
|
|
|
FLA, CNO=2, PRO=10, 200, 12, |
|
|
8. |
A curved flange extending outside the limit. |
|
|
|
|
FLA, LFM=3, PRO=....., CON=18/CON=-.....; |
|







