zone.strain.rate
Syntax
Tensor Access
- f = zone.strain.rate(p,i1<,i2>)
Get the zone strain rate, based on the current velocity field.
Returns: f - tensor or value
Arguments: p - zone pointer
i1 - 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.strain.rate.xx(p)
Get the xx-value of the zone strain rate based on the current velocity field.
Returns: f - xx-value of the zone strain rate tensor Arguments: p - zone pointer
- f = zone.strain.rate.xy(p)
Get the xy-value of the zone strain rate based on the current velocity field.
Returns: f - xy-value of the zone strain rate tensor Arguments: p - zone pointer
- f = zone.strain.rate.xz(p)
Get the xz-value of the zone strain rate based on the current velocity field.
Returns: f - xz-value of the zone strain rate tensor Arguments: p - zone pointer
- f = zone.strain.rate.yy(p)
Get the yy-value of the zone strain rate based on the current velocity field.
Returns: f - yy-value of the zone strain rate tensor Arguments: p - zone pointer
Was this helpful? ... | PFC 6.0 © 2019, Itasca | Updated: Nov 19, 2021 |