Loading [MathJax]/jax/output/HTML-CSS/jax.js

getShearRate Function

public pure function getShearRate(strain) result(shear)

Calculate the Shear Rate

The Shear Rate is defined as ˙γ=2DII where DII is the second invariant of the strain rate tensor and defined as DII=lα,β=lSαβSαβ where Sαβ is the strain rate tensor.

Arguments

Type IntentOptional Attributes Name
real(kind=rk), intent(in) :: strain(:)

strain rate tensor: xx, yy, zz, xy, yz, zx

Return Value real(kind=rk)


Called by

proc~~getshearrate~~CalledByGraph proc~getshearrate getShearRate proc~deriveshearrate deriveShearRate proc~deriveshearrate->proc~getshearrate