!CONTACT¶
Definition of contact conditions
Parameters¶
GRPID = boundary condition group ID
INTERACTION = SSLID(small-sliding contact, default) / FSLID(finite-sliding contact) / TIED(tied constraint)
NTOL = contact-normal convergence threshold (default: 1.e-5)
TTOL = contact-tangential convergence threshold (default: 1.e-3)
NPENALTY = contact-normal penalty (default: stiffness matrix × 1.e3)
TPENALTY = contact-tangential penalty (default: 1.e3)
CONTACTPARAM = contact detection parameter set name (specified by !CONTACT_PARAM, NAME)
** 2nd line and later **
When INTERACTION = SSLID, FSLID¶
| Variable | Attribute | Description |
|---|---|---|
| PAIR_NAME | C | Contact pair name (defined by !CONTACT_PAIR) |
| fcoef | R | Friction coefficient (default: 0.0) |
| factor | R | Friction penalty stiffness |
When INTERACTION = TIED¶
| Variable | Attribute | Description |
|---|---|---|
| PAIR_NAME | C | Contact pair name (defined by !CONTACT_PAIR) |
Example¶
Notes¶
- When CONTACTPARAM is specified, the referenced !CONTACT_PARAM must be defined before the !CONTACT card. If this parameter is omitted, the default contact detection parameter set is used.