zone.tetra.strain.increment

Syntax

t := zone.tet.strain.inc(z<,ioverlay><,itetra>)

Get the zone tetra strain increments based on the current displacement field.

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

The total number of tetra in each overlay depends on the zone type (brick, degenerate-brick, wedge, pyramid, or tetrahedron). See also the functions zone.overlays and zone.tet.num.

Returns:

t - zone tetra strain increment tensor or value

Arguments:

z - zone pointer

ioverlay - the overlay index of the tetra, from 1 to 2

itetra - the index of the tetra in the overlay

Component Access

f := zone.tet.strain.increment (z)->xx

f := zone.tet.strain.increment.xx(z)

Get the \(xx\)-component of the zone tetra strain increments based on the current displacement field.

Returns:f - \(xx\)-component of the zone tetra strain increment 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.tet.strain.increment(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.tet.strain.increment.yy(z)
f := zone.tet.strain.increment.zz(z)
f := zone.tet.strain.increment.xy(z)
f := zone.tet.strain.increment.xz(z)
f := zone.tet.strain.increment.yz(z)