26 #ifndef GRINS_REACTING_LOW_MACH_NAVIER_STOKES_H
27 #define GRINS_REACTING_LOW_MACH_NAVIER_STOKES_H
34 template<
typename Mixture,
typename Evaluator>
40 libMesh::UniquePtr<Mixture> & gas_mix);
68 const libMesh::Point& point,
69 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.
virtual void element_time_derivative(bool compute_jacobian, AssemblyContext &context)
Time dependent part(s) of physics for element interiors.
unsigned int _k_index
Index from registering this quantity.
virtual void element_constraint(bool compute_jacobian, AssemblyContext &context)
Constraint part(s) of physics for element interiors.
bool _pin_pressure
Enable pressure pinning.
std::vector< unsigned int > _Ds_index
Index from registering this quantity. Each species will have it's own index.
Interface with libMesh for solving Multiphysics problems.
virtual void compute_element_time_derivative_cache(AssemblyContext &context)
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 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)
virtual void mass_residual(bool compute_jacobian, AssemblyContext &context)
Mass matrix part(s) for element interiors. All boundary terms lie within the time_derivative part...
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.