wall.vel

Syntax

Vector Access

v = wall.vel(w<,i>)
wall.vel(w<,i>) = v

Get/set the wall velocity.

Returns:

v - wall velocity vector or component

Accepts:

v - wall velocity vector or component

Arguments:

w - wall pointer

i - optional vector component

Component Access

f = wall.vel.x(w)
wall.vel.x(w) = f

Get/set the x-component of the wall velocity.

Returns:f - x-component of the wall velocity vector
Accepts:f - x-component of the wall velocity vector
Arguments:w - wall pointer
f = wall.vel.y(w)
wall.vel.y(w) = f

Get/set the y-component of the wall velocity.

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

Get/set the z-component of the wall velocity.

Returns:f - z-component of the wall velocity vector
Accepts:f - z-component of the wall velocity vector
Arguments:w - wall pointer