|
a |
|
b/Body/AAUHuman/Trunk/TrunkData1.1/ModelParameters.any |
|
|
1 |
#include "LumbarNodes.any" |
|
|
2 |
|
|
|
3 |
#include "ThoracicNodes.any" |
|
|
4 |
|
|
|
5 |
#include "CervicalNodes.any" |
|
|
6 |
|
|
|
7 |
|
|
|
8 |
AnyVar BodyMass = 75; ///< This is a body mass that the trunk dataset is based on |
|
|
9 |
|
|
|
10 |
AnyVar PelvisWidth = 0.1791738; |
|
|
11 |
AnyVar PelvisDepth = 0.1509133; |
|
|
12 |
AnyVar PelvisHeight = 0.1188; |
|
|
13 |
AnyVar PelvisMass = 0.142*BodyMass; //Pelvis mass proportion according to Winter et al. |
|
|
14 |
|
|
|
15 |
AnyVar TrunkHeight = vnorm(C1.C1C0JntNode_pos-L5.L5SacrumJntNode_pos);///< Height computed from the L5SacrumJnt to C1 node |
|
|
16 |
AnyVar TrunkWidth = 0.3881839;///< Shoulder width |
|
|
17 |
AnyVar TrunkDepth= 0.1870;///< Horizontal distance between (midpoint of LTptT8S3Via3NodeL and LTptT8S3Via3NodeR) and (midpoint of RACP_CO6ViaNodeR and RACP_CO6ViaNodeL) |
|
|
18 |
AnyVar TrunkMass = 0.1894*BodyMass; ///< C7-T1 to T12-L1 (modified from 0.216 winter to separate scapula) |
|
|
19 |
|
|
|
20 |
AnyVar HeadMass = 0.081*BodyMass; ///<The mass of the body parts from C7-T1 to ear canal |
|
|
21 |
AnyVar HeadHeight = 0.14; ///<The height of the body parts from C7-T1 to ear canal |
|
|
22 |
AnyVar HeadDepth = 0.2299; ///<distance from most anterior point on the forehead to the most posterior point on the back of the head |
|
|
23 |
AnyVar HeadWidth = 0.1800; ///<distance from most lateral point to most medial point on head |
|
|
24 |
AnyVar NeckLength = 0.1390; ///<vertical distance from .SegmentsThorax.ThoraxSeg.T1C7JntNode.sRel to SegmentsCervicalSpine.C1Seg.C1C0JntNode.sRel |
|
|
25 |
|
|
|
26 |
AnyVar LumbarMass = 0.139*BodyMass; ///<Standard mass of the lumbar spine part |
|
|
27 |
|
|
|
28 |
AnyVar CervicalSpineMass = 0.26*0.081*BodyMass; ///<Standard mass of the cervical part |
|
|
29 |
|
|
|
30 |
|
|
|
31 |
AnyVar HeadWithoutNeckMass = 0.74*0.081*BodyMass; ///<Standard mass of the head without neck |
|
|
32 |
AnyVar HeadWithoutNeckHeight = 0.14; |