Files
김경종 b7f84e1c0f
Tests / Hermetic test suite (push) Has been cancelled
Tests / Skill frontmatter validation (push) Has been cancelled
add documents
2026-05-29 15:59:56 +09:00

20 KiB
Raw Permalink Blame History

PEEQEquivalent plastic strain, $\bar{\varepsilon}^{pl} = \bar{\varepsilon}^{pl}|_{0} + \int_{0}^{t} \sqrt{\frac{2}{3} \dot{\varepsilon}^{pl} : \dot{\varepsilon}^{pl}} \, dt$ , where $\bar{\varepsilon}^{pl}|_{0}$ is the initial equivalent plastic strain (zero or user-specified; see “Initial conditions”).
STATUSStatus of element. The status of an element is 1.0 if the element is active and 0.0 if the element is not.
YIELDSYield stress, $\bar{\sigma}$ .

Additional reference

• Johnson, G. R., and W. H. Cook, “Fracture Characteristics of Three Metals Subjected to Various Strains, Strain rates, Temperatures and Pressures,” Engineering Fracture Mechanics, vol. 21, no. 1, pp. 3148, 1985.

23.2.8 DYNAMIC FAILURE MODELS

Product: Abaqus/Explicit

References

• “Equation of state,” Section 25.2.1
• “Classical metal plasticity,” Section 23.2.1
• “Rate-dependent yield,” Section 23.2.3
• “Johnson-Cook plasticity,” Section 23.2.7
• “Material library: overview,” Section 21.1.1
• “Inelastic behavior,” Section 23.1.1
• *SHEAR FAILURE
• *TENSILE FAILURE

Overview

The progressive damage and failure models described in “Damage and failure for ductile metals: overview,” Section 24.2.1, are the recommended method for modeling material damage and failure in Abaqus; these models are suitable for both quasi-static and dynamic situations. Abaqus/Explicit offers two additional element failure models suitable only for high-strain-rate dynamic problems. The shear failure model is driven by plastic yielding. The tensile failure model is driven by tensile loading. These failure models can be used to limit subsequent load-carrying capacity of an element (up to the point of removing the element) once a stress limit is reached. Both models can be used for the same material.

The shear failure model:

• is designed for high-strain-rate deformation of many materials, including most metals;
• uses the equivalent plastic strain as a failure measure;
• offers two choices for what occurs upon failure, including the removal of elements from the mesh;
• can be used in conjunction with either the Mises or the Johnson-Cook plasticity models; and
• can be used in conjunction with the tensile failure model.

The tensile failure model:

• is designed for high-strain-rate deformation of many materials, including most metals;
• uses the hydrostatic pressure stress as a failure measure to model dynamic spall or a pressure cutoff;
• offers a number of choices for what occurs upon failure, including the removal of elements from the mesh;
• can be used in conjunction with either the Mises or the Johnson-Cook plasticity models or the equation of state material model; and
• can be used in conjunction with the shear failure model.

The shear failure model can be used in conjunction with the Mises or the Johnson-Cook plasticity models in Abaqus/Explicit to define shear failure of the material.

Shear failure criterion

The shear failure model is based on the value of the equivalent plastic strain at element integration points; failure is assumed to occur when the damage parameter exceeds 1. The damage parameter, , is defined as


\omega = \frac {\bar {\varepsilon} _ {0} ^ {p l} + \sum \Delta \bar {\varepsilon} ^ {p l}}{\bar {\varepsilon} _ {f} ^ {p l}},

where \bar { \varepsilon } _ { 0 } ^ { p l } is any initial value of the equivalent plastic strain, \Delta \bar { \varepsilon } ^ { p l } is an increment of the equivalent plastic strain, i \bar { \varepsilon } _ { f } ^ { p l } s the strain at failure, and the summation is performed over all increments in the analysis.

The strain at failure, \bar { \varepsilon } _ { f } ^ { p l } , is assumed to depend on the plastic strain rate, \dot { \bar { \varepsilon } } ^ { p l } ; ; a dimensionless pressure-deviatoric stress ratio, p / q (where p is the pressure stress and q is the Mises stress); temperature; and predefined field variables. There are two ways to define the strain at failure, \bar { \varepsilon } _ { f } ^ { p l } . One is to use direct tabular data, where the dependencies are given in a tabular form. Alternatively, the analytical form proposed by Johnson and Cook can be invoked (see “Johnson-Cook plasticity,” Section 23.2.7, for more details).

