clump.moment.unbal
Syntax
- v = clump.moment.unbal(cp)
Get the clump unbalanced moment.
Returns: v - clump unbalanced moment vector Arguments: cp - clump pointer
Component Access
f = clump.moment.unbal
(cp)->x
- f = clump.moment.unbal.x(cp)
Get the -component of the clump unbalanced moment.
Returns: f - -component of the clump unbalanced moment vector Arguments: cp - clump pointer
Access other vector components (, (3D ONLY)) 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 (e.g., f = clump.moment.unbal(cp,3)
) 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 |