wall.moment.contact

Syntax

Vector Access

v = wall.moment.contact(w<,i>)

Get the wall contact moment.

Returns:

v - wall contact moment vector or component

Arguments:

w - wall pointer

i - Optional vector component that ranges from {3 to 3 in 2D; 1 to 3 in 3D}.

Component Access

f = wall.moment.contact.x(w) (3D ONLY)

Get the x-component of the wall contact moment.

Returns:f - x-component of the wall contact moment vector
Arguments:w - wall pointer
f = wall.moment.contact.y(w) (3D ONLY)

Get the y-component of the wall contact moment.

Returns:f - y-component of the wall contact moment vector
Arguments:w - wall pointer
f = wall.moment.contact.z(w)

Get the z-component of the wall contact moment.

Returns:f - z-component of the wall contact moment vector
Arguments:w - wall pointer