25 #ifndef GRINS_SPALART_ALLMARAS_STAB_BASE_H 
   26 #define GRINS_SPALART_ALLMARAS_STAB_BASE_H 
   35   template<
class Viscosity>
 
   53     ( 
const std::string & param_name,
 
   69 #endif // GRINS_SPALART_ALLMARAS_STAB_BASE_H 
virtual void init_variables(libMesh::FEMSystem *system)
Initialize variables for this physics. 
 
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. 
 
SpalartAllmarasStabilizationBase()
 
virtual void init_context(AssemblyContext &context)
Initialize context for added physics variables. 
 
Physics class for Incompressible Navier-Stokes. 
 
SpalartAllmarasStabilizationHelper _stab_helper
 
virtual ~SpalartAllmarasStabilizationBase()