Translating Abaqus files to Nastran bulk data files
The translator from Abaqus to Nastran converts certain entities in an Abaqus file into equivalent entities in Nastran. Only “flat” Abaqus files can be translated; i.e., the Abaqus file cannot contain parts and assemblies.
The Abaqus input data must be in a file with the extension .inp or .sim. If you specify an .inp file, the execution procedure translates selected keywords and creates a Nastran bulk data file with the extension .bdf. If you use the substructure option and specify a substructure .sim file, the execution procedure translates the substructure data to Nastran DMIG coefficients and creates a Nastran bulk data file with the extension .bdf.
Summary of Abaqus keywords translated
In the ELEMENT usages listed below, an italicized x indicates that all Abaqus elements beginning with the preceding label will be mapped to the Nastran entity shown. For example, the statement ELEMENT, C3D4x indicates that the selected Abaqus-to-Nastran translation applies to the Abaqus elements C3D4, C3D4H, and C3D4T.
This option is used to specify the name of the Nastran bulk data file to be output by the translator. It is also the default name of the Abaqus file. Diagnostics created by the translator are written to a file named job-name.log.
input
This option is used to specify the name of the file containing the Abaqus data if it is different from job-name.
substructure
This option is used to translate a substructure within an Abaqus.sim file into Nastran bulk data file (.bdf) format.
complex
This option is used to determine how structural damping terms are represented. If complex=YES (default), structural damping terms are written as the imaginary part of the stiffness matrix; if complex=NO, structural damping terms are written as a separate real matrix.