28 #ifndef GRINS_REACTING_LOW_MACH_NAVIER_STOKES_SPGSM_STABILIZATION_H
29 #define GRINS_REACTING_LOW_MACH_NAVIER_STOKES_SPGSM_STABILIZATION_H
33 template<
typename Mixture,
typename Evaluator>
39 libMesh::UniquePtr<Mixture> & gas_mix);
55 #endif // GRINS_REACTING_LOW_MACH_NAVIER_STOKES_SPGSM_STABILIZATION_H
virtual ~ReactingLowMachNavierStokesSPGSMStabilization()
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...
virtual void element_time_derivative(bool compute_jacobian, AssemblyContext &context)
Time dependent part(s) of physics for element interiors.
Adds VMS-based stabilization to LowMachNavierStokes physics class.
ReactingLowMachNavierStokesSPGSMStabilization()