When direct tabular data are used to define the shear failure model, the strain at failure, \bar { \varepsilon } _ { f } ^ { p l } , must be given as a tabular function of the equivalent plastic strain rate, the pressure-deviatoric stress ratio, temperature, and predefined field variables. This method requires the use of the Mises plasticity model.

For the Johnson-Cook shear failure model, you must specify the failure parameters, d _ { 1 } { - } d _ { 5 } (see “Johnson-Cook plasticity,” Section 23.2.7, for more details on these parameters). The shear failure data must be calibrated at or below the transition temperature, \theta _ { \mathrm { t r a n s i t i o n } } , defined in “Johnson-Cook plasticity,” Section 23.2.7. This method requires the use of the Johnson-Cook plasticity model.

Input File Usage: Use both of the following options for the Mises plasticity model: *PLASTIC, HARDENING=ISOTROPIC *SHEAR FAILURE, TYPE=TABULAR Use both of the following options for the Johnson-Cook plasticity model: *PLASTIC, HARDENING=JOHNSON COOK *SHEAR FAILURE, TYPE=JOHNSON COOK

Element removal

When the shear failure criterion is met at an integration point, all the stress components will be set to zero and that material point fails. By default, if all of the material points at any one section of an element fail, the element is removed from the mesh; it is not necessary for all material points in the element to fail. For example, in a first-order reduced-integration solid element removal of the element takes place as soon as

its only integration point fails. However, in a shell element all through-the-thickness integration points must fail before the element is removed from the mesh. In the case of second-order reduced-integration beam elements, failure of all integration points through the section at either of the two element integration locations along the beam axis leads, by default, to element removal. Similarly, in the modified triangular and tetrahedral solid elements failure at any one integration point leads, by default, to element removal. Element deletion is the default failure choice.

An alternative failure choice, where the element is not deleted, is to specify that when the shear failure criterion is met at a material point, the deviatoric stress components will be set to zero for that point and will remain zero for the rest of the calculation. The pressure stress is then required to remain compressive; that is, if a negative pressure stress is computed in a failed material point in an increment, it is reset to zero. This failure choice is not allowed when using plane stress, shell, membrane, beam, pipe, and truss elements because the structural constraints may be violated.

Input File Usage:

Use the following option to allow element deletion when the failure criterion is met (the default):

*SHEAR FAILURE, ELEMENT DELETION=YES

Use the following option to allow the element to take hydrostatic compressive stress only when the failure criterion is met:

*SHEAR FAILURE, ELEMENT DELETION=NO

Determining when to use the shear failure model

The shear failure model in Abaqus/Explicit is suitable for high-strain-rate dynamic problems where inertia is important. Improper use of the shear failure model may result in an incorrect simulation.

For quasi-static problems that may require element removal, the progressive damage and failure models (Chapter 24, “Progressive Damage and Failure”) or the Gurson porous metal plasticity model (“Porous metal plasticity,” Section 23.2.9) are recommended.

Tensile failure model

The tensile failure model can be used in conjunction with either the Mises or the Johnson-Cook plasticity models or the equation of state material model in Abaqus/Explicit to define tensile failure of the material.

Tensile failure criterion

The Abaqus/Explicit tensile failure model uses the hydrostatic pressure stress as a failure measure to model dynamic spall or a pressure cutoff. The tensile failure criterion assumes that failure occurs when the pressure stress, p, becomes more tensile than the user-specified hydrostatic cutoff stress, \sigma _ { \mathrm { c u t o f f } } . The hydrostatic cutoff stress may be a function of temperature and predefined field variables. There is no default value for this stress.

The tensile failure model can be used with either the Mises or the Johnson-Cook plasticity models or the equation of state material model.

Input File Usage:

Use both of the following options for the Mises or Johnson-Cook plasticity models:

*PLASTIC

*TENSILE FAILURE

Use both of the following options for the equation of state material model:

*EOS

*TENSILE FAILURE

Failure choices

When the tensile failure criterion is met at an element integration point, the material point fails. Five failure choices are offered for the failed material points: the default choice, which includes element removal, and four different spall models. These failure choices are described below.

Element removal

When the tensile failure criterion is met at an integration point, all the stress components will be set to zero and that material point fails. By default, if all of the material points at any one section of an element fail, the element is removed from the mesh; it is not necessary for all material points in the element to fail. For example, in a first-order reduced-integration solid element removal of the element takes place as soon as its only integration point fails. However, in a shell element all through-the-thickness integration points must fail before the element is removed from the mesh. In the case of second-order reduced-integration beam elements, failure of all integration points through the section at either of the two element integration locations along the beam axis leads, by default, to element removal. Similarly, in the modified triangular and tetrahedral solid elements failure at any one integration point leads, by default, to element removal.

