!CONTACT¶
Definition of contact conditions
Parameter¶
GRPID = Boundary conditions group ID
INTERACTION = SSLID (Infinitesimal slip contact, Default) / FSLID (Finite slip contact) / TIED (Tied)
NTOL = Contact normal direction convergence threshold (Default: 1.e-5)
TTOL = Contact tangential direction convergence threshold (Default: 1.e-3)
NPENALTY = Contact normal direction Penalty (Default: stiffness matrix 1.e3)
TPENALTY = Contact tangential direction Penalty (Default: 1.e3)
CONTACTPARAM = Contact scan parameter set name(specified by `!CONTACT_PARAM, NAME`)
2nd line or later
Using INTERACTION = SSLID, FSLID¶
| Parameter Name | Attributions | Contents |
|---|---|---|
| PAIR_NAME | C | Contact pair name (Defined in !CONTACT PAIR) |
| fcoef | R | Friction coefficient (Default: 0.0) |
| factor | R | Friction penalty stiffness |
Using INTERACTION = TIED¶
| Parameter Name | Attributions | Contents |
|---|---|---|
| PAIR_NAME | C | Contact pair name (Defined in !CONTACT PAIR) |
Example of Use¶
Note¶
- if
CONTACTPARAMis specified, the destination!CONTACT_PARAMmust be defined prior to the!CONTACTcard. If this parameter is omitted, the default contact scan parameter set is used.