We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cbe5f1 commit 8aa7576Copy full SHA for 8aa7576
src/schemes/structure/rigid_body/contact_models.jl
@@ -8,8 +8,7 @@ abstract type AbstractRigidContactModel end
8
Shared rigid-contact model used by the active rigid-wall and rigid-rigid contact paths.
9
The current contact force consists of a linear normal spring-dashpot contribution only.
10
If `contact_distance == 0`, the particle spacing of the `RigidBodySystem` will be used
11
-as contact distance when the model is adapted via
12
-`copy_contact_model(model, particle_spacing, ELTYPE)`.
+as contact distance.
13
14
!!! warning "Experimental implementation"
15
This is an experimental feature and may change in future releases.
0 commit comments