zone.rotation.inc
Syntax
Tensor Access
- t = zone.rotation.inc(p<,i1<,i2>>)
Get the zone rotational increment tensor, or a component of it. This is calculated using the current displacement field.
Returns: t - zone rotational increment 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.inc.xx(p)
Get the xx-value of the zone rotational increment tensor. This is calculated using the current displacement field.
Returns: f - xx-value of the zone rotational increment tensor Arguments: p - zone pointer
- f = zone.rotation.inc.xy(p)
Get the xy-value of the zone rotational increment. This is calculated using the current displacement field.
Returns: f - xy-value of the zone rotational increment tensor Arguments: p - zone pointer
- f = zone.rotation.inc.xz(p)
Get the xz-value of the zone rotational increment. This is calculated using the current displacement field.
Returns: f - xz-value of the zone rotational increment tensor Arguments: p - zone pointer
- f = zone.rotation.inc.yy(p)
Get the yy-value of the zone rotational increment. This is calculated using the current displacement field.
Returns: f - yy-value of the zone rotational increment tensor Arguments: p - zone pointer
Was this helpful? ... | PFC 6.0 © 2019, Itasca | Updated: Nov 19, 2021 |