26 #ifndef GRINS_TURBULENCE_MODELS_BASE_H
27 #define GRINS_TURBULENCE_MODELS_BASE_H
47 template<
class Viscosity>
59 (
const std::string & param_name,
83 #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.
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.