block.zone.strain.rate

Syntax

t := block.zone.strain.rate(bzp)

Get the zone strain rate, based on the current velocity field.

Returns:

t - zone strain rate tensor

Arguments:

bzp - block zone pointer

Component Access

f := block.zone.strain.rate (bzp)->xx

f := block.zone.strain.rate.xx(bzp)

Get the \(xx\)-component of the zone strain rate, based on the current velocity field.

Returns:

f - \(xx\)-component of the zone strain rate tensor

Arguments:

bzp - block zone pointer

Access other tensor components (\(yy\), \(zz\), \(xy\), \(xz\), \(yz\)) by substituting the component name where \(xx\) appears above. See Member Access Operator for information about accessing members from data types using ->.

Deprecated Component Access

Component access by adding an optional integer in the function arguments (block.zone.strain.rate(bzp,<int, <int>>)) is deprecated. It remains available but will not be supported in future versions. See Component Access with Integers in FISH on the Deprecated Commands and FISH page for details.

This is hidden. Added to include remaining vector component access functions for inline help.

f := block.zone.strain.rate.yy(bzp)
f := block.zone.strain.rate.zz(bzp)
f := block.zone.strain.rate.xy(bzp)
f := block.zone.strain.rate.xz(bzp)
f := block.zone.strain.rate.yz(bzp)