Hello !
First, I’m sorry for the delay, at least to thank you…
I looked into this question anew for the last days and I would have a new question regarding the available parameters for the AnyKinSPSheet class.
At this time I successfully implemented the surface wrapping into my model. However, I did not play with the input parameters and kept the default settings. I’d like now study the influence of these inputs on the results (muscle forces, joint reaction forces, …) , but I haven’t a precise idea of the physiologic meaning of the parameters. I read in details the reference manual as well as other threads in the forum, but I can’t figure out acceptable ranges to test.
Here are some specific questions as examples:
1- lateral stiffness if managed by a linear spring equation. Which stiffness would you recommend to test? Do you think that this parameter is correlated to any “real” value of muscle?
2- why adding a longitudinal stiffness? My understand is that the AnyKinSPSheet can be used in association to an AnyMuscleSheet. In that sense, my guess was that longitudinal stiffness and behaviour is driven by the the muscle model. So, what happened if I add a longitudinal stiffness to the AnyKinSPSheet? Would it add it to the stiffness muscle, or would it be ignored if this longitudinal stiffness is lower than the one defined in the muscle model?
3- I used the InitWrapPosVecArray as recommended to define the initial position of the mesh on the sphere surface. It works, but I’m not sure if I defined it optimally. In fact, when I launch the “InitialConditions” of my study, the sheet seems to go really far away from the surface to wrap. What are the units? Which coordinate system is used? Here is my code, do you think that it makes sense, knowing that I applied to the same model than in my previous post (please refers to my previous picture)?
AnyFloat InitWrapPosVectors2 = {
{
{0,0,0},
{0,0,0},
{0,0,0},
{0,0,1},
{0,0,1},
{0,0,1},
{0,0,0},
{0,0,0},
{0,0,0},
{0,0,0},
{0,0,0},
{0,0,0}
}
};
InitWrapPosVecArr = {
&InitWrapPosVectors2
};
I really thank you in advance for your help !
Lauranne