Contact Properties
Record of contact parameters
Description
Parameters
The ContactProperties record stores values for contact parameters. It can be used with any of the Contact Forces components by setting the use record boolean parameter to true and inserting the record name into the contact properties field.
The mode parameter selects one of three modes: Linear spring and damper, Linear spring and limited damper, and Hunt and Crossley. The first two use the c and d parameters to set the spring and damping constants. The Hunt and Crossley model uses the parameters cn, dn, n, p, and q. See the Multibody Contact Modes help page for the resulting force equations.
The μ parameter is the coefficient of friction between contacting bodies.
The kμ parameter is a smoothness coefficient for sliding friction, and it scales μ by tanh⁡kμ⁢vt, where vt is the tangential velocity.
The ε parameter specifies a minimum length used when normalizing vectors.
Name
Default
Units
Modelica ID
mode
Linear spring and limited damper
Contact force formulation
c
104
Nm
Spring constant (c > 0 required)
d
0
N⁢sm
Damping constant
cn
Nonlinear spring constant (c > 0 required)
dn
Nonlinear damping constant
n
1.5
Nonlinear elastic force exponent
p
Nonlinear damping force exponent
q
1
μ
Coefficient of friction
mu
kμ
Smoothness coefficient for sliding friction
kTANH
ε
0.001
Minimum vector length for normalization
eps
See Also
Multibody
Multibody Contacts
Download Help Document