wall.facet.conveyor

Syntax

v = wall.facet.conveyor(wf)
wall.facet.conveyor(wf) = v

Get/set the facet conveyor velocity.

Returns:v - facet conveyor velocity vector
Accepts:v - facet conveyor velocity vector
Arguments:wf - facet pointer

Component Access

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

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

Access other vector components (\(y\), \(z\) (3D ONLY)) by substituting the component name where \(x\) appears above. See Member Access Operator for information about accessing members from data types using ->.

Deprecated Component Access

Component access by adding an optional integer in the function arguments (e.g., f = wall.facet.conveyor(wf, 3)) is deprecated. It remains available but will not be supported in future versions. See Component Access with Integers in FISH on the Deprecated Commands and FISH page for details.

This is hidden. Added to include remaining vector component access functions for inline help.

f = wall.facet.conveyor.y(wf)
f = wall.facet.conveyor.z(wf) (3D ONLY)