9.9.3 Writing input files without parts and assemblies

ABAQUS/CAE uses your model definition to generate an ABAQUS/Standard or ABAQUS/Explicit input file when you submit the analysis job. The ABAQUS/CAE model contains parts and assemblies, and, by default, an input file generated by ABAQUS/CAE contains parts and assemblies. Some ABAQUS/Standard and ABAQUS/Explicit functionality is not supported in a model that contains parts and assemblies. 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 Installation and Licensing Guide.

During an ABAQUS/CAE session

To change the format of the input files generated by ABAQUS/CAE, you can 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 this 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, Section 9.10.

Warning:  When ABAQUS/CAE writes an input file without parts and assemblies, the node and element labels are not the same as the labels in ABAQUS/CAE. If you use the Keywords Editor to edit keywords in a model that uses the parts and assemblies input file format and then change the format of the input file generated by ABAQUS/CAE, conflicts will occur when the input file is written and the keywords are regenerated. For more information, see Resolving conflicts in the input file, Section 9.9.2.


For information on related topics, click any of the following items: