14       this->
defineVar(
"specifiedXVelocity",T(0.0));
 
   15       this->
defineVar(
"specifiedYVelocity",T(0.0));
 
   16       this->
defineVar(
"specifiedZVelocity",T(0.0));
 
   17       this->
defineVar(
"specifiedPressure",T(0.0));
 
   18       this->
defineVar(
"accomodationCoefficient",T(1.0));
 
   31       this->
defineVar(
"totalviscosity",T(2e-3));
 
   42     this->
defineVar(
"initialXVelocity",T(0.0));
 
   43     this->
defineVar(
"initialYVelocity",T(0.0));
 
   44     this->
defineVar(
"initialZVelocity",T(0.0));
 
   45     this->
defineVar(
"initialPressure",T(0.0));
 
   50     this->
defineVar(
"operatingPressure",T(101325.0));
 
   51     this->
defineVar(
"operatingTemperature",T(300.0));
 
   52     this->
defineVar(
"molecularWeight",T(28.966));
 
   57     this->
transient = 
false;
 
LinearSolver & getPressureLinearSolver()
LinearSolver * coupledLinearSolver
void defineVar(const string varName, const T defaultValue)
LinearSolver * momentumLinearSolver
int timeDiscretizationOrder
bool printNormalizedResiduals
LinearSolver & getMomentumLinearSolver()
double continuityTolerance
LinearSolver * pressureLinearSolver