Page 1 of 1

Creating F-L and F-V curve

Posted: Wed Jun 17, 2020 7:20 am
by hoonkim
Hello.
I am trying to create the figure of force-length (active) and force-velocity curve using the parameter in the soleus muscle in a model.
I attached the figures which is similar to what I want to create and the screenshots for the force-length curve and force-velocity curve parameter.
Could any one tell me how to create the figures using the parameters? (I may need Equation?)
Although I looked at the paper (Millard et al, 2013), I still need help.
Thank you so much for any comments.

Sincerely,

Hoon

Re: Creating F-L and F-V curve

Posted: Wed Jun 17, 2020 10:18 am
by ongcf
Doxygen contains a lot of useful info about the curves. The main page (https://simtk.org/api_docs/opensim/api_ ... ml#details) has an overview, and also links to each of the individual curves (e.g., ActiveForceLengthCurve: https://simtk.org/api_docs/opensim/api_ ... Curve.html). Note that each curve has a printMuscleCurveToCSVFile() function.

Re: Creating F-L and F-V curve

Posted: Wed Jun 17, 2020 10:21 am
by hoonkim
Thank you so much for your tips.
I have a quick question about your tips.
Does the code (e.g., printMuscleCurveToCSVFile()) works for OpenSim 3.3?
Thank you.

Sincerely,

Hoon

Re: Creating F-L and F-V curve

Posted: Wed Jun 17, 2020 3:15 pm
by ongcf
Yes. We also have doxygen for 3.3 up as well: https://simtk.org/api_docs/opensim/api_ ... Curve.html