*GEOMETRIC CONSTRAINT
Keyword type: step
With *GEOMETRIC CONSTRAINT one can define geometric constraints in a feasible direction step. It can only
be used for design variables of type COORDINATE.
Right now, the following geometric constraint types are allowed:
- MAXSHRINKAGE: the structure is not allowed to shrink more than the
defined value for the given node set
- MAXGROWTH: the structure is not allowed to grow more than the defined
value for the given node set.
- PACKAGING: the structure is not allowed to grow beyond a limiting node
set for the given node set.
- MAXMEMBERSIZE: the minimum distance between each node of a given set
and the nodes of an opposite node set is not allowed to exceed a given
size in the user's units.
- MINMEMBERSIZE: the minimum distance between each node of a given set
and the nodes of an opposite node set is not allowed to fall below a given
size in the user's units.
There are now parameters on this keyword.
First line:
Second line:
- the type of the geometric constraint
- a node set
- an opposite node set (for MAXMEMBERSIZE and MINMEMBERSIZE) or a
bounding node set (for PACKAGING)
- an absolute value (for MAXMEMBERSIZE, MINMEMBERSIZE, MAXGROWTH and
MAXSHRINKAGE)
Repeat this line if needed.
Example:
*FEASIBLE DIRECTION
*GEOMETRIC CONSTRAINT
MAXMEMBERSIZE,N1,N2,.1
specifies that the distance between each node of set N1 and the nodes in set
N2 should not exceed .1 in the user's units.
Example files: .