Skip to content

How to get contact forces #75

Closed Answered by jgerstmayr
ManuelZ asked this question in Q&A on usage of Exudyn
Jul 5, 2024 · 6 comments · 2 replies
Discussion options

You must be logged in to vote

Contact forces cannot be retrieved directly, at least not currently.
However, there is a GeneralContact function called "GetSystemODE2RhsContactForces()", which allows you to see the contribution of contact forces to the global force vector.
Say, if you know your global coordinate indices of a planar rigid body node, say 21,22, and 23, you could call GetSystemODE2RhsContactForces() and this would give you all contact forces (21 and 22) and the torque due to friction (23) acting on this body.

Replies: 6 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by ManuelZ
Comment options

You must be logged in to vote
2 replies
@jgerstmayr
Comment options

@ManuelZ
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants