15 this->
defineVar(
"specifiedXDeformation",T(0.0));
16 this->
defineVar(
"specifiedYDeformation",T(0.0));
17 this->
defineVar(
"specifiedZDeformation",T(0.0));
18 this->
defineVar(
"specifiedXXTraction",T(0.0));
19 this->
defineVar(
"specifiedXYTraction",T(0.0));
20 this->
defineVar(
"specifiedXZTraction",T(0.0));
21 this->
defineVar(
"specifiedYXTraction",T(0.0));
22 this->
defineVar(
"specifiedYYTraction",T(0.0));
23 this->
defineVar(
"specifiedYZTraction",T(0.0));
24 this->
defineVar(
"specifiedZXTraction",T(0.0));
25 this->
defineVar(
"specifiedZYTraction",T(0.0));
26 this->
defineVar(
"specifiedZZTraction",T(0.0));
27 this->
defineVar(
"specifiedXForce",T(0.0));
28 this->
defineVar(
"specifiedYForce",T(0.0));
29 this->
defineVar(
"specifiedZForce",T(0.0));
30 this->
defineVar(
"specifiedXDistForce",T(0.0));
31 this->
defineVar(
"specifiedYDistForce",T(0.0));
32 this->
defineVar(
"specifiedZDistForce",T(0.0));
56 this->
defineVar(
"initialXDeformation",T(0.0));
57 this->
defineVar(
"initialYDeformation",T(0.0));
58 this->
defineVar(
"initialZDeformation",T(0.0));
61 this->
defineVar(
"operatingTemperature",T(300.0));
62 this->
defineVar(
"residualXXStress",T(0.));
63 this->
defineVar(
"residualYYStress",T(0.));
64 this->
defineVar(
"residualZZStress",T(0.));
68 this->
transient =
false;
LinearSolver * deformationLinearSolver
double deformationTolerance
bool printNormalizedResiduals
void defineVar(const string varName, const T defaultValue)
LinearSolver * coupledLinearSolver
LinearSolver & getDeformationLinearSolver()
int timeDiscretizationOrder