clump.cfd.force

Syntax

Vector Access

v = clump.cfd.force(c<,i>)
clump.cfd.force(c<,i>) = v

Get/set the CFD clump force.

Returns:

v - CFD clump force vector or component

Accepts:

v - CFD clump force vector or component

Arguments:

c - CFD clump pointer

i - optional vector component

Component Access

f = clump.cfd.force.x(c)
clump.cfd.force.x(c) = f

Get/set the x-component of the CFD clump force.

Returns:f - x-component of the CFD clump force vector
Accepts:f - x-component of the CFD clump force vector
Arguments:c - CFD clump pointer
f = clump.cfd.force.y(c)
clump.cfd.force.y(c) = f

Get/set the y-component of the CFD clump force.

Returns:f - y-component of the CFD clump force vector
Accepts:f - y-component of the CFD clump force vector
Arguments:c - CFD clump pointer
f = clump.cfd.force.z(c)
clump.cfd.force.z(c) = f

Get/set the z-component of the CFD clump force.

Returns:f - z-component of the CFD clump force vector
Accepts:f - z-component of the CFD clump force vector
Arguments:c - CFD clump pointer