26 #ifndef GRINS_TURBULENCE_MODELS_BASE_H 
   27 #define GRINS_TURBULENCE_MODELS_BASE_H 
   47   template<
class Viscosity>
 
   61       ( 
const std::string & param_name,
 
   85 #endif // GRINS_TURBULENCE_MODELS_BASE_H 
Physics abstract base class. Defines API for physics to be added to MultiphysicsSystem. 
 
unsigned int _dim
Physical dimension of problem. 
 
Physics class for Turbulence Models. 
 
Viscosity _mu
Viscosity object. 
 
virtual void init_variables(libMesh::FEMSystem *system)
Initialize variables for this physics. 
 
libMesh::Number _rho
Material parameters, read from input. 
 
virtual void register_parameter(const std::string ¶m_name, libMesh::ParameterMultiAccessor< libMesh::Number > ¶m_pointer) const 
Each subclass will register its copy of an independent.