Results File

This section describes the format of the individual records in the Abaqus results file. Where applicable, the output variable identifier used in writing a given value to the file is printed below the corresponding record type description. Records that are available only in Abaqus/Standard are designated with an (S); records that are available only in Abaqus/Explicit are designated with an (E). The record key for a particular record may differ between Abaqus/Standard and Abaqus/Explicit.

This page discusses:

Record Format

The results file is written as a sequential file. Each record has the following format:

Location Length Description
1 1 Record length (NW
2 1 Record type key
3, 4... (NW-2) Attributes

All words in the results file are of the same length, whether they contain integer, floating point number, or character string data. The word length is that of a double precision floating point number (8 bytes).

The attributes in a given record may depend on the element type being considered. For example, the stress components associated with three-dimensional shell elements are σ11, σ22, and σ12 (in local directions), while those associated with three-dimensional solids are σxx, σyy, σzz, σxy, σxz, and σyz (in global directions if no local orientation is specified). Thus, care must be used in interpreting the data when postprocessing the file output. Refer to Abaqus Elements Guide for a definition of the ordering of element-dependent attributes.

In steady-state dynamic analyses, complex values are stored as the real components followed by the imaginary components. For example, the stress components associated with three-dimensional shell elements are (σ11), (σ22), and (σ12) followed by (σ11), (σ22), and (σ12).

In models that are defined in terms of an assembly of part instances, the results file contains internal (global) node and element numbers, as explained in About Output. Part and assembly records are not included in the results file.

Local Coordinate System

If the components of an element quantity are in local directions, a record of type 85 defining these directions is generated for each point at which component output is requested if the local coordinate directions were requested in Abaqus/Standard (see Output of Local Directions to the Results File) and automatically in Abaqus/Explicit. The local coordinate system may be inherent to the element, as is the case in shells and membranes, or may have been defined by a local orientation (see Orientations).

For shell elements a direction record is written for every material point in the section for which component output is requested, and a separate direction record is written for section forces and section strains. For geometrically nonlinear analysis in Abaqus/Standard the record contains the current, updated directions, except for small-strain shells, in which case the original directions are given. Direction output is not provided for trusses, two-dimensional beams, axisymmetric shells or membranes, or for values averaged at nodes.

Label Record

Some record types include labels, such as element and node set names, written in A8 format. If a label exceeds 8 characters, an integer identifier will be written instead. This identifier can then be used to cross-reference the actual label stored in 10A8 format on record type 1940.