Static Optimization conditions

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Mohammadhossein Akhavanfar
Posts: 19
Joined: Mon Oct 16, 2017 9:11 am

Static Optimization conditions

Post by Mohammadhossein Akhavanfar » Tue Feb 13, 2018 10:24 am

Hi,

Based on the explanation in this documentation:
https://simtk-confluence.stanford.edu/d ... tion+Works

OpenSim minimizes an objective function for muscles' activation subject to that active muscle forces balance the external moment (i.e. τj which is the generalized force acting about the jth joint axis).

While we know in each time step
[muscle moment arm] * [Fpassive+Factive] = [External moment]

Why OpenSim only considers active muscle forces in the above equilibrium equations?

Thank you in advance for your help,

Mohammad

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

Re: Static Optimization conditions

Post by Thomas Uchida » Tue Feb 20, 2018 12:06 pm

I think Static was originally just part of CMC's internal calculations and only later was created into a separate Tool. Presumably, the design of the algorithm was influenced by its original design and included corresponding assumptions (perhaps, e.g., passive forces are not dominant). You might look at some papers that use Static, as they might include rationale for why Static is appropriate for their application. Depending on what you're trying to simulate, you might want to run tests to compare Static and CMC.

User avatar
Mohammadhossein Akhavanfar
Posts: 19
Joined: Mon Oct 16, 2017 9:11 am

Re: Static Optimization conditions

Post by Mohammadhossein Akhavanfar » Tue Feb 20, 2018 1:33 pm

Hi Tom,

Thank you for your response. I see your point.

POST REPLY