ID_NAME |
<id_name_of_user_file > |
Name of the USER_FILE definition. |
FILE_NAME |
<file_name > |
Name of the file. |
FILE_OPTION |
|
Specification of file attributes. |
|
= FIX |
File is created only once. With a new written statement, this file is overwritten. |
|
= ADD |
New written statement is added to the end of the file. |
|
= VAR |
File name is extended with a numerator (iteration number). |
|
= VAR2 |
File name is extended with a numerator (iteration number-1). |
FORMAT |
|
Determine the format that the file should be written in. |
|
= ONF |
Output is in Optimization Neutral File (ONF) format. |
|
= HTML |
Output is in HTML. |
EL_GROUP |
= <name_of_element_group > |
Name of the element group that is used to define the USER_FILES . |
ND_GROUP |
= <name_of_node_group > |
Name of the node group that is used to define the USER_FILES . |
TYPE |
|
Type of data that is to be written. Depends on the FORMAT . |
for FORMAT = ASCII : |
TYPE |
= TABULAR |
Output of variables in tables. |
|
= CATIA_RSO |
Output of geometry modifications by shape optimization for transfer to CATIA RSO module. |
for FORMAT = ONF : |
TYPE |
= GROUPS |
Definition of node groups and element groups. |
|
= SHAPE_DATA |
Specific data for shape optimization. |
|
= BEAD_DATA |
Specific data for bead optimization. |
|
= TOPO_DATA |
Specific data for topology optimization. |
|
= SIZING_DATA |
Specific data for sizing optimization. |
|
= SHAPE_WITH_SENS |
Specific data for shape optimization with sensitivity fields. |
|
= BEAD_WITH_SENS |
Specific data for bead optimization with sensitivity fields. |
|
= TOPO_WITH_SENS |
Specific data for topology optimization with sensitivity fields. |
|
= SIZING_WITH_SENS |
Specific data for sizing optimization with sensitivity fields. |
|
= TEST_SHAPE_LEVEL |
Output for TEST_SHAPE command. |
|
= FINITE_MODEL, <coordinate_system_option > |
Output of node and element information of the FE model. |
for FORMAT = HTML : |
TYPE |
= TABULAR |
Output of variables in tables. |
For TYPE=FINITE_MODEL only: |
<coordinate _system_ option > |
= LOCAL |
Node coordinates are distributed in the local coordinate system. |
|
= GLOBAL |
Node coordinates are in the global Cartesian coordinate system. |
For TYPE=TABULAR only: |
DATA_TAB |
= <var_name > |
Determines which variables <var_name > are written.
|
TITLE_1 |
= <Title_1 > |
Title 1 for ASCII file. |
TITLE_2 |
= <Title_2 > |
Title 2 for ASCII file. |
For FORMAT = ASCII, TYPE = TABULAR
only:
|
SEPARATOR |
|
Separation character between columns. |
|
= SPACE |
Blank. |
|
= BLANK |
Blank. |
|
= TAB |
Tabulator. |
|
= COMMA |
Comma. |
|
= EXCLAM |
Exclamation mark. |
|
= <xx > |
Any kind of character separator, maximum two characters. |