Settings of the Mesh Filter

Similar to topology optimization numerical instabilities resulting in checker-board effects can be controlled using filtering.

Related Topics
In Other Guides
OPT_PARAM

Checkerboard structures cannot be manufactured in practice. The user also wants to obtain a mesh-independent result from the optimization. Due to these demands, SIMULIA Tosca Structure has a filter technique implemented to avoid mesh dependence. A specification of a filter radius (FILTER_RADIUS parameter) is necessary for applying the filter. If the radius of the filter is not specified, the optimization is performed using a filter having a default radius. This radius might be too large for coarse meshes. If the radius is too large, the optimization result will not show a detailed structure. A small value of the radius leads to a fine structure.

Note: It is recommended to choose the filter radius equal to twice the mean element edge length.

The filter radius is defined in OPT_PARAM command as follows:

OPT_PARAM
  ID_NAME = optimization_control
  OPTIMIZE = id_of_optimize
  ..
  FILTER_RADIUS = 5.
END_