Damper02/Damper04
Maxwell Model
The Damper02
and Damper04
are Maxwell models that use displacement and velocity as inputs, that is,
element length is not used to compute strain or strain rate.
References
The Maxwell model allows combinations of nonlinear springs and dampers. The algorithm implemented is documented in the following paper.
Damper02
The Damper02
is the 2D version.
- Number of Nodes: 2
- Number of DoFs: 2 (Translation: UX, Translation: UY)
Damper04
The Damper04
is the 3D version.
- Number of Nodes: 2
- Number of DoFs: 3 (Translation: UX, Translation: UY, Translation: UZ)
Syntax
Remarks
- Parameter
[7]
indicates if to stack diverged increments into next iteration. If \(0\) is assigned, the material returns a failure flag as long as local iteration fails to converge. If \(n>0\), a maximum \(n\) increments are allowed to be stacked before exit due to divergence. - The
[8]
parameter controls the local time integration, \(\beta\in[0,1]\) shall be defined. The default value \(0.5\) implies a constant acceleration rule for the spring component in the Maxwell model.