wall.disp

Syntax

Vector Access

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

Get/set the wall displacement.

Returns:

v - wall displacement vector or component

Accepts:

v - wall displacement vector or component

Arguments:

w - wall pointer

i - optional vector component

Component Access

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

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

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

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

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

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

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