Input File Usage: *TENSILE FAILURE, ELEMENT DELETION=YES (default)

Spall models

An alternative failure choice that is based on spall (the crumbling of a material), rather than element removal, is also available. Four failure combinations are available in this category. When the tensile failure criterion is met at a material point, the deviatoric stress components may be unaffected or may be required to be zero, and the pressure stress may be limited by the hydrostatic cutoff stress or may be required to be compressive. Therefore, there are four possible failure combinations (see Figure 23.2.81, where “O” is the stress that would exist if the tensile failure model were not used). These failure combinations are as follows:

• Ductile shear and ductile pressure: this choice corresponds to point 1 in Figure 23.2.81 and models the case in which the deviatoric stress components are unaffected and the pressure stress is limited by the hydrostatic cutoff stress; i.e., p = m a x ( - \sigma _ { \mathrm { c u t o f f } } , p ) .

Input File Usage: *TENSILE FAILURE, ELEMENT DELETION=NO, SHEAR=DUCTILE, PRESSURE=DUCTILE

• Brittle shear and ductile pressure: this choice corresponds to point 2 in Figure 23.2.81 and models the case in which the deviatoric stress components are set to zero and remain zero for

text_image

O 1 q 4 2 3 -σcutoff p

Figure 23.2.81 Tensile failure choices.

the rest of the calculation, and the pressure stress is limited by the hydrostatic cutoff stress; i.e., p = m a x ( - \sigma _ { \mathrm { c u t o f f } } , p ) .

Input File Usage: *TENSILE FAILURE, ELEMENT DELETION=NO, SHEAR=BRITTLE, PRESSURE=DUCTILE

• Brittle shear and brittle pressure: this choice corresponds to point 3 in Figure 23.2.81 and models the case in which the deviatoric stress components are set to zero and remain zero for the rest of the calculation, and the pressure stress is required to be compressive; i.e., p = m a x ( 0 , p ) .

Input File Usage: *TENSILE FAILURE, ELEMENT DELETION=NO, SHEAR=BRITTLE, PRESSURE=BRITTLE

• Ductile shear and brittle pressure: this choice corresponds to point 4 in Figure 23.2.81 and models the case in which the deviatoric stress components are unaffected and the pressure stress is required to be compressive; i.e., p = m a x ( 0 , p ) .

Input File Usage: *TENSILE FAILURE, ELEMENT DELETION=NO, SHEAR=DUCTILE, PRESSURE=BRITTLE

There is no default failure combination for the spall models. If you choose not to use the element deletion model, you must specify the failure combination explicitly. If the materials deviatoric behavior is not defined (for example, the equation of state model without deviatoric behavior is used), the deviatoric part of the combination is meaningless and will be ignored. The spall models are not allowed when using plane stress, shell, membrane, beam, pipe, and truss elements.

Determining when to use the tensile failure model

The tensile failure model in Abaqus/Explicit is suitable for high-strain-rate dynamic problems in which inertia effects are important. Improper use of the tensile failure model may result in an incorrect simulation.

Using the failure models with rebar

It is possible to use the shear failure and/or the tensile failure models in elements for which rebars are also defined. When such elements fail according to the failure criterion, the base material contribution to the element stress-carrying capacity is removed or adjusted depending on the type of failure chosen, but the rebar contribution to the element stress-carrying capacity is not removed. However, if you also include failure in the rebar material definition, the rebar contribution to the element stress-carrying capacity will also be removed or adjusted if the failure criterion specified for the rebar is met.

Elements

The shear and tensile failure models with element deletion can be used with any elements in Abaqus/Explicit that include mechanical behavior (elements that have displacement degrees of freedom). The shear and tensile failure models without element deletion can be used only with plane strain, axisymmetric, and three-dimensional solid (continuum) elements in Abaqus/Explicit.

Output

In addition to the standard output identifiers available in Abaqus/Explicit (“Abaqus/Explicit output variable identifiers,” Section 4.2.2), the following variable has special meaning for the shear and tensile failure models:

STATUS

Status of element (the status of an element is 1.0 if the element is active, 0.0 if the element is not).

23.2.9 POROUS METAL PLASTICITY

Products: Abaqus/Standard Abaqus/Explicit Abaqus/CAE

References

• “Material library: overview,” Section 21.1.1
• “Inelastic behavior,” Section 23.1.1
• *POROUS METAL PLASTICITY
• *POROUS FAILURE CRITERIA
• *VOID NUCLEATION
• “Defining porous metal plasticity” in “Defining plasticity,” Section 12.9.2 of the Abaqus/CAE Users Guide, in the HTML version of this guide

