Translating Abaqus Output Database Files to Nastran Output2 Results Files

The translator converts certain results from an Abaqus output database (.odb) file to the Nastran Output2 file format.

This page discusses:

Using the Translator

The toOutput2 translator can only be used to translate Abaqus output database of a STATIC or FREQUENCY procedure. Results from an Abaqus analysis are written to the Abaqus output database by using the OUTPUT option. The following options should be included in the Abaqus input file to ensure that the results to be translated are available in the Abaqus output database:

OUTPUT, FIELD
NODE OUTPUT
U,
RF,
CF,
ELEMENT OUTPUT
S,
E,
SF,
NFORC,

Results in the Abaqus output database other than those specified above are skipped during translation. Only results from spring elements and three-dimensional continuum, shell, membrane, beam, and truss elements are translated.

For shell elements, the translator treats stresses and strains at the lowest numbered section point as being at the bottom surface and stresses and strains at the highest numbered section point as being at the top surface. Midsurface stresses and strains translated to the Output2 file are computed as the averages of the stresses and strains at the bottom and top surfaces.

Nodal results are always in global coordinates. By default, element tensor results are in the Abaqus element coordinate system. The quad4stress_bisector option can be used to change the default coordinate system for element results for QUAD4 and QUAD8 elements.

Model data from the output database (nodal coordinates, element topology, material properties, and element properties) are written to the Output2 file when applicable records exist.

Command Summary

abaqus toOutput2jobjob-name odbodb-name stepstep-number incrementincrement-number slim quad4corner quad4stress_bisector

Command Line Options

job

This option specifies the name of the Nastran Output2 file to be created by the translator. It is also the default name for the Abaqus output database.

odb

This option specifies the name of the Abaqus output database if it is different from job-name.

step

This option specifies the step number of the Abaqus output database for the translator to translate. If the specified step contains multiple load cases, all of the load cases are translated. The default value is the last step of the analysis.

increment

This option is valid only when used in conjunction with the step option. It is used to specify the increment number of the step in the Abaqus output database for the translator to translate. The default value is the last increment of the specified step.

slim

This option is used to include data blocks required for postprocessing in the SLIM/VISION software (available from Third Millennium Productions, Inc.) in the Output2 file.

quad4corner

This option is used to request shell output at corner nodes instead of at the centroid. This option is relevant for stress, strain, and section force output.

quad4stress_bisector

This option is used to request QUAD4 and QUAD8 element tensor output (stress, strain, and section force) in the Nastran default coordinate system. This system depends on the element connectivity definition. The x-axis of this system is aligned with the line bisecting edges 2 and 4 of each element.