Page 1 of 1

Activation dynamics of Schutte muscle model

Posted: Mon Jun 08, 2020 10:06 am
by saurabh
Hi All,

I was looking through the source code of following muscle models in OpenSim:

1) Delp1990Muscle_Deprecated
2) Schutte1993Muscle_Deprecated

In both the models, the activation dynamics is described as follows:
If u(t) >= a(t),
da/dt = [u(t) - a(t)] * [k1*u(t) + k2]

else
da/dt = k2 * [u(t) - a(t)]

I would like to understand how constants k1 and k2 are related to activation and deactivation time constants (Tact and Tdeact).

Thanks,
Saurabh

Re: Activation dynamics of Schutte muscle model

Posted: Tue Jun 09, 2020 11:42 am
by tkuchida
Please see the "First-Order Activation Dynamics" page in the documentation: https://simtk-confluence.stanford.edu:8 ... n+Dynamics.