Skip to content

ElasticFoundationForce question #1020

Discussion options

You must be logged in to vote

@Heard-of-Checkerboard , sorry for the delay - I sometimes don't get notifications for discussions 😢

You're correct: OpenSim usually works by separating ContactGeometry (e.g. ContactMesh) from Forces (e.g. HuntCrossleyForce).

Contact forces usually require listing the ContactGeometry that they're interacting with, but the list isn't usually a direct property of the force. E.g. in HuntCrossleyForce, there's a HuntCrossleyForce::ContactParameterSet, which is what contains the list of geometry:

<!-- From ToyLandingModel.osim, line 8223 -->
<HuntCrossleyForce name="foot_r">
	<!--Flag indicating whether the force is disabled or not. Disabled means that the force is not active in subsequent dyn…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by adamkewley
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants