wall.facet.conveyor

Syntax

Vector Access

v = wall.facet.conveyor(wf<,i>)
wall.facet.conveyor(wf<,i>) = v

Get/set the facet conveyor velocity.

Returns:

v - facet conveyor velocity vector or component

Accepts:

v - facet conveyor velocity vector or component

Arguments:

wf - facet pointer

i - optional vector component

Component Access

f = wall.facet.conveyor.x(wf)
wall.facet.conveyor.x(wf) = f

Get/set the x-component of the facet conveyor velocity.

Returns:f - x-component of the facet conveyor velocity vector
Accepts:f - x-component of the facet conveyor velocity vector
Arguments:wf - facet pointer
f = wall.facet.conveyor.y(wf)
wall.facet.conveyor.y(wf) = f

Get/set the y-component of the facet conveyor velocity.

Returns:f - y-component of the facet conveyor velocity vector
Accepts:f - y-component of the facet conveyor velocity vector
Arguments:wf - facet pointer
f = wall.facet.conveyor.z(wf) (3D ONLY)
wall.facet.conveyor.z(wf) = f (3D ONLY)

Get/set the z-component of the facet conveyor velocity.

Returns:f - z-component of the facet conveyor velocity vector
Accepts:f - z-component of the facet conveyor velocity vector
Arguments:wf - facet pointer