/MAT/LAW48 (ZHAO)

Block Format Keyword This law describes the Zhao material law used to model an elasto-plastic strain rate dependent materials. The law is applicable only for solids and shells.

The global plasticity option for shells (N=0 in shell property keyword) is not available in the actual version.

Format

(1) (2) (3) (4) (5) (6) (7) (8) (9) (10)
/MAT/LAW48/mat_ID/unit_ID or /MAT/ZHAO/mat_ID/unit_ID
mat_title
ρi
E ν
A B n Chard σmax
C D m EI k
˙ε0 Fcut
εmaxp εt1 εt2

Definition

Field Contents SI Unit Example
mat_ID Material identifier.

(Integer, maximum 10 digits)

unit_ID Unit Identifier.

(Integer, maximum 10 digits)

mat_title Material title.

(Character, maximum 100 characters)

ρi Initial density.

(Real)

[kgm3]
E Young's modulus.

(Real)

[Pa]
ν Poisson's ratio.

(Real)

A Plasticity yield stress.

(Real)

[Pa]
B Plasticity hardening parameter.

(Real)

[Pa]
n Plasticity hardening exponent.

Default = 1.0 (Real)

Chard Plasticity Iso-kinematic hardening factor.
= 0
Hardening is full isotropic model.
= 1
Hardening uses the kinematic Prager-Ziegler model.
= between 0 and 1
Hardening is interpolated between the two models.

Default = 0.0 (Real)

σmax Plasticity maximum stress.

Default = 1030 (Real)

[Pa]
C Relative strain rate coefficient.

Default = 1.0 (Real)

[Pa]
D Strain rate plasticity factor.

Default = 0.0 (Real)

m Relative strain rate exponent.

Default = 1.0 (Real)

EI Strain rate coefficient.

Default = 0.0 (Real)

[Pa]
k Strain rate exponent.

Default = 1.0 (Real)

˙ε0 Reference strain rate.

(Real)

[1s]
Fcut Cutoff frequency for strain rate filtering.

Default = 0.0 (Real)

[Hz]
εmaxp Failure plastic strain.

Default = 1030 (Real)

εt1 Tensile failure strain 1.

Default = 1030 (Real)

εt2 Tensile failure strain 2.

Default = 1030 (Real)

Example (Metal)

Comments

  1. The stress-strain function is based on the formula published by Zhao:
    σ=(A+Bεpn)+(CDεpm)ln˙ε˙ε0+E1˙εk
    Where,
    εp
    Plastic strain
    ˙ε
    Strain rate
  2. Except for the strain rate formulation, the plasticity curve is strictly identical to a Johnson-Cook model:

    mat_law48
    Figure 1.

    However, compared to Johnson-Cook, the Zhao law allows a better approximation of a nonlinear strain rate dependent behavior.

  3. Yield stress should be strictly positive.
  4. The hardening exponent n must be less than 1.

    clip0079
    Figure 2.
  5. The iso-kinematic hardening parameter is defined as:
    • If Chard = 0, hardening is a full isotropic model
    • If Chard = 1, hardening uses the kinematic Prager-Ziegler model
    • If 0 < Chard < 1, hardening is interpolated between the two models
  6. If ˙ε˙ε0 , the term (CDεpm)ln˙ε˙ε0=0 , and Equation 1 becomes:
    σ=(A+Bεpn)+E1˙εk
  7. The strain rate filtering is used to smooth strain rate. It is only available for shell and solid elements.
  8. When εp reaches εmax in one integration point, then based on the element type:
    • Shell elements: The corresponding shell element is deleted.
    • Solid elements: The deviatoric stress of the corresponding integral point is permanently set to 0, however, the solid element is not deleted.
  9. If ε1>εt1 ( ε1 is the largest principal strain), the stress is reduced as:
    σn+1=σn(εt2ε1εt2εt1)
  10. If ε1>εt2 , the stress is reduced to 0 (but the element is not deleted).