1. Line, line type and supernode connectivity

This data group defines the connectivity between lines and supernodes. If the line identifier is missing the line number implicitly defined by the order in which the lines are specified, will be used as the line identifier. References to line type IDs and supernode IDs are mandatory.

NLIN input lines.

LINE-ID LINTYP-ID SNOD-ID1 SNOD_ID2
  • LINE-ID: character(8): Line identifier

  • LINTYP-ID: character(8): Reference to line type identifier

  • SNOD-ID1: character(8): Reference to supernode identifier at end 1

  • SNOD-ID2: character(8): Reference to supernode identifier at end 2

If only 3 alphanumeric strings are specified, the first string is taken as LINTYP-ID, the second as SNOD-ID1 and the third as SNOD-ID2:

LINTYP-ID SNOD-ID1 SNOD-ID2

The LINE-ID is taken as the line number as implicitly defined by the order in which the lines are given.

The local element y- and z-axes are found from local x-axis and a reference vector.

The local element x-axis goes from end 1 to end 2 of the element. The local element y- and z-axes are found from local x-axis and a reference vector. The local element x-, y- and z-axes will form a right-handed coordinate system.

The reference vector may be specified using the option LOCAL ELEMENT AXIS.

If the line is a blade in a wind turbine and LOCAL ELEMENT AXIS is not specified, the reference vector will be found as the cross product between the local x-axis of the shaft and the local x-axis of the blade element.

If the reference vector is not given by either of these two methods, the default method will be used to determine the local element axis.

Default method

  • If the element is not vertical, the reference vector is found as the cross product between the global z-axis and the local x-axis.

  • If the element is vertical, the positive or negative global y-axis will be used as the reference vector; positive if completely vertical or tilted in the positive global x-direction and negative otherwise.

  • This will give a horizontal y-axis and, if possible, a local z-axis oriented upwards.

Once the reference vector is found by one of these methods, then

  • The local z-axis is found as the cross product between the local x-axis and the reference vector.

  • The local y-axis is found as the cross product between the local z-axis and the local x-axis.

For beam elements, the element axes are found at the stress-free configuration and will subsequently follow the element.

Examples:

  1. If the element is in the global xz-plane and the local x-axis is completely vertical or tilted in the positive global x-direction, the global y-axis will be used as the reference vector.

  2. If the local x-axis is tilted in the negative global x-direction, the negative global y-axis will be used as the reference vector.

  3. If local x-axis is tilted 45 deg wrt to global z-axis, the reference vector will point in the positive global y-direction.

  4. If the local x-axis is along the global x-axis, the reference vector will point in the global y-direction. The initial local element axes will be aligned with the corresponding global axes.

  5. If the local x-axis is along the global y-axis, the reference vector will point in the negative x-direction. The local z-axis will point in the positive global z-direction and the local element y-axes in the negative global x-direction.

  6. If the local x-axis points in the direction (1,2,3), the reference vector will point in the direction (-2,1,0). The local z-axis will point in the direction (-3,-6,5) and the local y-axis will coincide with the reference vector.

  7. If the local x-axis points in the direction (1,2,-3), the reference vector will point in the direction (-2,1,0). The local z-axis will point in the direction (3,6,5) and the local y-axis will coincide with the reference vector.

um local axis fig1
Figure 1. Local axis - example 1
um local axis fig2
Figure 2. Local axis - example 2
um local axis fig3
Figure 3. Local axis - example 3
um local axis fig1
Figure 4. Local axis - example 1
um local axis fig1
Figure 5. Local axis - example 1
um local axis fig1
Figure 6. Local axis - example 1
um local axis fig1
Figure 7. Local axis - example 1