equlibrate muscles, what does it do?

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Joseph Ewing
Posts: 7
Joined: Fri Feb 24, 2012 11:47 am

equlibrate muscles, what does it do?

Post by Joseph Ewing » Thu Oct 08, 2015 9:59 am

All,

I am a little confused as to what the equilibrate muscles call accomplishes. I am using API calls through matlab, when invoking equilibrate mucles, I vaguely understand that it is setting up some consistency at a specific state for the muscles, but I don't really understand fully. Can someone provide more detailed clarification on what this function does?

Thanks.

User avatar
Thomas Uchida
Posts: 1784
Joined: Wed May 16, 2012 11:40 am

Re: equlibrate muscles, what does it do?

Post by Thomas Uchida » Thu Oct 08, 2015 5:24 pm

Muscle::equilibrate() calls computeFiberEquilibriumAtZeroVelocity() under the hood, which computes the fiber length at which the fiber and tendon are in static equilibrium.

Please see the following for more information:
- Doxygen: https://simtk.org/api_docs/opensim/api_ ... f7ff958d3a
- Confluence: http://simtk-confluence.stanford.edu:80 ... blications
- Publication: http://dx.doi.org/10.1115/1.4023390

POST REPLY