Request for params of arm26

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Alex Priamikov
Posts: 14
Joined: Fri Jan 11, 2013 9:11 am

Request for params of arm26

Post by Alex Priamikov » Wed Aug 14, 2013 4:59 am

Good day,

Can you provide "ratio of slow twitch fibers in the muscle" parameters of arm26 model for metabolic costs calculation.

Best regards,
Alex Priamikov

User avatar
jimmy d
Posts: 1375
Joined: Thu Oct 04, 2007 11:51 pm

Re: Request for params of arm26

Post by jimmy d » Wed Aug 14, 2013 12:09 pm

Hi Alex-

The 'ratio of slow twitch fibers in the model' is stored in the metabolics probes, and not in the base musculoskeletal model (arm26.osim).

Check out the metabolics example to see how to attach probes...
http://simtk-confluence.stanford.edu:80 ... bolic+Cost

Here is an example of the twitch fibre code written in the Umberger metabolics Probe...
<Umberger2010MuscleMetabolicsProbe_MetabolicMuscleParameter name="hamstrings_r">
<!--Ratio of slow twitch fibers in the muscle (must be between 0 and 1).-->
<ratio_slow_twitch_fibers>0.49</ratio_slow_twitch_fibers>
<!--An optional flag that allows the user to explicitly specify a muscle mass. If set to true, the <provided_muscle_mass>
<use_provided_muscle_mass>false</use_provided_muscle_mass>
</Umberger2010MuscleMetabolicsProbe_MetabolicMuscleParameter>

and the doxygen page....
https://simtk.org/api_docs/opensim/api_ ... f935575c29

Cheers,
-james

User avatar
Alex Priamikov
Posts: 14
Joined: Fri Jan 11, 2013 9:11 am

Re: Request for params of arm26

Post by Alex Priamikov » Thu Aug 15, 2013 8:55 am

Hi James,

I've seen this and already tried this example models.
Due to documentation - "Note that a slow-twitch ratio of "-1" can be entered for muscles whose ratio of slow- to fast-twitch fibers is unknown; the default ratio of 0.5 will be used for these muscles.", so my question was, can you provide this values, because I want to avoid using default ones?

Best regards,
Alex

User avatar
jimmy d
Posts: 1375
Joined: Thu Oct 04, 2007 11:51 pm

Re: Request for params of arm26

Post by jimmy d » Thu Aug 15, 2013 10:27 am

Hi Alex,

twitch parameters are not part of the original model, that's why they are a component of the probe. I would suggest reviewing the literature for upper arm parameters. This is how the OpenSim developers got the lower limb parameters used in the example.

cheers,
-james

POST REPLY