domain.strain.rate

Syntax

v = domain.strain.rate( )
domain.strain.rate( ) = v

Get/set the domain strain rate.

Returns:v - domain strain rate vector
Accepts:v - domain strain rate vector

Component Access

f = domain.strain.rate ( )->x
domain.strain.rate ( )->x = f

f = domain.strain.rate.x( )
domain.strain.rate.x( ) = f

Get/set the \(x\)-component of the domain strain rate.

Returns:f - \(x\)-component of the domain strain rate vector
Accepts:f - \(x\)-component of the domain strain rate vector

Access other vector components (\(y\), \(z\) (3D ONLY)) by substituting the component name where \(x\) appears above. See Member Access Operator for information about accessing members from data types using ->.

Deprecated Component Access

Component access by adding an optional integer in the function arguments (e.g., f = domain.strain.rate(3)) is deprecated. It remains available but will not be supported in future versions. See Component Access with Integers in FISH on the Deprecated Commands and FISH page for details.

This is hidden. Added to include remaining vector component access functions for inline help.

f = domain.strain.rate.y( )
f = domain.strain.rate.z( ) (3D ONLY)