For all contact materials, a penalty along the normal direction and a depth at which contact is detected are required. Contact can be:
UNILATERAL_POSITIF
), contact for gap≥0 (by default)UNILATERAL_NEGATIF
), contact for gap≤0BILATERAL
), contact for both gap≥0 and gap≤0Choice of depth at which contact is detected: If the contact matrix is made of circles, the depth must be smaller than the smallest radius. If it is planar, the depth is arbitrary, but a large depth leads to a slow contact detection, when if the depth is too small some contacts can be missed.
Contact without friction.
Name | Metafor Code | Dependency | Default |
---|---|---|---|
Penalty along normal direction | PEN_NORMALE | TM | |
Depth at which contact is detected | PROF_CONT | - | |
Type of contact | TYPE_CONT | - | UNILATERAL_POSITIF |
Contact without friction where penalty can depend on the gap.
Name | Metafor Code | Dependency |
---|---|---|
Penalty along normal direction | PEN_NORMALE | GD |
No
TM
dependency here!
An evolution function must be associated to PEN_NORMALE
(depending on generalized displacements GD).
Sticking contact. A penalty along the tangential direction is added.
Name | Metafor Code | Dependency |
---|---|---|
Penalty along normal direction | PEN_NORMALE | TM |
Penalty along tangential direction | PEN_TANGENT | TM |
Depth at which contact is detected | PROF_CONT | - |
Type of contact | TYPE_CONT | - |
Sticking contact where penalty can depend on the gap.
Name | Metafor Code | Dependency |
---|---|---|
Penalty along normal direction | PEN_NORMALE | GD |
Penalty along tangential direction | PEN_TANGENT | GD |
No
TM
dependency here!
An evolution function must be associated to PEN_NORMALE
and/or PEN_TANGENT
(depending on generalized displacements GD). These function can be different.
Coulomb's friction law. A tangential penalty, a coefficient of static friction (setting the maximal tangential force before sliding) and a coefficient of dynamic friction (setting the value of the sliding force) are required.
Name | Metafor Code | Dependency |
---|---|---|
Penalty along normal direction | PEN_NORMALE | TM |
Penalty along tangential direction | PEN_TANGENT | TM |
Depth at which contact is detected | PROF_CONT | - |
Coefficient of static friction | COEF_FROT_STA | TM |
Coefficient of dynamic friction | COEF_FROT_DYN | TM |
Type of contact | TYPE_CONT | - |
Tresca's friction law. Friction do not depend on pressure. It is computed using penalty method with sticking contact, and starts sliding once the tangential stress reaches a threshold entered by the user.
This law requires the use of
AREAINCONTACT
= AIC_ONCEPERSTEP
Name | Metafor Code | Dependency |
---|---|---|
Penalty along normal direction | PEN_NORMALE | TM |
Penalty along tangential direction | PEN_TANGENT | TM |
Depth at which contact is detected | PROF_CONT | - |
Static frictional shear factor | TRESCA_STA_M | TM |
Dynamic frictional shear factor | TRESCA_DYN_M | TM |
Initial shear yield stress | TRESCA_K | - |
Type of contact | TYPE_CONT | - |
The threshold is usually computed using mσ0/√3 where m is Tresca's coefficient of friction and σ0 is the tensile yield stress of the material.
Thermomechanical contact without friction.
The heat flux qN normal to the contact interaction (going out of the slave surface) is given by
qN=hc(pN)(TS−TM(ξS)),
where
This thermal resistance under conduction hc is modeled as
hc(pN)=hc0(pNHv)w,
where
Name | Metafor Code | Dependency |
---|---|---|
Penalty along normal direction | PEN_NORMALE | TM |
Depth at which contact is detected | PROF_CONT | - |
Nominal thermal resistance | CTM_H_NOMINAL | - |
Exponent | CTM_EXPONENT_E | - |
Material hardness | CTM_HARDNESS | - |
Type of contact | TYPE_CONT | - |
Not tested in 3D
Sticking thermomechanical contact
Name | Metafor Code | Dependency |
---|---|---|
Penalty along normal direction | PEN_NORMALE | TM |
Penalty along tangential direction | PEN_TANGENT | TM |
Depth at which contact is detected | PROF_CONT | - |
Nominal thermal resistance | CTM_H_NOMINAL | - |
Exponent | CTM_EXPONENT_E | - |
Material hardness | CTM_HARDNESS | - |
Type of contact | TYPE_CONT | - |
Not tested in 3D
Thermomechanical contact using Coulomb's friction law
Name | Metafor Code | Dependency |
---|---|---|
Penalty along normal direction | PEN_NORMALE | TM |
Penalty along tangential direction | PEN_TANGENT | TM |
Depth at which contact is detected | PROF_CONT | - |
Coefficient of static friction | COEF_FROT_STA | TM |
Coefficient of dynamic friction | COEF_FROT_DYN | TM |
Nominal thermal resistance | CTM_H_NOMINAL | - |
Exponent | CTM_EXPONENT_E | - |
Material hardness | CTM_HARDNESS | - |
Type of contact | TYPE_CONT | - |
Not tested in 3D
Thermomechanical contact using Tresca's friction law
Name | Metafor Code | Dependency |
---|---|---|
Penalty along normal direction | PEN_NORMALE | TM |
Penalty along tangential direction | PEN_TANGENT | TM |
Depth at which contact is detected | PROF_CONT | - |
Static frictional shear factor | TRESCA_STA_M | TM |
Dynamic frictional shear factor | TRESCA_DYN_M | TM |
Initial shear yield stress | TRESCA_K | - |
Nominal thermal resistance | CTM_H_NOMINAL | - |
Exponent | CTM_EXPONENT_E | - |
Material hardness | CTM_HARDNESS | - |
Type of contact | TYPE_CONT | - |
The threshold is usually computed using mσ0/√3 where m is Tresca's coefficient of friction and σ0 is the tensile yield stress of the material.
Not tested in 3D