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: 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

element Damper02 (1) (2) (3) (4) (5) [6] [7] [8]
element Damper04 (1) (2) (3) (4) (5) [6] [7] [8]
# (1) int, unique tag
# (2) int, node i
# (3) int, node j
# (4) int, damper tag
# (5) int, spring tag
# [6] bool string, if to use matrix in iteration, default: true
# [7] int, the maximum delay number, default: 0
# [8] double, beta, default: 0.5

Remarks

Last updated