matflow.param_classes.load.StrainRateMode#

class matflow.param_classes.load.StrainRateMode(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)#

Bases: _StrainRateMode, Enum

The mode of the strain rate.

Methods

Attributes

DEF_GRAD_RATE

Deformation gradient rate.

VEL_GRAD

Velocity gradient.

VEL_GRAD_APPROX

Velocity gradient approximation.

value

The index value of this enumeration element.

symbol

Symbol associated with this mode.

DEF_GRAD_RATE = 0#

Deformation gradient rate.

VEL_GRAD = 1#

Velocity gradient.

VEL_GRAD_APPROX = 2#

Velocity gradient approximation.

symbol: str#

Symbol associated with this mode.

property value: int#

The index value of this enumeration element.