zone.tri.strain.rate

Syntax

t := zone.tri.strain.rate(z<,ioverlay><,itri>) (2D ONLY)

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

If ioverlay is specified (an integer from 1 to 2) then only the strain rates of the triangle of that overlay are returned. If itri is specified as well, then only the strain rates of that specific triangle is returned.

The total number of triangle in each overlay depends on the zone type (quadrilateral or triangle).

See also the functions zone.overlays and zone.tri.num.

Returns:

t - zone triangle strain rate tensor or value

Arguments:

z - zone pointer

ioverlay - optional overlay index of the triangle, from 1 to 2

itri - optional index of the triangle in the overlay, from 1 to 2.

Component Access

f := zone.tri.strain.rate (z)->xx

f := zone.tri.strain.rate.xx(z)

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

Returns:

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

Arguments:

z - 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 (zone.tri.strain.rate(z,<int>,<int>,<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 := zone.tri.strain.rate.yy(z)
f := zone.tri.strain.rate.zz(z)
f := zone.tri.strain.rate.xy(z)
f := zone.tri.strain.rate.xz(z)
f := zone.tri.strain.rate.yz(z)