3.1.7.19.1. Yield Functions
Specifies the shape of the yield surface, i.e. the locus of points in stress-space where the response of the material is linear. Points outside the yield surface are not allowed. Yield surfaces can have parameters and internal variables which define its shape and location.
Yield Functions may define internal variables they need for their specification, as well as paramters. When specifying the ASDPlasticMaterial
instance, once must provide the internal variables mentioned below, together with their hardening function.
Yield functions are also responsible for providing their stress-derivative (\(\mathbf{n} = \partial f / \partial \boldsymbol{\sigma}\)) as well as computing the hardening term \(H\) in the plastic multiplier (see ASDPlasticMaterial Theory).
Available functions:
VonMises_YF
Defines a yield surface which corresponds to the Von Mises Yield Criterion. Its definition is:
Where \(p = -(\sigma_{11} + \sigma_{22} + \sigma_{33})/3\) is the mean stress (positive in compression), and \(\vec{I}\) is the Kronecker delta in Voigt notation (\(\vec{I} = \matorvec{cccccc}{1 & 1 & 1 & 0 & 0 & 0}^T\)). Finally, \(\vec{s}\) is the deviatoric part of the stress vector in Voigt notation.
Internal variables defined
IV Name |
Type |
Symbol |
Description |
---|---|---|---|
|
Rank-6 Tensor |
\(\vec{\alpha}\) |
Backstress, definining the location in stress space for the axis of the Von-Mises cylinder. |
|
Scalar |
\(k\) |
Shear strength, definining the radius of the Von-Mises cylinder in stress space. |
Parameters required
DruckerPrager_YF
Defines a yield surface which corresponds to the Drucker-Prager Yield Criterion. Its definition is:
Where all symbols are as before. In this case note that \(k\), defines the slope of the opening of the Drucker-Prager cone with respect to \(p\), thus now the radius of the cone at a given confinement is \(kp\).
Internal variables defined
It uses the same variables as the Von-Mises yield function, but the VonMisesRadius
is now unitless and should be defined with respect to a reference confinement.
IV Name |
Type |
Symbol |
Description |
---|---|---|---|
|
Rank-6 Tensor |
\(\vec{\alpha}\) |
Backstress, definining the location in stress space for the axis of the Drucker-Prager cone. |
|
Scalar |
\(k\) |
Shear strength at reference confinement, definining the radius of the DruckerPrager cone in stress space as \(kp\) |
Parameters required
RoundedMohrCoulomb_YF
Coming soon