Page 1 of 1

Static Optimization

Posted: Wed Jul 18, 2018 6:25 am
by monkey
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

Re: Static Optimization

Posted: Thu Jul 19, 2018 12:17 am
by mitkof6
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

Re: Static Optimization

Posted: Thu Jul 19, 2018 6:28 am
by monkey
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