Skip to content

NonlinearHoffman

Orthotropic Hoffman Material

References

  1. Constitutive Modelling Cookbook

Theory

The NonlinearHoffman defines an orthotropic material using Hoffman yield criterion and associative plasticity.

The yield surface is defined as

F(σ,ε¯p)=C1(σ11σ22)2+C2(σ22σ33)2+C3(σ33σ11)2+C4σ122+C5σ232+C6σ132+C7σ11+C8σ22+C9σ33K2(ε¯p)

with σ=[σ11 σ22 σ33 σ12 σ23 σ13]T is the stress, C1 to C9 are material constants. K(ϵ¯p) is the isotropic hardening function.

The constants are defined as follows.

C1=12(1σ11tσ11c+1σ22tσ22c1σ33tσ33c),C2=12(1σ22tσ22c+1σ33tσ33c1σ11tσ11c),C3=12(1σ33tσ33c+1σ11tσ11c1σ22tσ22c),C4=1σ120σ120,C5=1σ230σ230,C6=1σ130σ130,C7=σ11cσ11tσ11tσ11c,C8=σ22cσ22tσ22tσ22c,C9=σ33cσ33tσ33tσ33c.

The Hoffman function allows different yield stresses for tension and compression. To recover the original Hill yield function, simply set σiit=σiic for i=1, 2, 3.

The hardening function K(ε¯p) can be user defined. It shall be noted that K(0)=1. The following method shall be implemented.

C++
virtual double compute_k(double) const = 0;
virtual double compute_dk(double) const = 0;

History Layout

location parameter
initial_history(0) equivalent plastic strain
initial_history(1:7) plastic strain