getShearRate Function

public pure function getShearRate(strain) result(shear)

Calculate the Shear Rate

The Shear Rate is defined as where is the second invariant of the strain rate tensor and defined as where is the strain rate tensor.

Arguments

TypeIntentOptionalAttributesName
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

Contents

None