Symmetry Conditions (CHECK_LINK)

This section gives information on how to link nodes with other nodes.

Important:

Not all symmetry controls are available for both controller and sensitivity-based optimization.

The model must be symmetric to use these constraint types.

This page discusses:

See Also
In Other Guides
DVCON_BEAD
LINK_BEAD
Applicable for BEAD_CONTROLLER BEAD_SENSITIVITY
POINT_SYM OK -
PLANE_SYM OK OK
ROTATION_SYM OK -
SURF_TURN - OK

Symmetry conditions can also be applied in Tosca Structure.bead. A LINK-condition is required to create a symmetry condition.

The types of symmetry supported by Tosca Structure.bead are point, plane, and rotational symmetry:

bead controller optimization


LINK_BEAD
  ID_NAME = <link_name>
  TYPE    = POINT_SYM
  CS      = <cs_name>
END_


LINK_BEAD
  ID_NAME    = <link_name>
  TYPE       = PLANE_SYM
  CLIENT_DIR = <X_1>, <X_2>, <X_3>
  CS         = <cs_name>
END_

LINK_BEAD
  ID_NAME    = <link_name>
  TYPE       = ROTATION_SYM
  CLIENT_DIR = <X_1>, <X_2>, <X_3>
  CS         = <cs_name>
END_

bead sensitivity optimization


LINK_BEAD
  ID_NAME    = <link_name>
  TYPE       = PLANE_SYM
  CLIENT_DIR = <X_1>, <X_2>, <X_3>
  CS         = <cs_name>
END_

The origin of the coordinate system referenced by the <cs_name> is the symmetry point or a point on the symmetry plane, where AXIS_* is the normal to this plane. For rotational symmetry, the origin of the coordinate system is a point on the symmetry axis, where AXIS_* gives the direction.

The following figure shows an asymmetric load case without (left) and with (right) symmetry condition:

Important: