Hi AnyBody-Team!
As I was working with the TKA-KneeBendDemo Model from AMMR 1.6, I tried to understand the ContactForce output:
AnyForceMomentMeasure2 ContactForceMedial =
{
AnyForceBase &FFemurTibia = Main.HumanModel.BodyModel.Right.Leg.Jnt.TibiaFemoralContactForces.SurfaceForce.FContactFemTibMedial ;
AnySeg &s1 = Main.HumanModel.BodyModel.Right.Leg.Seg.Shank;
};
In the manual it is written, that the reference point of the forces (x,y,z-quantities) is “the first AnyRefFrame member”. To my understanding, this is the AnyForceBase with the class AnyForceSurfaceContact (FContactFemTibMedial). However, if I visualize the RefFrame of this class it is located in the GlobalRefFrame. I would be really thankful, if you could explain the functionality of the contact force measure for analyzing the knee joint loads.
Best regards
Mulle