24.2.1. Contact formulas for MTT2D

Contact Formulas

In a field of multi-body dynamics, one of the most well-known approximations of the dynamic behavior of a contact pair is that:

  • One body penetrates the other body with a velocity on a contact point.

  • The contact normal and friction forces are generated between a contact pair, shown in Figure 24.3.

    ../_images/image00315.png

    Figure 24.3 Contact forces between a contact pair

The contact normal force is defined as a function of the penetration as follows.

(24.1)\[f_n=-k\delta-c\dot{\delta}\]

where, \(\delta\) and \(\dot{\delta}\) are the amount of penetration and its velocity, respectively. The stiffness and damping coefficients of \(k\) and \(c\) can be determined from an experimental method. But the above (24.1) has often been different from a physical phenomenon. Many people have studied potential solutions the contact problem, and some reasonable solutions have been proposed. In this toolkit, two of them are implemented for the contact normal force as shown in the following equation.

(24.2)\[f_n=-k{\delta}^m-c(\delta)\dot{\delta}\]
(24.3)\[c(\delta)=C_{max}{\delta}^n\]
(24.4)\[c(\delta)=step(\delta,0,0,{\delta}_b,c_{max})\]

where, the order of \(m\) can represent the non-linearity of a spring force of restitution. The term of \(c(\delta)\) can prevent a damping force from assuming an excessive magnitude when the penetration is very small. The exponent \(n\) yields an indentation damping effect. When the penetration is very small, the contact force may be negative due to a negative damping force from (24.1), which is not realistic. This situation can be overcome by using the indentation exponent greater than one, according to (24.3). The (24.4) determines the damping coefficient with a step function as shown in Figure 24.4. The \({\delta}_b\) is a boundary penetration.

../_images/image01215.png

Figure 24.4 Boundary penetration and damping coefficient

A friction force can be determined as follows.

(24.5)\[f_f=\mu(\nu)f_n\]

where, \(f_n\) and \(\mu(\nu)\) are a contact normal force and a friction coefficient, respectively. Using the tangential velocity of \(\nu\), the friction coefficient of \(mu\) is determined as shown in Figure 24.5.

../_images/image01813.png

Figure 24.5 Relationship between a friction coefficient and a relative velocity

A friction coefficient is determined relatively to a tangential relative velocity at a contact point. In this time, two interpolation methods can be used. One is STEP function and the other is LINEAR function as shown in Figure 24.6. The flexible roller contact uses the different friction force like that Figure 24.7.

../_images/image01916.png

Figure 24.6 Friction forces generated by step and linear function

../_images/image02015.png

Figure 24.7 Friction forces generated by step and linear function in Flexible Roller

Max Stiction Deformation controls the stick-slip effect on the sheet to roller contact. The default is unchecked, and the value is zero. Also, the value must be greater than or equal to zero. If the tangential velocity is smaller than the threshold velocity, then the stick effect can be occurred. On the other hand, if the tangential velocity is greater than the threshold velocity, then the friction model is on the slip condition.

RDF (Rebound Damping Factor) controls the rebound damping force when bodies are on restitution phase. Default is checked, and the value is 0.001. To see about the RDF, click here.

../_images/image02113.png

Figure 24.8 Effect of the RDF (Rebound Damping Factor)