The ABAQUS finite element system includes:
ABAQUS/Standard, a general-purpose finite element program;
ABAQUS/Explicit, an explicit dynamics finite element program;
ABAQUS/CAE, an interactive environment used to create finite element models, submit ABAQUS analyses, monitor and diagnose jobs, and evaluate results; and
ABAQUS/Viewer, a subset of ABAQUS/CAE that contains only the postprocessing capabilities of the Visualization module.
This manual is a reference guide to using ABAQUS/Standard (including ABAQUS/Aqua, ABAQUS/Design, and ABAQUS/Foundation) and ABAQUS/Explicit. ABAQUS/Standard solves a system of equations implicitly at each solution “increment.” In contrast, ABAQUS/Explicit marches a solution forward through time in small time increments without solving a coupled system of equations at each increment (or even forming a global stiffness matrix). Throughout the manual the term ABAQUS is used to refer collectively to both ABAQUS/Standard and ABAQUS/Explicit; the individual product names are used when information applies to only one product. Product identifiers appear at the beginning of each section in the manual (excluding overview sections) indicating the products to which the information in the section applies.
The manual is divided into several parts:
Part I, Introduction, Spatial Modeling, and Execution,” discusses basic modeling concepts in ABAQUS, such as defining nodes, elements, and surfaces; the conventions and input formats that should be followed when using ABAQUS; and the execution procedures for ABAQUS/Standard, ABAQUS/Explicit, ABAQUS/CAE, and several utilities that are provided with the ABAQUS system.
Part II, Output,” describes how to obtain output from ABAQUS and the format of the results (.fil) file. It also describes the output variable identifiers that are available.
Part III, Analysis,” describes the analysis types (static stress analysis, dynamics, eigenvalue extraction, etc.) that are available. It also discusses various analysis techniques available in ABAQUS such as submodeling, removing elements or surfaces, and importing results from a previous simulation to define the initial conditions for the current model. Detailed discussions of the differences between how ABAQUS/Standard and ABAQUS/Explicit solve finite element analyses are provided in this chapter.
Part IV, Materials,” describes the material modeling options and how to calibrate some of the more advanced material models.
Part V, Elements,” describes the elements available in ABAQUS.
Part VI, Prescribed Conditions,” describes the use of prescribed conditions, such as distributed loads and nodal velocities.
Part VII, Constraints,” discusses the use of constraints, such as multi-point constraints.
Part VIII, Interactions,” discusses the contact and interaction models available in ABAQUS.
Part IX, User Subroutines and Utilities,” describes the user subroutines and utility routines that can be used with ABAQUS.
Part X, Parametric Studies,” describes the Python scripting functions and commands that are used to perform parametric studies with ABAQUS.
ABAQUS/Standard and ABAQUS/Explicit can be run as batch applications (see Execution procedure for ABAQUS/Standard and ABAQUS/Explicit, Section 3.2.2, for details) or through the interactive ABAQUS/CAE environment (see Execution procedure for ABAQUS/CAE, Section 3.2.3, for details on how to start ABAQUS/CAE). The main input to the ABAQUS/Standard and ABAQUS/Explicit analysis products is a file containing the options required for the simulation and the data associated with those options. There may also be supplementary files, such as restart or results files from previous analyses, or auxiliary data files, such as a file containing an acceleration record or an earthquake record for dynamic analysis. The input file is usually created by ABAQUS/CAE or another preprocessor. Both input file usage and ABAQUS/CAE usage information are provided in this manual.
As described in Defining a model in ABAQUS, Section 1.3.1, the main input file consists of two sections: model input and history input. The input is organized around a few natural concepts and conventions, which means that even though input files for complex simulations can be large, they can be managed without difficulty. The basic syntax rules that govern an ABAQUS input file are discussed in Input syntax rules, Section 1.2.1. The ABAQUS Keywords Reference Manual contains a complete description of all the input options available in ABAQUS. For a detailed introduction to using ABAQUS for your analyses, it is recommended that you follow the self-paced tutorials in Getting Started with ABAQUS. Refer to the ABAQUS/CAE User's Manual for detailed information on working with ABAQUS/CAE.
In addition, many analyses that demonstrate the numerous capabilities of ABAQUS are discussed in the ABAQUS Example Problems Manual, the ABAQUS Benchmarks Manual, and the ABAQUS Verification Manual. As a supplement to the ABAQUS Analysis User's Manual, these examples can help you become familiar with the functionality that ABAQUS provides and the structure of the ABAQUS input file. For example, Beam impact on cylinder, Section 1.6.10 of the ABAQUS Verification Manual, discusses the various modeling techniques that can be used to analyze the dynamic response of a cantilever beam.
Information on requesting output from an ABAQUS simulation is discussed in Output, Section 4.1.1. Requested results from an ABAQUS simulation are viewed through the Visualization module in ABAQUS/CAE (also licensed separately as ABAQUS/Viewer). The output database file is read by the Visualization module in ABAQUS/CAE to create contour plots, animations, X–Y plots, and tabular output of ABAQUS results. See Part V, Viewing results,” of the ABAQUS/CAE User's Manual for detailed information on using the Visualization module in ABAQUS/CAE.