zone.flux

Syntax

Vector Access

v = zone.flux(z<,i>)

Get the zone average heat flux vector.

Returns:

v - zone average heat flux vector or component

Accepts:

v - zone average heat flux vector or component

Arguments:

z - zone pointer

i - optional vector component, from 1 to 3

Component Access

f = zone.flux.x(z)

Get the x-component of the zone flux.

Returns:f - x-component of the zone flux vector
Accepts:f - x-component of the zone flux vector
Arguments:z - zone pointer
f = zone.flux.y(z)

Get the y-component of the zone flux.

Returns:f - y-component of the zone flux vector
Accepts:f - y-component of the zone flux vector
Arguments:z - zone pointer
f = zone.flux.z(z)

Get the z-component of the zone flux.

Returns:f - z-component of the zone flux vector
Accepts:f - z-component of the zone flux vector
Arguments:z - zone pointer