Skip to content

Commit 8aa7576

Browse files
svchbefaulhaber
andauthored
Update src/schemes/structure/rigid_body/contact_models.jl
Co-authored-by: Erik Faulhaber <44124897+efaulhaber@users.noreply.github.com>
1 parent 2cbe5f1 commit 8aa7576

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/schemes/structure/rigid_body/contact_models.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ abstract type AbstractRigidContactModel end
88
Shared rigid-contact model used by the active rigid-wall and rigid-rigid contact paths.
99
The current contact force consists of a linear normal spring-dashpot contribution only.
1010
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)`.
11+
as contact distance.
1312
1413
!!! warning "Experimental implementation"
1514
This is an experimental feature and may change in future releases.

0 commit comments

Comments
 (0)