Link and Coupling Conditions Overview

Shape optimization involves determining the displacement of each design node to homogenize the stress on the surface based on the optimization criteria. The displacement of the neighboring nodes is not coupled; thus, each of the design nodes can move independent from the other design nodes. For example, during optimization free-form surfaces might develop from flat surfaces. By coupling the design nodes the optimization can maintain the regularity of planes. To take functional and manufacturing restrictions in shape optimization into account , certain link conditions can be set with the command LINK_SHAPE.

This page discusses:

See Also
In Other Guides
LINK_SHAPE
  • In Tosca Structure.gui, select Command > LINK_SHAPE.

Each link condition has a name (ID_NAME parameter). A criterion for determining the main node (MAIN parameter) is defined as well as a rule for the displacement of the client nodes (CLIENT parameter).

A typical LINK_SHAPE command appears as follows:


LINK_SHAPE
  ID_NAME = name_of_link_shape
  MAIN    = ...
  CLIENT  = ...
  ...
END_

Depending on the selected CLIENT parameter, other parameters are also required. In some circumstances, a coordinate system (CS parameter) or tolerances (TOL parameter) must be specified. These parameters of a LINK_SHAPE command might appear as follows:


LINK_SHAPE
  ...
  CS  = name_of_coord_system
  TOL = <tol_1>, <tol_2>, <tol_3>
END_

In the following subsections, the MAIN and CLIENT parameters are described in detail. The CS and TOL parameters are also described when applicable.



Link conditions basically only define a coupling rule without referencing a specific node group. The coupling condition is assigned to a node group after activation with CHECK_LINK in the DVCON_SHAPE command.

  • In Tosca Structure.gui, the link condition is assigned in the menu of the DVCON_SHAPE command.

Important:

  • The definition of coupling conditions can require a great deal of time and effort. To be able to estimate the best possible potential of an optimization, one optimization should be performed with as few restrictions as possible and only a few coupling conditions at the beginning of a project.
  • Coupling conditions restrict the range of solutions for the system and reduce the optimization potential.