Skip to content

CoulombFriction

The CoulombFriction is a 1D viscous material that shall be used with for example Damper01 element.

Syntax

Text Only
1
2
3
4
material CoulombFriction (1) (2) (3)
# (1) int, unique material tag
# (2) double, C
# (3) double, alpha

Theory

The stress is constant as long as the velocity is not zero.

σ=Csign(ε˙)if~ε˙0.

In order to avoid discontinuity, the sigmoid function is used.

σ=2Cπarctan(αε˙).

The factor α is used to control the steepness of the transition region.