25 #ifndef GRINS_TURBULENCE_FE_VARIABLES_H 
   26 #define GRINS_TURBULENCE_FE_VARIABLES_H 
   60     { 
return "turbulent_viscosity"; }
 
   78 #endif // GRINS_TURBULENCE_FE_VARIABLES_H 
unsigned int VariableIndex
More descriptive name of the type used for variable indices. 
 
TurbulenceFEVariables(const GetPot &input, const std::string &physics_name, bool _is_constraint_var=false)
 
bool _is_constraint_var
Tracks whether this is a constraint variable. 
 
std::string old_var_name() const 
 
std::string default_name() const 
 
std::string subsection() const 
 
static std::string turbulence_section()
 
std::vector< VariableIndex > _vars
 
Base class for variables with a single component.