Friction

Several friction formulations are available within Radioss. The simplest one, which is also the most used, is the Coulomb friction law. This formulation provides accurate results in crash analysis and requires just one parameter (Coulomb friction coefficient, μ ).


Figure 1. Normal and Tangential Forces Applied to a Node


Figure 2. Adhesion Force Computation
The default value for μ is 0 (no friction between surfaces). To compute the friction force, the default friction penalty formulation is a viscous one, based on the tangential velocity. During sliding penetrate the node goes from position C0 (contact point at time t) to C1 (contact position at time t + Δ t ). As the contact is viscous, a viscous coefficient C is introduced to compute the adhesion force:(1)
F a d h = C V t
Where,
C = V I S F 2 K M
K
Instantaneous interface stiffness
VISF
Critical damping coefficient on interface friction
M
Main node mass
Once the adhesion force (Fh) is computed, if it is less than μ F n , the friction force is unchanged equaling Fh and sticking will occur. If the adhesion force is greater than μ F n , then the friction force is reduced and equals μ F n .(2)
F t = min ( μ F n , F a d h )


Figure 3. Friction Force Computation
If sliding occurs at a very low speed (for example: quasi-static simulation), the viscous formulation will not work, as the friction force is computed upon the tangential speed. To overcome this limitation, a new friction penalty formulation is available based on tangential displacement (stiffness incremental formulation). This method introduces an artificial stiffness, K to calculate the variation of the friction force:(3)
Δ F t = K V t δ t
Where,
δ t
Tangent displacement
Therefore, contrary to the previous formulation, the stiffness formulation is able to compute the proper friction force even at a low speed. Figure 4 illustrates this point. If an imposed displacement is applied to a part (a 3D cube) at a low speed (0.01 m/s), the viscous formulation will not work; whereas the stiffness formulation based on the tangential displacement will.


Figure 4. Viscous Formulation vs Stiffness Formulation
Other friction formulations are available, their principle is similar to the Coulomb friction law. Radioss first computes an adhesion force, which is then compared to μ F n . Their differences lie in the friction coefficient ( μ ) which is not constant anymore, but function on the pressure of the normal force on the main segment and on the tangential velocity of the secondary node. Depending on the flag Ifric, three new friction formulations are available:
Generalized Viscous Friction Law
(4)
μ = F r i c + C 1 . p + C 2 V + C 3 . p V + C 4 p 2 + C 5 V 2
Modified Darmstad Friction Law
(5)
μ = F r i c + C 1 e ( C 2 V ) p 2 + C 3 e ( C 4 V ) p + C 5 e ( C 6 V )
Renard Friction Law
(6)
μ = C 1 + ( C 3 C 1 ) V C 5 ( 2 V C 5 )
if (7)
V [ C 5 , C 6 ]
(8)
μ = C 3 ( ( C 3 C 4 ) ( V C 5 C 6 C 5 ) 2 ( 3 2 V C 5 C 6 C 5 ) )
if (9)
V [ C 5 , C 6 ]
(10)
μ = C 2 1 1 C 2 C 4 + ( V C 6 ) 2
if (11)
V C 6
(12)
P = C 1 μ + C 4 ρ C υ T = C 1 μ + α υ T
Note: Friction filtering is available for all friction formulations and allows you to smooth the friction force. Refer to Radioss Starter Input for more details.


Figure 5. Graphical Representation of Renard Friction Model