Symmetry Conditions (CHECK_LINK)

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

Important:

This kind of design variable constraint is available with bead sensitivity optimization only when TYPE = SURF_PLANE_SYM is used, while it is available with bead controller optimization only with all other TYPEs.

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 -
SURF_PLANE_SYM - OK
ROTATION_SYM OK -

Symmetry conditions can also be applied in Tosca Structure.bead. A LINK-condition is needed 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
            PLANE_SYM, AXIS_*
            ROTATIONAL_SYM, AXIS_*
  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: