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
Deformation gradient rate.
Velocity gradient.
Velocity gradient approximation.
The index value of this enumeration element.
Symbol associated with this mode.
- DEF_GRAD_RATE = 0#
Deformation gradient rate.
- VEL_GRAD = 1#
Velocity gradient.
- VEL_GRAD_APPROX = 2#
Velocity gradient approximation.