Activation dynamics of Schutte muscle model

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Saurabh Kothari
Posts: 12
Joined: Fri Aug 19, 2016 10:23 am

Activation dynamics of Schutte muscle model

Post by Saurabh Kothari » Mon Jun 08, 2020 10:06 am

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

Tags:

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

Re: Activation dynamics of Schutte muscle model

Post by Thomas Uchida » Tue Jun 09, 2020 11:42 am

Please see the "First-Order Activation Dynamics" page in the documentation: https://simtk-confluence.stanford.edu:8 ... n+Dynamics.

POST REPLY