Hi,
I have a question about the force generated by the muscles. I would like to reduce the force exerted by some spine muscles in the repository human model during the motion, in order to represent muscle weakness or damage. I was thinking of decreasing the maximum force of the muscles, but if during the motion the activity is only about 10%, reducing the max force would only result in a larger activity but with the same output force?
If instead reducing the max force would result in some differences in the forces outputs, could you suggest the easiest way to do it?
In the file MuscleParametersSpineSimpleRight.any, for example, I see that each muscle is defined through the PCSA and the scaling:
AnyMuscleModel MFdL1L3Par = {
AnyVar PCSA = 0.38; //Physiological Cross Sectional Area in cm2
F0 = ..StrengthScaleSpine*PCSA *...StrengthRef.SpecificMuscleTensionSpine; //Maximum force output at optimum fiber length
};
If I wanted to reduce the maximum force that the muscle is capable of producing, would I have to modify each PCSA or shall I change the âStrengthRef.SpecificMuscleTensionSpineâ parameter?
Many thanks,
Michele