26 #ifndef GRINS_REACTING_LOW_MACH_NAVIER_STOKES_BASE_H
27 #define GRINS_REACTING_LOW_MACH_NAVIER_STOKES_BASE_H
35 template<
typename Mixture>
42 libMesh::UniquePtr<Mixture> & gas_mix )
52 (
const std::string & param_name,
57 _gas_mixture->register_parameter(param_name, param_pointer);
72 template<
typename Mixture>
81 #endif //GRINS_REACTING_LOW_MACH_NAVIER_STOKES_BASE_H
libMesh::UniquePtr< Mixture > _gas_mixture
ReactingLowMachNavierStokesBase()
virtual ~ReactingLowMachNavierStokesBase()
ReactingLowMachNavierStokesBase(const PhysicsName &physics_name, const GetPot &input, libMesh::UniquePtr< Mixture > &gas_mix)
const Mixture & gas_mixture() const
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.
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.