Muscle-Tendon Length - Coordinates Function

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Axel Koussou
Posts: 56
Joined: Mon Aug 10, 2020 12:07 am

Muscle-Tendon Length - Coordinates Function

Post by Axel Koussou » Fri Oct 30, 2020 2:51 am

Dear OpenSim Experts,

I'm using the Rajagopal's model, and I would like to know if there is a way to obtain the analytical expression of the function between the Muscle-Tendon Length and the joint angle. For instance, there is a way to obtain the detail of the function between the left semitendinosus and the left knee angle.

I'm aware that in the GUI, it is easily possible to plot the muscle-tendon length with respect to the joint angle, but I can't find a way to obtain the function behind this plot.

Thanks in advance,

Regards

Tags:

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

Re: Muscle-Tendon Length - Coordinates Function

Post by Thomas Uchida » Fri Oct 30, 2020 2:12 pm

If you would like a function that describes muscle-tendon length vs. joint angle, you will need to generate it yourself. OpenSim computes the length of the muscle-tendon actuator from the geometric description of the muscle path and the pose of the model.

User avatar
Axel Koussou
Posts: 56
Joined: Mon Aug 10, 2020 12:07 am

Re: Muscle-Tendon Length - Coordinates Function

Post by Axel Koussou » Sun Nov 01, 2020 11:59 pm

OpenSim computes the length of the muscle-tendon actuator from the geometric description of the muscle path and the pose of the model.
Yes, indeed, and that's exactly what I want. For example, is it possible to know the function which compute the length of the bi-articular muscle, the gastrocnemius, with respect to the knee and ankle angles ?

Thanks,

Regards

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

Re: Muscle-Tendon Length - Coordinates Function

Post by Thomas Uchida » Tue Nov 03, 2020 7:29 am

You can set the pose of the model and then call the getLength() method (https://simtk.org/api_docs/opensim/api_ ... c99ba70093). If you need muscle-tendon length expressed as a function of a joint angle, you can repeat for all poses in which you are interested and then fit a curve to the points. Depending on the model, your research question, etc., you may also be able to find this information in a paper.

POST REPLY