domain.strain.rate
Syntax
Tensor Access
- m = domain.strain.rate(<i1,i2>)
- domain.strain.rate(<i1,i2>) = m
Get/set the domain strain rate.
Returns: m - domain strain rate tensor or component Accepts: v - domain strain rate tensor or component Arguments: (i1,i2) - optional tensor component
Component Access
- f = domain.strain.rate.xx()
- domain.strain.rate.xx() = f
Get/set the xx-component of the domain strain rate tensor.
Returns: f - xx-component of the domain strain rate tensor Accepts: f - xx-component of the domain strain rate tensor
- f = domain.strain.rate.xy()
- domain.strain.rate.xy() = f
Get/set the xy-component of the domain strain rate tensor.
Returns: f - xy-component of the domain strain rate tensor Accepts: f - xy-component of the domain strain rate tensor
- f = domain.strain.rate.xz() (3D only)
- domain.strain.rate.xz() = f (3D only)
Get/set the xz-component of the domain strain rate tensor.
Returns: f - xz-component of the domain strain rate tensor Accepts: f - xz-component of the domain strain rate tensor
- f = domain.strain.rate.yx()
- domain.strain.rate.yx() = f
Get/set the yx-component of the domain strain rate tensor.
Returns: f - yx-component of the domain strain rate tensor Accepts: f - yx-component of the domain strain rate tensor
- f = domain.strain.rate.yy()
- domain.strain.rate.yy() = f
Get/set the yy-component of the domain strain rate tensor.
Returns: f - yy-component of the domain strain rate tensor Accepts: f - yy-component of the domain strain rate tensor
- f = domain.strain.rate.yz() (3D only)
- domain.strain.rate.yz() = f (3D only)
Get/set the yz-component of the domain strain rate tensor.
Returns: f - yz-component of the domain strain rate tensor Accepts: f - yz-component of the domain strain rate tensor
- f = domain.strain.rate.zx() (3D only)
- domain.strain.rate.zx() = f (3D only)
Get/set the zx-component of the domain strain rate tensor.
Returns: f - zx-component of the domain strain rate tensor Accepts: f - zx-component of the domain strain rate tensor
- f = domain.strain.rate.zy() (3D only)
- domain.strain.rate.zy() = f (3D only)
Get/set the zy-component of the domain strain rate tensor.
Returns: f - zy-component of the domain strain rate tensor Accepts: f - zy-component of the domain strain rate tensor
- f = domain.strain.rate.zz() (3D only)
- domain.strain.rate.zz() = f (3D only)
Get/set the zz-component of the domain strain rate tensor.
Returns: f - zz-component of the domain strain rate tensor Accepts: f - zz-component of the domain strain rate tensor
See Also: model domain strain-rate
Was this helpful? ... | PFC 6.0 © 2019, Itasca | Updated: Nov 19, 2021 |