Average metabolic cost calculation using CMC
Posted: Mon Apr 10, 2023 11:06 am
Hello,
my question refers to the example Simulation-Based Design to Reduce Metabolic Cost.
I try to understand the output of metabolic probes and how to process adequately.
I've followed the guideline step by step. I haven't changed the CMC configuration which is provided in walk_Setup_CMC.xml, and the metabolic probes are as added by addMetabolicProbes.py. I've attached the MetabolicsReporter_probes.sto (renamed as csv) output, so that my data is traceable.
As I understand the API Doc of Umberger2010MuscleMetabolicsProbe the values stored in the file are muscle metabolic power in Watts. The column metabolics_TOTAL is the sum of all muscles.
I've calculated the average metabolic cost as follows:
Sum of all metabolics_TOTAL values = 961542.654 W
Amount of values = 1614
Average power per gait cycle = Sum of all metabolics_TOTAL values / Amount of values = 961542.654 W / 1614 = 595.75
Normalized by body weight = Average power per gait cycle / body weight = 595.75 / 72 = 8.27 W/kg
I am unsettled, as the value of 8.27 W/kg per gait cycle for walking at 1.2 m/s seems clearly too high to me.
Am I missing something or do I have a mistake in my calculation?
Furthermore the Question 3. in the Section Analyze the metabolic calculations for the walking simulation also states that common values might be between 4-6 W/kg. In fact, since the simulation only considers the lower extremities, I would have expected values between 2-4 W/kg only.
Most recently the sentence "You can compute the integral offline or re-run CMC with the probe_operation set to 'integrate'." confuses my. When I integrate the power I get the energy, which I am not interested in this context.
Hopefully someone can enlighten me.
my question refers to the example Simulation-Based Design to Reduce Metabolic Cost.
I try to understand the output of metabolic probes and how to process adequately.
I've followed the guideline step by step. I haven't changed the CMC configuration which is provided in walk_Setup_CMC.xml, and the metabolic probes are as added by addMetabolicProbes.py. I've attached the MetabolicsReporter_probes.sto (renamed as csv) output, so that my data is traceable.
As I understand the API Doc of Umberger2010MuscleMetabolicsProbe the values stored in the file are muscle metabolic power in Watts. The column metabolics_TOTAL is the sum of all muscles.
I've calculated the average metabolic cost as follows:
Sum of all metabolics_TOTAL values = 961542.654 W
Amount of values = 1614
Average power per gait cycle = Sum of all metabolics_TOTAL values / Amount of values = 961542.654 W / 1614 = 595.75
Normalized by body weight = Average power per gait cycle / body weight = 595.75 / 72 = 8.27 W/kg
I am unsettled, as the value of 8.27 W/kg per gait cycle for walking at 1.2 m/s seems clearly too high to me.
Am I missing something or do I have a mistake in my calculation?
Furthermore the Question 3. in the Section Analyze the metabolic calculations for the walking simulation also states that common values might be between 4-6 W/kg. In fact, since the simulation only considers the lower extremities, I would have expected values between 2-4 W/kg only.
Most recently the sentence "You can compute the integral offline or re-run CMC with the probe_operation set to 'integrate'." confuses my. When I integrate the power I get the energy, which I am not interested in this context.
Hopefully someone can enlighten me.