opensim-org / opensim-core

SimTK OpenSim C++ libraries and command-line applications, and Java/Python wrapping.
https://opensim.stanford.edu
Apache License 2.0
758 stars 308 forks source link

Fix muscle mass documentation error in Umberger2010MuscleMetabolicsProbe #3738

Closed mleeuwis closed 3 months ago

mleeuwis commented 3 months ago

Brief summary of changes

The activation and heat maintenance rate (line 317 cpp file) is multiplied by muscle mass when the total energy consumption is calculated (line 459), which was not reflected in the documentation. The documentation now correctly shows muscle mass multiplication for the activation maintenance and the shortening rate. Note that the mechanical work rate is correctly displayed without muscle mass multiplication, as this factor was divided by muscle mass upon its calculation (line 406).

Testing I've completed

Documentation change, no testing required.

CHANGELOG.md (choose one)


This change is Reviewable

nickbianco commented 3 months ago

Good catch @mleeuwis!