Can I use Analyze tool to get muscle forces?

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Hari S
Posts: 29
Joined: Fri Oct 21, 2016 10:38 pm

Can I use Analyze tool to get muscle forces?

Post by Hari S » Fri May 12, 2017 9:03 pm

Hello.
I was using analyze(Force reporter, JointReaction) to find the muscle forces and joint reactions for a particular motion. But the values I get are a bit big. (around 30,000) What is the reason behind it? How can I get this result in N.
Also, where can I find details about the output files? The terms are a bit confusing for me.(fx,mx,px)
Thank you.

User avatar
Dimitar Stanev
Posts: 1096
Joined: Fri Jan 31, 2014 5:14 am

Re: Can I use Analyze tool to get muscle forces?

Post by Dimitar Stanev » Sat May 13, 2017 5:14 am

You need to run Static Optimization to find the muscle forces.

If you get large forces you need to verify that the motion is correct and that you don't apply large forces to the bodies. Also it is possible that the motion file is in degrees and the header is in rad (inDegrees=false). You can check this by performing inverse dynamics.

There is nothing confusing about fx = force in x-dir, mx = moment in x-dir and px is the point (x-dir) where the force is applied. Also you know how these measurements are expressed from the naming convention. Read the documentation and you will not get confused:

http://simtk-confluence.stanford.edu:80 ... s+Analysis

User avatar
Hari S
Posts: 29
Joined: Fri Oct 21, 2016 10:38 pm

Re: Can I use Analyze tool to get muscle forces?

Post by Hari S » Sun May 14, 2017 10:40 pm

Thank you.
What does 'MuscleAnalysis_Active Fiber Force' file contains? I got this as a result from the analyze tool.
Thank you

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

Re: Can I use Analyze tool to get muscle forces?

Post by Thomas Uchida » Sun May 14, 2017 11:40 pm

What does 'MuscleAnalysis_Active Fiber Force' file contains?
The file contains the active fiber force for each muscle in the model. The "active fiber force" is the portion of the fiber force that is a function of activation (see https://simtk.org/api_docs/opensim/api_ ... ml#details).

{active fiber force} = {peak isometric force} * activation * {coefficient from active force–length curve} * {coefficient from force–velocity curve}

POST REPLY