Hie!!
I read the documentation about prescribed force. I want a clarification about the function:
void OpenSim::PrescribedForce::setPointFunctions ( Function * pointX,
Function * pointY,
Function * pointZ
)
My models ground body is pelvis.I am applying a prescribed force to the scapula. I have set the body to which the force is applied as scapula. The coordinates mentioned above should it be with respect to the ground body or the body to which the force is applied? Please help me out.
Prescribed Force
- Karishma Sebastian
- Posts: 14
- Joined: Tue Apr 17, 2018 5:17 am
- Thomas Uchida
- Posts: 1793
- Joined: Wed May 16, 2012 11:40 am
Re: Prescribed Force
Can be either; default is the body frame. See the pointIsGlobal property (in the "Property declarations" section here: https://simtk.org/api_docs/opensim/api_ ... Force.html).The coordinates mentioned above should it be with respect to the ground body or the body to which the force is applied?
- Karishma Sebastian
- Posts: 14
- Joined: Tue Apr 17, 2018 5:17 am
Re: Prescribed Force
Thank you so much. Could you also give me some more clarity on the SetForceIsInGlobalFrame? And does setting it as 0 make the force with respect to body frame?
Another doubt:
I would also like to know if I can carry out to forward dynamic simulations at the same time? I have 2 subjects with different external forces acting on them. I put one on simulation and then the next. Would one simulation affect the other?
Another doubt:
I would also like to know if I can carry out to forward dynamic simulations at the same time? I have 2 subjects with different external forces acting on them. I put one on simulation and then the next. Would one simulation affect the other?