clump.moi
Syntax
- t = clump.moi(c)
Get the clump moment of inertia.
Note
In 2D, the polar moment of inertia is used and a float is returned.
Component Access
- f = clump.moi.xx(c) (3D ONLY)
Get the -value of the clump moment of inertia.
Access other tensor components (, , , , ) by substituting the component name where appears above. , , and are 3D only. See Member Access Operator for information about accessing members from data types using ->
.
Deprecated Component Access
Component access by adding optional integer(s) in the function arguments (e.g., f = clump.moi(c, 1, 1)
) 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: Dec 05, 2024 |