25 #ifndef GRINS_LOW_MACH_NAVIER_STOKES_STAB_BASE_H
26 #define GRINS_LOW_MACH_NAVIER_STOKES_STAB_BASE_H
36 template<
class Viscosity,
class SpecificHeat,
class ThermalConductivity>
50 unsigned int qp )
const;
53 unsigned int qp )
const;
56 unsigned int qp )
const;
59 unsigned int qp )
const;
62 unsigned int qp )
const;
65 unsigned int qp )
const;
79 #endif // GRINS_LOW_MACH_NAVIER_STOKES_STAB_BASE_H
libMesh::RealGradient compute_res_momentum_transient(AssemblyContext &context, unsigned int qp) const
libMesh::Real compute_res_energy_steady(AssemblyContext &context, unsigned int qp) const
Adds VMS-based stabilization to LowMachNavierStokes physics class.
libMesh::Real compute_res_energy_transient(AssemblyContext &context, unsigned int qp) const
Physics class for Incompressible Navier-Stokes.
virtual void init_context(AssemblyContext &context)
Initialize context for added physics variables.
libMesh::RealGradient compute_res_momentum_steady(AssemblyContext &context, unsigned int qp) const
libMesh::Real compute_res_continuity_steady(AssemblyContext &context, unsigned int qp) const
LowMachNavierStokesStabilizationHelper _stab_helper
libMesh::Real compute_res_continuity_transient(AssemblyContext &context, unsigned int qp) const
LowMachNavierStokesStabilizationBase()
virtual ~LowMachNavierStokesStabilizationBase()