zone.stress
Syntax
- t := zone.stress(p)
- zone.stress(p) := t
Get/set the zone stress. Get: The zone-averaged value of all the internal tetra is returned, weighted by volume. Set: All of the zone’s internal tetra are assigned the same stress value. Note that compressive stresses are negative.
Returns: t - zone stress tensor Accepts: t - zone stress tensor Arguments: p - zone pointer
Component Access
f := zone.stress
(p)->xx
zone.stress
(p)->xx
:= f
- f := zone.stress.xx(p)
- zone.stress.xx(p) := f
Get/set the \(xx\)-component of the zone stress.
Returns: f - \(xx\)-component of the zone stress tensor or value Accepts: f - \(xx\)-component of the zone stress tensor or value Arguments: p - 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.stress(p,<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? ... | PFC © 2021, Itasca | Updated: Feb 25, 2024 |