Skip to content

FilipCon/symbolic_moment_arm

 
 

Repository files navigation

Symbolic Derivation of the Muscle Moment Arm Matrix

OpenSim is a framework for modeling and simulation of musculoskeletal systems. The muscle moment arm is an important variable for evaluating the effectiveness of a muscle to actuate a particular joint. Calculating the muscle moment arm requires knowledge of the muscle path and wrapping surfaces. OpenSim is restricted to evaluate the muscle moment arm at an arbitrary configuration (e.g., with n degrees of freedom and m muscles), lacking the information for calculating higher order derivatives (e.g., ). This project evaluates the moment arm at different configurations and approximates its terms using multivariate polynomial fitting, thus a symbolic expression is derived. Examples are provided for the gait2392 model (23 DoFs and 92 muscles). Results are calculated and stored in the .dat files which can be loaded using python's pickle utility. The R.dat file is the symbolic expression (sympy Matrix) of the muscle moment arm matrix. Visual inspection of the polynomial fitting is provided below.

Moment arm of vas_int_r at knee joint

Moment arm of tib_ant_r at knee joint

Dependencies

There are two versions that work either with OpenSim v3.3 or OpenSim v4.0.

  • OpenSim v3.3: Python 2.7 bindings
  • OpenSim v4.0: Python 3.7 bindings
  • sympy: pip install sympy
  • numpy: pip install numpy
  • matplotlib: pip install matplotlib (use custom implementation that fixes some bugs with Python 3.7)
  • multipolyfit: pip install multipolyfit for multivariate polynomial fitting

Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License.

About

Symbolic derivation of the muscle moment arm matrix

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.3%
  • Python 4.7%