26 #ifndef GRINS_REACTING_LOW_MACH_NAVIER_STOKES_H 
   27 #define GRINS_REACTING_LOW_MACH_NAVIER_STOKES_H 
   34   template<
typename Mixture, 
typename Evaluator>
 
   71                                                  const libMesh::Point& point,
 
   72                                                  libMesh::Real& value );
 
  115 #endif //GRINS_REACTING_LOW_MACH_NAVIER_STOKES_H 
PressurePinning _p_pinning
 
virtual void register_postprocessing_vars(const GetPot &input, PostProcessedQuantities< libMesh::Real > &postprocessing)
Register postprocessing variables for ReactingLowMachNavierStokes. 
 
std::vector< unsigned int > _species_viscosity
Index from registering this quantity. Each species will have it's own index. 
 
std::vector< unsigned int > _mole_fractions_index
Index from registering this quantity. Each species will have it's own index. 
 
unsigned int _k_index
Index from registering this quantity. 
 
virtual void element_time_derivative(bool compute_jacobian, AssemblyContext &context, CachedValues &cache)
Time dependent part(s) of physics for element interiors. 
 
virtual void compute_element_time_derivative_cache(const AssemblyContext &context, CachedValues &cache)
 
bool _pin_pressure
Enable pressure pinning. 
 
Interface with libMesh for solving Multiphysics problems. 
 
ReactingLowMachNavierStokes()
 
unsigned int _mu_index
Index from registering this quantity. 
 
std::vector< unsigned int > _omega_dot_index
Index from registering this quantity. Each species will have it's own index. 
 
unsigned int _rho_index
Index from registering this quantity. 
 
virtual ~ReactingLowMachNavierStokes()
 
std::vector< unsigned int > _h_s_index
Index from registering this quantity. Each species will have it's own index. 
 
virtual void element_constraint(bool compute_jacobian, AssemblyContext &context, CachedValues &cache)
Constraint part(s) of physics for element interiors. 
 
virtual void mass_residual(bool compute_jacobian, AssemblyContext &context, CachedValues &cache)
Mass matrix part(s) for element interiors. All boundary terms lie within the time_derivative part...
 
virtual void auxiliary_init(MultiphysicsSystem &system)
Any auxillary initialization a Physics class may need. 
 
virtual void compute_postprocessed_quantity(unsigned int quantity_index, const AssemblyContext &context, const libMesh::Point &point, libMesh::Real &value)
 
Class to hold typical boundary condition methods. 
 
unsigned int _cp_index
Index from registering this quantity. 
 
virtual void init_context(AssemblyContext &context)
Initialize context for added physics variables.