Page 1 of 1

Equation for reserve actuator and static optimization

Posted: Wed Aug 03, 2022 8:34 pm
by xp080613
https://simtk-confluence.stanford.edu:8 ... timization

From the link above, in Study 3, we can see how the optimal force of the reserve actuator affects the muscle activation and force while performing static optimization. May I know where I can view the mathematical equation to explain that?

https://simtk-confluence.stanford.edu:8 ... tion+Works

This link only explains how static optimization works without reserve actuator.

Re: Equation for reserve actuator and static optimization

Posted: Mon Aug 08, 2022 10:45 am
by ongcf
From your second link, the equation is similar to the last equation. For any actuator (including reserve actuators), you can use its control value as another "activation" in the problem.

The code that controls all of this is here: https://github.com/opensim-org/opensim- ... Target.cpp

Re: Equation for reserve actuator and static optimization

Posted: Fri Aug 19, 2022 2:58 am
by xp080613
Thank you so much for your reply.