NonlinearHoffman
Orthotropic Hoffman Material
References
Parameter Order
All orthotropic models take nine parameters to define the elasticity.
Using a standard notation (11, 22, 33, 12, 23, 13), the nine parameters needed are listed as follows.
Six moduli: , , , , , . Note .
Three Poisson's ratios: . Note .
Theory
The NonlinearHoffman
defines an orthotropic material using Hoffman yield criterion and associative plasticity.
The yield surface is defined as
with is the stress, to are material constants. is the isotropic hardening function.
The constants are defined as follows.
The Hoffman function allows different yield stresses for tension and compression. To recover the original Hill yield function, simply set for .
The hardening function can be user defined. It shall be noted that . The following method shall be implemented.
virtual double compute_k(double) const = 0;
virtual double compute_dk(double) const = 0;
History Layout
initial_history(0)
equivalent plastic strain
initial_history(1:7)
plastic strain
Last updated