clump.cfd.pos

Syntax

Vector Access

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

Get the CFD clump position.

Returns:

v - CFD clump position vector or component

Accepts:

v - CFD clump position vector or component

Arguments:

c - CFD clump pointer

i - optional vector component

Component Access

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

Get the x-component of the CFD clump node position.

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

Get the y-component of the CFD clump position.

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

Get the z-component of the CFD clump position.

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