If you want
Abaqus/CAE
to write input files without parts and assemblies, you can use one of the
following methods to change the format of input files generated by
Abaqus/CAE:
- When you start an
Abaqus/CAE
session
-
To change the format of the input files generated by
Abaqus/CAE,
you can modify the cae_no_parts_input_file
parameter in the
Abaqus
environment file (abaqus_v6.env) as follows:
cae_no_parts_input_file=ON
If you use this method, the input file format cannot be changed during the
Abaqus/CAE
session. For additional information on defining environment file parameters,
refer to the
Abaqus Configuration Guide.
- During an
Abaqus/CAE
session
-
There are two methods that you can use to change the format of the input
files generated by
Abaqus/CAE.
-
Select for the model that you want to
change, then toggle on Do not use parts and assemblies in input
files.
-
Enter the following
Abaqus
Scripting Interface command into the command line interface at the bottom of
the
Abaqus/CAE
main window:
mdb.models[modelName].setValues(noPartsInputFile=ON)
Note:
The command line interface is hidden by default, but it uses the
same space that is occupied by the message area at the bottom of the main
window. To access the command line interface, click
in the bottom left corner of the main window.
If you use either method, the changed input file format is a part of the
model definition. When you exit the
Abaqus/CAE
session and return to the model database at a later time, the changed input
file format is retained.
If you find yourself repeatedly changing the format of the input file
generated by
Abaqus/CAE,
you can create and run a macro that contains the previous
Abaqus
Scripting Interface command. For more information on macros, see
Managing macros.