wall.thermal.pos

Syntax

Vector Access

v = wall.thermal.pos(w<,i>)

Get the thermal wall position.

Returns:

v - thermal wall position vector or component

Arguments:

w - thermal wall pointer

i - optional vector component

Component Access

f = wall.thermal.pos.x(w)

Get the x-component of the thermal wall position.

Returns:f - x-component of the thermal wall position vector
Arguments:w - thermal wall pointer
f = wall.thermal.pos.y(w)

Get the y-component of the thermal wall position.

Returns:f - y-component of the thermal wall position vector
Arguments:w - thermal wall pointer
f = wall.thermal.pos.z(w) (3D ONLY)

Get the z-component of the thermal wall position.

Returns:f - z-component of the thermal wall position vector
Arguments:w - thermal wall pointer