a b/Body/Mandible/SymmetricMandible_AU/SymmetricMandibleHill.root.any
1
/// Segment definitions
2
AnyFolder Seg = {
3
  #include "Seg.any"
4
};
5
6
/// Joints definitions
7
AnyFolder Jnt = {
8
  #include "Jnt.any"  
9
};
10
11
12
/// Muscle definitions
13
AnyFolder Mus = {
14
  #include "MusRight.any"
15
  #include "MusLeft.any"  
16
};
17
18
/**
19
MuscleParameter definitions
20
The data in this folder is based on Koolstra and Van Eijden (J. Biomech. in press, 2005)
21
*/
22
AnyFolder MusPar = {
23
  #include "MusParHill.any" 
24
};
25
26
/// Here you can set some parameters in order to simulate a mandible with different Ramus length.
27
AnyFolder NonSymmetricCase = {
28
  AnyVar RamusShortening = 0.0; //The amount of shortening in the Ramus on the left side in mm
29
  AnyVar ForceRatioMasseter = 1.0; //The ratio of musce force between the healthy and affected side
30
  AnyVar ForceRatioMedPterygoid = 1.0; //The ratio of musce force between the healthy and affected side
31
  AnyVar ForceRatioLatPterygoid = 1.0; //The ratio of musce force between the healthy and affected side
32
};
33