218 lines (181 with data), 9.1 kB
/*
The data in this folder is based on Koolstra and Van Eijden (J. Biomech. in press, 2005)
*/
AnyVar StrengthScaleMandible = .Scaling.StrengthScaling.Mandible.StrengthScale;
AnyVar FiberLengthScaleMandible = .Scaling.FiberLengthScaling.Mandible.FiberLengthScale;
AnyVar ForceR = Main.Model.HumanModel.NonSymmetricCase.ForceRatio;
AnyVar PassiveStiffness = 5.0;
AnyFolder Right = {
AnyMuscleModel2ELin SuperficialMasseterPar = {
F0 = ..StrengthScaleMandible*272.8; // Maximum force output at optimum fiber length
//F0 = ..StrengthScaleMandible*150; // Maximum force output at optimum fiber length
Lfbar = ..FiberLengthScaleMandible*0.0226; // Optimum fiber length
Lt0 = 0.0258; // Tendon slack length
Epsilonbar = 0.053; // Tendon strain at F0
V0 = 10*Lfbar; //Max shortening speed at optimum length.
};
AnyMuscleModel2ELin DeepAnteriorMasseterPar = {
F0 = ..StrengthScaleMandible*73.8; // Maximum force output
Lfbar = ..FiberLengthScaleMandible*0.0218; // Optimum fiber length
Lt0 = 0.0171; // Tendon slack length
Epsilonbar = 0.053; // Tendon strain at F0
V0 = 10*Lfbar; //Max shortening speed at optimum length.
};
AnyMuscleModel2ELin DeepPosteriorMasseterPar = {
F0 = ..StrengthScaleMandible*65.8; // Maximum force output
Lfbar = ..FiberLengthScaleMandible*0.015; // Optimum fiber length
Lt0 = 0.0133; // Tendon slack length
Epsilonbar = 0.053; // Tendon strain at F0
V0 = 10*Lfbar; //Max shortening speed at optimum length.
};
AnyMuscleModel2ELin AnteriorTemporalisPar = {
F0 = ..StrengthScaleMandible*308; // Maximum force output
Lfbar = ..FiberLengthScaleMandible*0.0307; // Optimum fiber length
Lt0 = 0.0242; // Tendon slack length
Epsilonbar = 0.053; // Tendon strain at F0
V0 = 10*Lfbar; //Max shortening speed at optimum length.
};
AnyMuscleModel2ELin PosteriorTemporalisPar = {
F0 = ..StrengthScaleMandible*222; // Maximum force output
Lfbar = ..FiberLengthScaleMandible*0.0313; // Optimum fiber length
Lt0 = 0.0288; // Tendon slack length
Epsilonbar = 0.053; // Tendon strain at F0
V0 = 10*Lfbar; //Max shortening speed at optimum length.
};
AnyMuscleModel2ELin MedialPterygoidPar = {
F0 = ..StrengthScaleMandible*240; // Maximum force output
Lfbar = ..FiberLengthScaleMandible*0.0141; // Optimum fiber length
Lt0 = 0.0276; // Tendon slack length
Epsilonbar = 0.053; // Tendon strain at F0
V0 = 10*Lfbar; //Max shortening speed at optimum length.
};
AnyMuscleModel2ELin SuperiorLateralPterygoidPar = {
F0 = ..StrengthScaleMandible*38; // Maximum force output
Lfbar = ..FiberLengthScaleMandible*0.0215; // Optimum fiber length
Lt0 = 0.0094; // Tendon slack length
Epsilonbar = 0.053; // Tendon strain at F0
V0 = 10*Lfbar; //Max shortening speed at optimum length.
};
AnyMuscleModel2ELin InferiorLateralPterygoidPar = {
F0 = ..StrengthScaleMandible*112.8; // Maximum force output
Lfbar = ..FiberLengthScaleMandible*0.0223; // Optimum fiber length
Lt0 = 0.009; // Tendon slack length
Epsilonbar = 0.053; // Tendon strain at F0
V0 = 10*Lfbar; //Max shortening speed at optimum length.
};
AnyMuscleModel2ELin AnteriorDigastricPar = {
F0 = ..StrengthScaleMandible*46.4; // Maximum force output
Lfbar = ..FiberLengthScaleMandible*0.0426; // Optimum fiber length
Lt0 = 0.003; // Tendon slack length
Epsilonbar = 0.053; // Tendon strain at F0
V0 = 10*Lfbar; //Max shortening speed at optimum length.
};
AnyMuscleModel2ELin GeniohyoidPar = {
F0 = ..StrengthScaleMandible*38.8; // Maximum force output
Lfbar = ..FiberLengthScaleMandible*0.0353; // Optimum fiber length
Lt0 = 0.0054; // Tendon slack length
Epsilonbar = 0.053; // Tendon strain at F0
V0 = 10*Lfbar; //Max shortening speed at optimum length.
};
AnyMuscleModel2ELin AnteriorMylohyoidPar = {
F0 = ..StrengthScaleMandible*63.6; // Maximum force output
Lfbar = ..FiberLengthScaleMandible*0.024; // Optimum fiber length
Lt0 = 0.001; // Tendon slack length
Epsilonbar = 0.053; // Tendon strain at F0
V0 = 10*Lfbar; //Max shortening speed at optimum length.
};
AnyMuscleModel2ELin PosteriorMylohyoidPar = {
F0 = ..StrengthScaleMandible*21.2; // Maximum force output
Lfbar = ..FiberLengthScaleMandible*0.0397; // Optimum fiber length
Lt0 = 0.001; // Tendon slack length
Epsilonbar = 0.053; // Tendon strain at F0
V0 = 10*Lfbar; //Max shortening speed at optimum length.
};
};
AnyFolder Left = {
AnyMuscleModel2ELin SuperficialMasseterPar = {
F0 = ..ForceR*..StrengthScaleMandible*272.8; // Maximum force output at optimum fiber length
//F0 = ..StrengthScaleMandible*150; // Maximum force output at optimum fiber length
Lfbar = ..FiberLengthScaleMandible*0.0226; // Optimum fiber length
Lt0 = 0.0258; // Tendon slack length
Epsilonbar = 0.053; // Tendon strain at F0
V0 = 10*Lfbar; //Max shortening speed at optimum length.
};
AnyMuscleModel2ELin DeepAnteriorMasseterPar = {
F0 = ..ForceR*..StrengthScaleMandible*73.8; // Maximum force output
Lfbar = ..FiberLengthScaleMandible*0.0218; // Optimum fiber length
Lt0 = 0.0171; // Tendon slack length
Epsilonbar = 0.053; // Tendon strain at F0
V0 = 10*Lfbar; //Max shortening speed at optimum length.
};
AnyMuscleModel2ELin DeepPosteriorMasseterPar = {
F0 = ..ForceR*..StrengthScaleMandible*65.8; // Maximum force output
Lfbar = ..FiberLengthScaleMandible*0.015; // Optimum fiber length
Lt0 = 0.0133; // Tendon slack length
Epsilonbar = 0.053; // Tendon strain at F0
V0 = 10*Lfbar; //Max shortening speed at optimum length.
};
AnyMuscleModel2ELin AnteriorTemporalisPar = {
F0 = ..ForceR*..StrengthScaleMandible*308; // Maximum force output
Lfbar = ..FiberLengthScaleMandible*0.0307; // Optimum fiber length
Lt0 = 0.0242; // Tendon slack length
Epsilonbar = 0.053; // Tendon strain at F0
V0 = 10*Lfbar; //Max shortening speed at optimum length.
};
AnyMuscleModel2ELin PosteriorTemporalisPar = {
F0 = ..ForceR*..StrengthScaleMandible*222; // Maximum force output
Lfbar = ..FiberLengthScaleMandible*0.0313; // Optimum fiber length
Lt0 = 0.0288; // Tendon slack length
Epsilonbar = 0.053; // Tendon strain at F0
V0 = 10*Lfbar; //Max shortening speed at optimum length.
};
AnyMuscleModel2ELin MedialPterygoidPar = {
F0 = ..ForceR*..StrengthScaleMandible*240; // Maximum force output
Lfbar = ..FiberLengthScaleMandible*0.0141; // Optimum fiber length
Lt0 = 0.0276; // Tendon slack length
Epsilonbar = 0.053; // Tendon strain at F0
V0 = 10*Lfbar; //Max shortening speed at optimum length.
};
AnyMuscleModel2ELin SuperiorLateralPterygoidPar = {
F0 = ..ForceR*..StrengthScaleMandible*38; // Maximum force output
Lfbar = ..FiberLengthScaleMandible*0.0215; // Optimum fiber length
Lt0 = 0.0094; // Tendon slack length
Epsilonbar = 0.053; // Tendon strain at F0
V0 = 10*Lfbar; //Max shortening speed at optimum length.
};
AnyMuscleModel2ELin InferiorLateralPterygoidPar = {
F0 = ..ForceR*..StrengthScaleMandible*112.8; // Maximum force output
Lfbar = ..FiberLengthScaleMandible*0.0223; // Optimum fiber length
Lt0 = 0.009; // Tendon slack length
Epsilonbar = 0.053; // Tendon strain at F0
V0 = 10*Lfbar; //Max shortening speed at optimum length.
};
AnyMuscleModel2ELin AnteriorDigastricPar = {
F0 = ..StrengthScaleMandible*46.4; // Maximum force output
Lfbar = ..FiberLengthScaleMandible*0.0426; // Optimum fiber length
Lt0 = 0.003; // Tendon slack length
Epsilonbar = 0.053; // Tendon strain at F0
V0 = 10*Lfbar; //Max shortening speed at optimum length.
};
AnyMuscleModel2ELin GeniohyoidPar = {
F0 = ..StrengthScaleMandible*38.8; // Maximum force output
Lfbar = ..FiberLengthScaleMandible*0.0353; // Optimum fiber length
Lt0 = 0.0054; // Tendon slack length
Epsilonbar = 0.053; // Tendon strain at F0
V0 = 10*Lfbar; //Max shortening speed at optimum length.
};
AnyMuscleModel2ELin AnteriorMylohyoidPar = {
F0 = ..StrengthScaleMandible*63.6; // Maximum force output
Lfbar = ..FiberLengthScaleMandible*0.024; // Optimum fiber length
Lt0 = 0.001; // Tendon slack length
Epsilonbar = 0.053; // Tendon strain at F0
V0 = 10*Lfbar; //Max shortening speed at optimum length.
};
AnyMuscleModel2ELin PosteriorMylohyoidPar = {
F0 = ..StrengthScaleMandible*21.2; // Maximum force output
Lfbar = ..FiberLengthScaleMandible*0.0397; // Optimum fiber length
Lt0 = 0.001; // Tendon slack length
Epsilonbar = 0.053; // Tendon strain at F0
V0 = 10*Lfbar; //Max shortening speed at optimum length.
};
};