[770c98]: / Application / Validation / MandibleChewingAndClenching / Model / SimulatedChewingForce.any

Download this file

17 lines (12 with data), 348 Bytes

/**
Definition of the external force on the front teeth of the mandible
*/
AnyForce3D BiteForce = {
  
  AnyRefNode &ForceNode = ..HumanModel.Seg.Mandible.FirstPreMolarNodeR;
  
  AnyFunInterpol force ={
    Type=Bspline;
    BsplineOrder = 4;
    FileName = "..\Input\SimulatedChewingForce.txt";
  };
  
  Flocal = force(t);
  
};