Page 1 of 1

How can I calculate muscle force with length, activation?

Posted: Wed Jun 24, 2015 10:46 pm
by kim91001
Hello.

I want to make muscle force function with Opensim Model.
What I want to make is :

Force = MuscleFunction(l,v, activation)

*other environment parameter is constant and given
I want to make this function with Opensim API.
But I have no idea to make it.

Please help me....

Re: How can I calculate muscle force with length, activation

Posted: Thu Jun 25, 2015 3:36 am
by manifik
Hello,

you want to use the defult function from Thelen muscle or introduce your own function for active force calculations?

If the firs one,I've added document about Thelen muscle where you can find the active force equation.

If the second, you need to look into "OpenSim Developper Guide" and check the "Creating customized muscle model" chapter.