clump.moment.unbal

Syntax

Vector Access

v = clump.moment.unbal(c<,i>)

Get the clump unbalanced moment.

Returns:

v - clump unbalanced moment vector or component

Arguments:

c - clump pointer

i - Optional vector component that ranges from {3 to 3 in 2D; 1 to 3 in 3D}.

Component Access

f = clump.moment.unbal.x(c) (3D ONLY)

Get the x-component of the clump unbalanced moment.

Returns:f - x-component of the clump unbalanced moment vector
Arguments:c - clump pointer
f = clump.moment.unbal.y(c) (3D ONLY)

Get the y-component of the clump unbalanced moment.

Returns:f - y-component of the clump unbalanced moment vector
Arguments:c - clump pointer
f = clump.moment.unbal.z(c)

Get the z-component of the clump unbalanced moment.

Returns:f - z-component of the clump unbalanced moment vector
Arguments:c - clump pointer