**process strain_measure#
Description#
This post-processing computes the strain measures (small strain, Green, Hencky (logarithmic), the deformation gradient, Biot strain )
Syntax#
**process strain_measure
\(~\,\) *measure measure
\(~\,\) *strain_prefix prefix
[ *rotate_back ]
[ *disp_prefix prefix ]
*measuremeasureis the strain measure.
measure
Description
engThe engineering strain \(\dfrac12 (\ten F + \ten F^T) -\ten 1\)
logthe logarithmic strain \(\ln \ten U\), where \(\ten F = \ten R\ten U\)
defthe deformation gradient \(\ten F\)
biotThe Biot strain tensor \(\ten U - \ten 1\)
greenGreen-Lagrange strain measure \(\ten E = \dfrac12 (\ten F\ten F^T-\ten 1)\)
sdinfinitesimal strain tensor \(\ten \varepsilon = \dfrac{1}{2} \left(\nabla \vect u + \nabla^T \vect u \right)\)
*strain_prefixprefixis the name assigned to the strain. By default, prefix =
F(if measure =def_grad) and prefix =ETOfor other strain measures.*rotate_backa flag to rotate the strain tensor back to the global frame \(\ten R \ten \square \ten R^T\).
*disp_prefixprefixis the displacement prefix. By default
U.
Example#
****post_processing
***global_post_processing
**file node
**nset ALL_NODE
**process strain_measure
*strain_prefix E
*measure green
****return