CustomViscosity
Viscous Material Using Custom Model
Reference:
Syntax
Remarks
The expression needed takes strain and strain rate as the inputs and returns the damping coefficient and its derivatives as the outputs.
The input size shall be 2 and the output size shall be 3.
Example
Imaging to model the linear viscous material such that
One can define the expression as
The strain maps to x[0]
and the strain rate maps to x[1]
.
The stress output maps to y[0]
and its derivatives regarding strain and strain rate maps to y[1]
and y[2]
respectively.
Last updated