Passive Devices (Spring Parameters)

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Daniel Iordanov
Posts: 6
Joined: Mon Sep 03, 2018 7:17 am

Passive Devices (Spring Parameters)

Post by Daniel Iordanov » Mon Jan 14, 2019 5:06 am

Hello,

I am trying to add a passive aid walking device to a model to simulate the influence of the ankle device on gait and muscles involved in it (mainly gastrocnemius).
I am performing several trials with different parameters of stiffness, damping and transition but I do not understand the values of TRANSITION at all.

In a previous walkthrough I found the following explanation for TRANSITION: This term indicates the transition from zero to constant stifness as the coordinate exceeds its limit, in degrees.

Does it mean that transition * limit(degrees) = stiffness? I do not understand why in this case the value of TRANSITION is 2.0 meanwhile the values of the other parameteres are:
upper siffness: 30.0
upper limit: 5.0 degrees
damping: 0.01

Can anyone explain me the values for TRANSITION and the effect on passive device simulation?
Thank you in advance

Tags:

User avatar
Dimitar Stanev
Posts: 1096
Joined: Fri Jan 31, 2014 5:14 am

Re: Passive Devices (Spring Parameters)

Post by Dimitar Stanev » Wed Jan 16, 2019 2:04 am

In this case, you can have a look at the implementation to understand how the model works:

https://github.com/opensim-org/opensim- ... e.cpp#L259

POST REPLY