Overview

The porous metal plasticity model:

• is used to model materials with a dilute concentration of voids in which the relative density is greater than 0.9;
• is based on Gursons porous metal plasticity theory (Gurson, 1977) with void nucleation and, in Abaqus/Explicit, a failure definition; and
• defines the inelastic flow of the porous metal on the basis of a potential function that characterizes the porosity in terms of a single state variable, the relative density.

Elastic and plastic behavior

You specify the elastic part of the response separately; only linear isotropic elasticity can be specified (see “Linear elastic behavior,” Section 22.2.1). The porous metal plasticity model cannot be used in conjunction with porous elasticity (“Elastic behavior of porous materials,” Section 22.3.1).

You specify the hardening behavior of the fully dense matrix material by defining a metal plasticity model (see “Classical metal plasticity,” Section 23.2.1). Only isotropic hardening can be specified. The hardening curve must describe the yield stress of the matrix material as a function of plastic strain in the matrix material. In defining this dependence at finite strains, “true” (Cauchy) stress and log strain values should be given. Rate dependency effects for the matrix material can be modeled (see “Rate-dependent yield,” Section 23.2.3).

Yield condition

The relative density of a material, r, is defined as the ratio of the volume of solid material to the total volume of the material. The relationships defining the model are expressed in terms of the void volume fraction, f, which is defined as the ratio of the volume of voids to the total volume of the material. It

follows that f = 1 - r For a metal containing a dilute concentration of voids, Gurson (1977) proposed a yield condition as a function of the void volume fraction. This yield condition was later modified by Tvergaard (1981) to the form


\Phi = \left(\frac {q}{\sigma_ {y}}\right) ^ {2} + 2 q _ {1} f \cosh \left(- q _ {2} \frac {3 p}{2 \sigma_ {y}}\right) - \left(1 + q _ {3} f ^ {2}\right) = 0,

where

S= pI+σ is the deviatoric part of the Cauchy stress tensor \sigma ;

\begin{array} { r } { q = \sqrt { \frac { 3 } { 2 } { \bf S } : { \bf S } } \qquad \mathrm { i s ~ t h e ~ e f f e c t i v e ~ M i s e s ~ s t r e s s ; } } \end{array}

p = - \frac { 1 } { 3 } \pmb { \sigma } : \mathbf { I } \qquad \mathrm { i s ~ t h e ~ h y d r o s t a t i c ~ p r e s s u r e ; }

ym is the yield stress of the fully dense matrix material as a function of \bar { \varepsilon } _ { m } ^ { p l } , the equivalent plastic strain in the matrix; and

, , are material parameters.

The Cauchy stress is defined as the force per “current unit area,” comprised of voids and the solid (matrix) material.

f { = } 0 ( r { = } 1 ) implies that the material is fully dense, and the Gurson yield condition reduces to the Mises yield condition. { f = 1 \ ( r = 0 ) } implies that the material is completely voided and has no stress carrying capacity. The model generally gives physically reasonable results only for f < 0 . 1 \ ( r > 0 . 9 ) .

The model is described in detail in “Porous metal plasticity,” Section 4.3.6 of the Abaqus Theory Guide, along with a discussion of its numerical implementation.

If the porous metal plasticity model is used during a pore pressure analysis (see “Coupled pore fluid diffusion and stress analysis,” Section 6.8.1), the relative density, r, is tracked independently of the void ratio.

Specifying q _ { I } , q _ { 2 } , and q _ { 3 }

You specify the parameters q _ { 1 } , \ q _ { 2 } , and q _ { 3 } directly for the porous metal plasticity model. For typical metals the ranges of the parameters reported in the literature are q _ { 1 } = 1 . 0 to 1.5, q _ { 2 } = 1 . 0 , and q _ { 3 } = q _ { 1 } ^ { 2 } = 1.0 to 2.25 (see “Necking of a round tensile bar,” Section 1.1.9 of the Abaqus Benchmarks Guide). The original Gurson model is recovered when q _ { 1 } = q _ { 2 } = q _ { 3 } = 1 . 0 . You can define these parameters as tabular functions of temperature and/or field variables.

Input File Usage: *POROUS METAL PLASTICITY

Abaqus/CAE Usage: Property module: material editor: Mechanical→Plasticity→Porous Metal Plasticity

Failure criteria in Abaqus/Explicit

The porous metal plasticity model in Abaqus/Explicit allows for failure. In this case the yield condition is written as