26 #ifndef GRINS_LOW_MACH_NAVIER_STOKES_H 
   27 #define GRINS_LOW_MACH_NAVIER_STOKES_H 
   40   template<
class Viscosity, 
class SpecificHeat, 
class ThermalConductivity>
 
   77                                                  const libMesh::Point& point,
 
   78                                                  libMesh::Real& value );
 
  134 #endif // GRINS_LOW_MACH_NAVIER_STOKES_H 
virtual void compute_element_time_derivative_cache(const AssemblyContext &context, CachedValues &cache)
 
virtual void element_time_derivative(bool compute_jacobian, AssemblyContext &context, CachedValues &cache)
Time dependent part(s) of physics for element interiors. 
 
virtual void auxiliary_init(MultiphysicsSystem &system)
Any auxillary initialization a Physics class may need. 
 
void assemble_energy_time_deriv(bool compute_jacobian, AssemblyContext &context, CachedValues &cache)
Helper function. 
 
virtual void compute_postprocessed_quantity(unsigned int quantity_index, const AssemblyContext &context, const libMesh::Point &point, libMesh::Real &value)
 
void assemble_thermo_press_mass_residual(bool compute_jacobian, AssemblyContext &c)
 
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...
 
Physics class for Incompressible Navier-Stokes. 
 
virtual void element_constraint(bool compute_jacobian, AssemblyContext &context, CachedValues &cache)
Constraint part(s) of physics for element interiors. 
 
void assemble_thermo_press_elem_time_deriv(bool compute_jacobian, AssemblyContext &c)
 
void assemble_momentum_time_deriv(bool compute_jacobian, AssemblyContext &context, CachedValues &cache)
Helper function. 
 
void assemble_momentum_mass_residual(bool compute_jacobian, AssemblyContext &c)
Helper function. 
 
Interface with libMesh for solving Multiphysics problems. 
 
unsigned int _rho_index
Cache index for density post-processing. 
 
void assemble_mass_time_deriv(bool compute_jacobian, AssemblyContext &context, CachedValues &cache)
Helper function. 
 
virtual void register_postprocessing_vars(const GetPot &input, PostProcessedQuantities< libMesh::Real > &postprocessing)
Register postprocessing variables for LowMachNavierStokes. 
 
bool _pin_pressure
Enable pressure pinning. 
 
Physics class for Incompressible Navier-Stokes. 
 
virtual void init_context(AssemblyContext &context)
Initialize context for added physics variables. 
 
void assemble_energy_mass_residual(bool compute_jacobian, AssemblyContext &c)
Helper function. 
 
Class to hold typical boundary condition methods. 
 
void assemble_continuity_mass_residual(bool compute_jacobian, AssemblyContext &c)
Helper function. 
 
void assemble_thermo_press_side_time_deriv(bool compute_jacobian, AssemblyContext &c)
 
PressurePinning _p_pinning