Use case of Umberger2010MuscleMetabolicsProbe

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Dimitar Stanev
Posts: 1096
Joined: Fri Jan 31, 2014 5:14 am

Use case of Umberger2010MuscleMetabolicsProbe

Post by Dimitar Stanev » Wed Jun 20, 2018 3:51 am

Correct me if I am wrong but the use of Umberger2010MuscleMetabolicsProbe is not well documented.

I tried the following workflow (https://simtk-confluence.stanford.edu/d ... Sim/Probes). After running the Analyze tool the probe reporter .sto file didn't contain any result. After some search (https://github.com/opensim-org/opensim-metabolicsprobes) it turned out that the user must also append

Code: Select all

					<Umberger2010MuscleMetabolicsProbe_MetabolicMuscleParameterSet>
						<objects>
							<Umberger2010MuscleMetabolicsProbe_MetabolicMuscleParameter name="glut_med1_r">
								<!--Ratio of slow twitch fibers in the muscle (must be between 0 and 1).-->
								<ratio_slow_twitch_fibers>0.55</ratio_slow_twitch_fibers>
								<!--An optional flag that allows the user to explicitly specify a muscle mass. If set to true, the <provided_muscle_mass> property must be specified.-->
								<use_provided_muscle_mass>false</use_provided_muscle_mass>
							</Umberger2010MuscleMetabolicsProbe_MetabolicMuscleParameter>
							
							...
							

the Umberger2010MuscleMetabolicsProbe_MetabolicMuscleParameter structure for each muscle of the model. In case that someone runs into this situation this is the solution.

Tags:

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

Re: Use case of Umberger2010MuscleMetabolicsProbe

Post by Thomas Uchida » Wed Jun 20, 2018 9:27 am

Please see the "Simulation-Based Design to Reduce Metabolic Cost" example in the Confluence documentation (https://simtk-confluence.stanford.edu/d ... bolic+Cost). Example files can be downloaded at the top of the page.

POST REPLY