block.zone.stress
Syntax
- t := block.zone.stress(bzp)
Get the zone stress tensor.
Returns: t - zone stress tensor Arguments: bzp - block zone pointer
Component Access
f := block.zone.stress
(bzp)->xx
- f := block.zone.stress.xx(bzp)
Get the -component of the zone stress tensor.
Returns: f - -component of the zone stress tensor Arguments: bzp - block zone pointer
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 (block.zone.stress(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.
Was this helpful? ... | FLAC3D © 2019, Itasca | Updated: Feb 25, 2024 |