Static Optimization

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Christine Dailey
Posts: 17
Joined: Fri Feb 09, 2018 6:55 am

Static Optimization

Post by Christine Dailey » Wed Jul 18, 2018 6:25 am

I read through the Static Optimization tutorial. I'm wondering about the activation-to-force conditions. How will I know which condition to pick? Ideal or constrained by force-length-velocity properties?
Thank you

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

Re: Static Optimization

Post by Dimitar Stanev » Thu Jul 19, 2018 12:17 am

You can put the following in the .xml file of the SO tool:

Code: Select all

				<!--If true muscle force-length curve is observed while running
					   optimization.-->
        <use_muscle_physiology> true </use_muscle_physiology>
        
You should prefer use_muscle_physiology = true, since the capacity of a muscle to produce force depends on its length and lengthening speed. Otherwise you will assume that fm = fmax * a.

https://simtk-confluence.stanford.edu/d ... blications

User avatar
Christine Dailey
Posts: 17
Joined: Fri Feb 09, 2018 6:55 am

Re: Static Optimization

Post by Christine Dailey » Thu Jul 19, 2018 6:28 am

Thank you for your response. Just so I am clear. I will NOT being using ideal. I will be using "constrained by force-length-velocity properties." I wont to double check you are using the word "true" to represent what the muscle are actually doing

POST REPLY