Quasi-Static Analysis

A quasi-static stress analysis in Abaqus/Standard:

  • is used to analyze problems with time-dependent material response (creep, swelling, viscoelasticity, and two-layer viscoplasticity);

  • is used when inertia effects can be neglected; and

  • can be linear or nonlinear.

See Mass Scaling and Explicit Dynamic Analysis for information on conducting quasi-static analysis in Abaqus/Explicit. See Implicit Dynamic Analysis Using Direct Integration for information on conducting quasi-static analysis using a dynamic procedure in Abaqus/Standard.

This page discusses:

Incrementation

You can control the time incrementation in a quasi-static analysis directly, or it can be controlled automatically by Abaqus/Standard. Automatic incrementation is preferred in almost all cases.

Fixed Incrementation

If you specify the time increments in a quasi-static analysis directly, fixed time increments equal to the specified initial time increment will be used throughout the analysis, except when the explicit creep integration scheme is used. In this case Abaqus/Standard might decrease the time increment if the stability limit is exceeded.

Automatic Incrementation

If you select automatic incrementation, the size of the time increment is limited by the accuracy of the integration. The user-specified accuracy tolerance parameter limits the maximum inelastic strain rate change allowed over an increment:

tolerance(ε¯˙cr|t+Δt-ε¯˙cr|t)Δt,

where t is the time at the beginning of the increment, Δt is the time increment (so that t+Δt is the time at the end of the increment), and ε¯˙cr is the equivalent creep strain rate. To achieve accuracy, the value chosen for the accuracy tolerance parameter should be on the order of σerr/E for creep problems, where σerr is an acceptable level of error in the stress and E is a typical elastic modulus, or on the order of the elastic strains for viscoelasticity problems.

Selecting Explicit Creep Integration

Nonlinear creep problems (Rate-Dependent Plasticity: Creep and Swelling) that exhibit no other nonlinearities can be solved efficiently by forward-difference integration of the inelastic strains if the inelastic strain increments are smaller than the elastic strains. This explicit method is efficient computationally because, unlike implicit methods, iteration is not required. Although this method is only conditionally stable, the numerical stability limit of the explicit operator is in many cases sufficiently large to allow the solution to be developed in a reasonable number of time increments.

For creep at very low stress levels, however, the unconditional stability of the backward difference operator (implicit method) is desirable. In such cases Abaqus/Standard will invoke the implicit integration scheme automatically.

Explicit integration can be less expensive computationally and simplifies implementation of user-defined creep laws in user subroutine CREEP; you can restrict Abaqus/Standard to using this method for creep problems (with or without geometric nonlinearity included). See Rate-Dependent Plasticity: Creep and Swelling for further details.

Integration Scheme for Viscoelasticity and Rate-Dependent Yield

Problems including Time Domain Viscoelasticity are always integrated with an unconditionally stable operator. The time step in these problems is limited only by the accuracy tolerance parameter defined above.

Problems including Rate-Dependent Yield and Parallel Rheological Framework are always integrated using an implicit, unconditionally stable method. The accuracy tolerance parameter does not limit the inelastic strain rate change and can be set equal to any nonzero value to activate automatic time incrementation.

Unstable Problems

Some types of analyses may develop local instabilities, such as surface wrinkling, material instability, or local buckling. In such cases it may not be possible to obtain a quasi-static solution, even with the aid of automatic incrementation. Abaqus/Standard offers the ability to stabilize this class of problems by applying damping throughout the model in such a way that the viscous forces introduced are sufficiently large to prevent instantaneous buckling or collapse but small enough not to affect the behavior significantly while the problem is stable. The available automatic stabilization schemes are described in detail in Automatic Stabilization of Unstable Problems.

Initial Conditions

Initial values of stresses, temperatures, field variables, solution-dependent state variables, etc. can be specified, as described in Initial Conditions.

Boundary Conditions

Boundary conditions can be applied to any of the displacement or rotation degrees of freedom (1–6); to warping degree of freedom 7 in open-section beam elements; or, if hydrostatic fluid elements are included in the model, to fluid pressure degree of freedom 8. If boundary conditions are applied to rotation degrees of freedom, you must understand how Abaqus handles finite rotations. See Boundary Conditions.

Loads

The following types of loading can be prescribed in a quasi-static analysis:

  • Concentrated nodal forces can be applied to the displacement degrees of freedom (1–6); see Concentrated Loads.

  • Distributed pressure forces or body forces can be applied; see Distributed Loads. The distributed load types available with particular elements are described in Abaqus Elements Guide.

Predefined Fields

The following predefined fields can be specified in a quasi-static analysis, as described in Predefined Fields:

  • Although temperature is not a degree of freedom in quasi-static analysis, nodal temperatures can be specified. Any difference between the applied and initial temperatures will cause thermal strain if a thermal expansion coefficient is given for the material (Thermal Expansion). The specified temperature also affects temperature-dependent material properties, if any.

  • The values of user-defined field variables can be specified. These values affect only field-variable-dependent material properties, if any.

Material Options

The quasi-static procedure in Abaqus/Standard is generally used to analyze quasi-static creep and swelling problems, which occur over fairly long time periods (Rate-Dependent Plasticity: Creep and Swelling). This procedure can also be used to analyze viscoelastic materials (Time Domain Viscoelasticity and Parallel Rheological Framework) and two-layer viscoplastic materials (Two-Layer Viscoplasticity). In addition, all material models that are valid in a static analysis procedure can be used.

Output

In addition to the usual output variables available in Abaqus/Standard (see Abaqus/Standard Output Variable Identifiers), the following variables are provided specifically for creep problems:

Element integration point variables:

CEEQ

Equivalent creep strain, 0tε¯˙crdt.

CESW

Magnitude of the swelling strain.

CEMAG

Magnitude of the creep strain, 23εcr:εcr.

CEP

Principal creep strains.

CE

Output of all of the creep strain components and CEEQ, CESW, and CEMAG.

Input File Template

HEADINGBOUNDARY
Data lines to specify zero-valued boundary conditions
INITIAL CONDITIONS
Data lines to specify initial conditions
AMPLITUDE
Data lines to define amplitude variations
**
STEP (,NLGEOM)
VISCO, CETOL=tolerance
Data line to define time incrementation and a “real” time scale
BOUNDARY
Data lines to describe nonzero boundary conditions
CLOAD and/or DLOAD and/or TEMPERATURE and/or FIELD
Data lines to specify loading
END STEP