ball.cfd.force

Syntax

Vector Access

v = ball.cfd.force(b<,i>)
ball.cfd.force(b<,i>) = v

Get/set the CFD ball force.

Returns:

v - CFD ball force vector or component

Accepts:

v - CFD ball force vector or component

Arguments:

b - CFD ball pointer

i - optional vector component

Component Access

f = ball.cfd.force.x(b)
ball.cfd.force.x(b) = f

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

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

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

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

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

Returns:f - z-component of the CFD ball force vector
Accepts:f - z-component of the CFD ball force vector
Arguments:b - CFD ball pointer