zone.rotation.rate

Syntax

Tensor Access

t = zone.rotation.rate(p<,i1<,i2>>)

Get the zone rotation rate tensor or component. This is calculated using the current velocity field.

Returns:

t - zone rotation rate tensor or value

Arguments:

p - zone pointer

i1 - optional tensor index that, if given without i2, ranges from 1 to 7, accessing the xx, yy, zz, xy, xz, and yz tensor values.

i2 - optional tensor notation that must be given with i1. In this case, i1 corresponds to the first index of the tensor position and i2 to the second in the row/column format. For instance, i1 = 1 and i2 = 3 returns the xz tensor value.

Value Access

f = zone.rotation.rate.xx(p)

Get the xx-value of the zone rotation rate. This is calculated using the current velocity field.

Returns:f - xx-value of the zone rotation rate tensor
Arguments:p - zone pointer
f = zone.rotation.rate.xy(p)

Get the xy-value of the zone rotation rate. This is calculated using the current velocity field.

Returns:f - xy-value of the zone rotation rate tensor
Arguments:p - zone pointer
f = zone.rotation.rate.xz(p)

Get the xz-value of the zone rotation rate. This is calculated using the current velocity field.

Returns:f - xz-value of the zone rotation rate tensor
Arguments:p - zone pointer
f = zone.rotation.rate.yy(p)

Get the yy-value of the zone rotation rate. This is calculated using the current velocity field.

Returns:f - yy-value of the zone rotation rate tensor
Arguments:p - zone pointer
f = zone.rotation.rate.yz(p)

Get the yz-value of the zone rotation rate. This is calculated using the current velocity field.

Returns:f - yz-value of the zone rotation rate tensor
Arguments:p - zone pointer
f = zone.rotation.rate.zz(p)

Get the zz-value of the zone rotation rate. This is calculated using the current velocity field.

Returns:f - zz-value of the zone rotation rate tensor
Arguments:p - zone pointer