Creating F-L and F-V curve

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Hoon Kim
Posts: 28
Joined: Wed Aug 23, 2017 9:03 pm

Creating F-L and F-V curve

Post by Hoon Kim » Wed Jun 17, 2020 7:20 am

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
Attachments
Capture2.JPG
Capture2.JPG (34.16 KiB) Viewed 651 times
Capture1.JPG
Capture1.JPG (50.56 KiB) Viewed 651 times
Capture.JPG
Capture.JPG (83.61 KiB) Viewed 651 times

Tags:

User avatar
Carmichael Ong
Posts: 378
Joined: Fri Feb 24, 2012 11:50 am

Re: Creating F-L and F-V curve

Post by Carmichael Ong » Wed Jun 17, 2020 10:18 am

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.

User avatar
Hoon Kim
Posts: 28
Joined: Wed Aug 23, 2017 9:03 pm

Re: Creating F-L and F-V curve

Post by Hoon Kim » Wed Jun 17, 2020 10:21 am

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

User avatar
Carmichael Ong
Posts: 378
Joined: Fri Feb 24, 2012 11:50 am

Re: Creating F-L and F-V curve

Post by Carmichael Ong » Wed Jun 17, 2020 3:15 pm

Yes. We also have doxygen for 3.3 up as well: https://simtk.org/api_docs/opensim/api_ ... Curve.html

POST REPLY