Thelen muscle model understanding : fiber and tendon length
Posted: Wed Jun 26, 2019 3:00 am
Hello,
I try to understand the Muscle structure used in OpenSim. After some research I found that the Thelen 2003 Muscle Model is used. In this model, the length of the Tendon or of the Fiber-muscle need to be known. My problem is to understand how this two values are calculated ?
I did some research on the code : https://github.com/opensim-org/opensim- ... e.cpp#L251
And we can see that the fiber muscle is then calculated based on the total length of the muscle( muscleLength) and the tendon slack length (tendonSlackLength). So it is assumed that the tendon length will never change, if it is the case the tendon is then assumed infinitely rigid. and the Thelen Model is not used correctly.
Thanks for the help.
I try to understand the Muscle structure used in OpenSim. After some research I found that the Thelen 2003 Muscle Model is used. In this model, the length of the Tendon or of the Fiber-muscle need to be known. My problem is to understand how this two values are calculated ?
I did some research on the code : https://github.com/opensim-org/opensim- ... e.cpp#L251
And we can see that the fiber muscle is then calculated based on the total length of the muscle( muscleLength) and the tendon slack length (tendonSlackLength). So it is assumed that the tendon length will never change, if it is the case the tendon is then assumed infinitely rigid. and the Thelen Model is not used correctly.
Thanks for the help.