# | Line 127 | Line 127 | Globals::Globals(){ | |
---|---|---|
127 | DefineOptionalParameterWithDefaultValue(OrthoBoxTolerance, "orthoBoxTolerance", 1E-6); | |
128 | DefineOptionalParameterWithDefaultValue(UseSolidThermInt, "useSolidThermInt", false); | |
129 | DefineOptionalParameterWithDefaultValue(UseLiquidThermInt, "useLiquidThermInt", false); | |
130 | + | DefineOptionalParameterWithDefaultValue(ThermIntDistSpringConst, "thermIntDistSpringConst", 6.0); |
131 | + | DefineOptionalParameterWithDefaultValue(ThermIntThetaSpringConst, "thermIntThetaSpringConst", 7.5); |
132 | + | DefineOptionalParameterWithDefaultValue(ThermIntOmegaSpringConst, "thermIntOmegaSpringConst", 13.5); |
133 | DefineOptionalParameterWithDefaultValue(DampingAlpha, "dampingAlpha", 1.5); | |
134 | DefineOptionalParameterWithDefaultValue(CompressDumpFile, "compressDumpFile", 0); | |
135 | DefineOptionalParameterWithDefaultValue(SkinThickness, "skinThickness", 1.0); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |