Rigid Body Contact (TYPE6)

This interface is used to simulate impacts between two rigid bodies.

It works like TYPE3 interface except that the total interface force is a user defined function of the maximum penetration. The input and computational algorithms are the same as for TYPE3 interfaces. This interface is used extensively in vehicle occupant simulations; example, knee bolsters.

Limitations

Some of the main limitations for this interface type are:
  • Surface 1 must be part of one and only one rigid body.
  • Surface 2 must be part of one and only one rigid body.
  • The interface stiffness (user defined function) can reduce the time step.
Other limitations are the same as for TYPE3 interfaces.


Figure 1. Surfaces 1 and 2 with Facing Normals

Interface Stiffness

When two surfaces contact, a massless stiffness is introduced to reduce the penetration's nodes of the other surface into the surface.

The nature of the stiffness depends on the type of interface and the elements involved.

If a segment is a shell as well as the face of brick element, the shell stiffness is used.

Interface Friction

TYPE6 interface allows sliding between contact surfaces. Coulomb friction between the surfaces is modeled. The input card requires a friction coefficient. No value (default) defines zero friction between the surfaces. The friction computation on a surface is the same as for TYPE3 interface (refer to Contact Processing).

Interface Gap

Refer to Contact Detection for TYPE3 interface.

Time Step Calculation

The stable time step used for time integration equations is computed by:(1)
Δt=0.1 M K
Where,
M MathType@MTEF@5@5@+= feaagKart1ev2aaatCvAUfeBSjuyZL2yd9gzLbvyNv2CaerbuLwBLn hiov2DGi1BTfMBaeXatLxBI9gBaerbd9wDYLwzYbItLDharqqtubsr 4rNCHbGeaGqiVu0Je9sqqrpepC0xbbL8F4rqqrFfpeea0xe9Lq=Jc9 vqaqpepm0xbba9pwe9Q8fs0=yqaqpepae9pg0FirpepeKkFr0xfr=x fr=xb9adbaqaaeGaciGaaiaabeqaamaabaabaaGcbaGaamytaaaa@36C8@
min(M rigid body 1, M rigid body 2)
K MathType@MTEF@5@5@+= feaagKart1ev2aaatCvAUfeBSjuyZL2yd9gzLbvyNv2CaerbuLwBLn hiov2DGi1BTfMBaeXatLxBI9gBaerbd9wDYLwzYbItLDharqqtubsr 4rNCHbGeaGqiVu0Je9sqqrpepC0xbbL8F4rqqrFfpeea0xe9Lq=Jc9 vqaqpepm0xbba9pwe9Q8fs0=yqaqpepae9pg0FirpepeKkFr0xfr=x fr=xb9adbaqaaeGaciGaaiaabeqaamaabaabaaGcbaGaamytaaaa@36C8@
Tangent of user force function
Time step Δ t is affected by the actual stiffness derived from function f :(2)
Δ t M f ( p )

The function f refers to a function number given in input and must be user-defined.

Contact Force



Figure 2. Especially Suited for Rigid Bodies
(3)
F N i = p i + q N i p j q k f ( M A X ( p k , q j ) )

q N i is the contribution to node N i of vector q i distributed on the segment penetrated by node Q i .