Adams Solver uses a relatively simple velocity-based friction model for contacts. Specifying the frictional behavior is optional. The figure below shows how the coefficient of friction varies with slip velocity.
Coefficient of Friction Varying with Slip Velocity
In this simple model:
■
(-v
s) =
s ■
(v
s) = -
s ■
(0) = 0
■
(-v
d) =
d ■
(v
d) = -
d ■
(v) = -sign(v).
dfor |v| >v
d ■
(v) = -step(|v|,v
s,
s, v
d,
d) sign(v) for v
s < |v| < v
d ■
(v) = step(v,-v
s,

s,v
s,-
s) for -v
s < v < v
s where:
■V: Slip velocity at contact point
■vs: STICTION_TRANSITION_VELOCITY
■vd: FRICTION_TRANSITION_VELOCITY
■
s: MU_STATIC
■
d: MU_DYNAMIC