Integration of plasticity models

This section discusses the backward Euler method, which is sometimes used for the integration of plasticity models in Abaqus.

The following topics are discussed:

Related Topics
In Other Guides
Inelastic behavior

ProductsAbaqus/StandardAbaqus/Explicit

The plasticity models provided in Abaqus have been described in general terms in About plasticity models. The only rate equations are the evolutionary rule for the hardening, the flow rule, and the strain rate decomposition.

The simplest operator that provides unconditional stability for integration of rate equations is the backward Euler method: applying this method to the flow rule (Equation 5) gives

(1)Δεpl=iΔλigiσ,

and applying it to the hardening evolution equations, Equation 6, gives

(2)ΔHi,α=Δλihi,α.

In these equations and throughout the remainder of this section any quantity not specifically associated with a time point is taken at the end of the increment (at time t+Δt). The strain rate decomposition, Equation 2, is integrated over a time increment as

Δε=Δεel+Δεpl,

where Δε is defined by the central difference operator:

Δε=sym[Δx(xt+12Δx)].

We integrate the total values of each strain measure as the sum of the value of that strain at the start of the increment, rotated to account for rigid body motion during the increment, and the strain increment. The rotation to account for rigid body motion during the increment is defined approximately using the algorithm of Hughes and Winget (1980). This integration allows the strain rate decomposition to be integrated into

(3)ε=εel+εpl.

From a computational viewpoint the problem is now algebraic: we must solve the integrated equations of the constitutive model for the state at the end of the increment. The set of equations that define the algebraic problem are the strain decomposition, Equation 3; the elasticity, Equation 3; the integrated flow rule, Equation 1; the integrated hardening laws, Equation 2; and for rate independent models, the yield constraints

(4)fi=0,

for active systems (systems in which fi<0 have Δλi=0).

We assume that the flow surface is sufficiently smooth so that its (second) derivatives with respect to stress and the hardening parameters are well-defined. This is generally true for the models in Abaqus: the exceptions occur at corners or vertices of the surfaces. These special cases are handled individually when they arise.

For some plasticity models the algebraic problem can be solved in closed form. For other models it is possible to reduce the problem to a one variable or a two variable problem that can then be solved to give the entire solution. For example, the Mises yield surface—which is generally used for isotropic metals, together with linear, isotropic elasticity—is a case for which the integrated problem can be solved exactly or in one variable (see Isotropic elasto-plasticity).

For other rate-independent models with a single yield system the algebraic problem is considered to be a problem in the components of Δεpl. Once these have been found—the elasticity—together with the integrated strain rate decomposition—define the stress. The flow rule then defines Δλ and the hardening laws define the increments in the hardening variables.

We now derive the equations for the Newton solution of the integrated problem for the case of rate-independent plasticity with a single yield system. The rate-dependent problem with a single yield system is solved in a similar way. For the particular cases of multiple, independent, yield systems (concrete and jointed material) particular techniques are used for this algebraic solution, taking advantage of the simplifications available in those particular models. The concrete model and its integration are described in An inelastic constitutive model for concrete, and the jointed material model is described in Constitutive model for jointed materials.

During the solution, the elasticity relationship and the integrated strain rate decomposition are satisfied exactly, so that

(5)cσ=-Del:cε,

where cσ is the correction to the stress, cε is the correction to the plastic strain increments, and

Del=2Uεelεel

is the tangent elasticity matrix.

The hardening laws are also satisfied exactly (because the increments of the hardening parameters are defined from these laws) so that

cα=hαcλ+Δλ(hασ:cσ+hαHβcβ),

where cα is the correction to ΔHα and cλ is the correction to Δλ.

This set of equations can be rewritten

(6)cα=H^αcλ+w^α:cσ,

where

H^α=[δαβ-ΔλhβHα]-1hβ

and

w^α=Δλ[δαβ-ΔλhβHα]-1hβσ.

The flow rule is not satisfied exactly until the solution has been found, so it gives the Newton equations

cε-cλgσ-Δλ(2gσσ:cσ+2gσHαcα)=Δλgσ-Δεpl.

Using Equation 5 and Equation 6 allows these equations to be rewritten as

(7)[I+ΔλN^:Del]:cε-n^cλ=Δλgσ-Δεpl,

where

N^=2gσσ+2gσHαw^α,

and

n^=gσ+Δλ2gσHαH^α.

Likewise, the yield condition is not satisfied exactly during the Newton iteration, so

fσ:cσ+fHαcα=-f.

Using Equation 5 and Equation 6 in this equation gives

(8)m^:Del:cε-fHαH^αcλ=f,

where

m^=fσ+fHαw^α.

We now eliminate cλ between Equation 7 and Equation 8. Taking Equation 7 along m^:Del and using Equation 8 gives

cλ=1dΔλm^:Del:N^:Del:cε-1dm^:Del:(Δλgσ-Δεpl)+1df,

where

d=m^:Del:n^-fHαH^α.

Using this equation in Equation 7 then gives

[I+ΔλZ:N^:Del]:cε=Z:(Δλgσ-Δεpl)+1dfn^,

where

Z=I-1dn^m^:Del,

which is a set of linear equations solved for the cε. The solution is then updated and the Newton loop continued until the flow equation and yield constraint are satisfied.

The solution for rate-dependent plasticity models with a single yield function is developed in the same way, the only differences being the lack of a yield constraint and the identification of Δλ with time.