zone.strain.rate
Syntax
- t := zone.strain.rate(z)
Get the zone strain rate, based on the current velocity field.
Component Access
f := zone.strain.rate
(z)->xx
- f := zone.strain.rate.xx(z)
Get the -component of the zone strain rate, based on the current velocity field.
Access other tensor components (, , , , ) by substituting the component name where 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.strain.rate(z,<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.
Was this helpful? ... | Itasca Software © 2024, Itasca | Updated: Feb 14, 2025 |