Damper02

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, Translation)

  • DoF Label: U1, U2

Damper04

The Damper04 is the 3D version.

  • Number of Nodes: 2

  • Number of DoFs: 3 (Translation, Translation, Translation)

  • DoF Label: U1, U2, U3

Syntax

Remarks

  1. Parameter [7] indicates if to stack diverged increments into next iteration. If 00 is assigned, the material returns a failure flag as long as local iteration fails to converge. If n>0n>0, a maximum nn increments are allowed to be stacked before exit due to divergence.

  2. The [8] parameter controls the local time integration, β[0,1]\beta\in[0,1] shall be defined. The default value 0.50.5 implies a constant acceleration rule for the spring component in the Maxwell model.

Last updated