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 |
|
Determining the written format of the file. |
|
= ASCII |
File is created as an ASCII file. |
|
= 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 which is used to define the USER_FILES. |
ND_GROUP |
= <name_of_node_group> |
Name of the node group which 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. |
|
= NX_DEFORM_ORG |
|
|
= NX_DEFORM_MOD |
|
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. |
|
= TEST_SHAPE_LEVEL |
Output for TEST_SHAPE
command.
|
|
= FINITE_MODEL,
<coordinate_system_option>
|
Output of node and ele
ment information of the
FE model.
|
|
= TOPO_WITH_SENS
|
|
|
= SHAPE_WITH_SENS
|
|
|
= BEAD_WITH_SENS
|
|
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:
|
SEPARA
TOR
|
|
Separation character
between columns.
|
|
= SPACE
|
Blank.
|
|
= BLANK
|
Blank.
|
|
= TAB
|
Tabulator.
|
|
= COMMA
|
Comma.
|
|
= EXCLAM
|
Exclamation mark.
|
|
= <xx>
|
Any kind of character
separator, maximum two
characters.
|
For TYPE = ISO_MODEL only.
|
ISO_VALUE
|
= REL_DENS, <value>
|
Material distribution is
used as the basis for iso
surface calculations. The
given relative density
value must lie between 0
(minimum density) and 1
(maximum density).
|
|
= ABS_DENS, <value>
|
Material distribution is
used as the basis for iso
surface calculations. The
given density value is an
absolute density value.
|
|
= SIG, <value>
|
Stress distribution is
used as the basis for iso
surface calculations. The
given value is an abso
lute stress value
|