Node and element groups are defined in the ABQAQUS input file as following: *NSET, NSET = <setname> *NODE, NSET = <setname> *ELSET, ELSET = <setname> *ELEMENT, ELSET = <setname> These groups are loaded from the Abaqus input file during the preprocessing of the optimization execution. These groups and their group names are available for the definitions applied in the parameter file along with the groups ALL_NODES and ALL_ELEMENTS. If node and element groups with identical names are defined in the Abaqus input file, the extensions _NODE and _ELEM are added to the distinguish group names during importation. This guarantees that each group is identically identified by SIMULIA Tosca Structure. Blanks in the group name are ignored during the import in SIMULIA Tosca Structure. Generally, groups that are required for definition of the optimization area should already be defined in the Abaqus input file and be used in the parameter file without using a redefinition. ExampleFile ex1.inp (group definition in FE input deck):
...
*ELSET, ELSET=DESIGN_ELEM, GENERATE
1, 10000, 1
15000, 20000, 1
...
File ex1.par (apply group in parameter file):
...
DV_TOPO
ID_NAME = dv_design_elements
EL_GROUP = design_elem
END_
Selection of Properties and Materials
Abaqus assigns material definitions with own names. SIMULIA Tosca Structure allocates an ID for the material definition that runs sequential starting with the number 1. SIMULIA Tosca Structure can either select material by name or by ID. However, it is recommended that selection is done using a name in order to avoid any dependency on the position of the definition within the input file. |