CustomMises1D
J2 Plasticity Model With Custom Hardening
Theory
This model is an implementation of the Mises1D
abstract model.
Syntax
Usage
Both the isotropic and kinematic hardening functions are provided by Expression objects.
Both hardening functions shall be defined in terms of the equivalent plastic strain.
The isotropic hardening function evaluates to the yield stress for trivial equivalent plastic strain.
The expressions shall be able to compute derivatives.
Example
Isotropic Hardening
For example, one can define a purely isotropic hardening model as follows:
In the above example, the isotropic hardening function is defined as:
in which maps to the equivalent plastic strain and maps to the shifted stress.
The kinematic hardening function is defined as:
For elastic modulus of , the isotropic hardening ratio satisfies:
solving which yields .
The last point is , then
Kinematic Hardening
In the above example, purely kinematic hardening is defined.
The hardening ratio is .
The last point is , then
With custom functions, it is possible to define arbitrary hardening rules.
Last updated