1 #ifndef __PARAMETERS_NAVIER_STOKES_H__     2 #define __PARAMETERS_NAVIER_STOKES_H__     4 #include <deal.II/base/parameter_handler.h>    24     bool use_constant_viscosity; 
 Files for the baseline physics. 
double prandtl_number
Prandtl number. 
double nondimensionalized_constant_viscosity
Flag for using constant viscosity. 
double reynolds_number_inf
Farfield Reynolds number. 
void parse_parameters(dealii::ParameterHandler &prm)
Parses input file and sets the variables. 
double temperature_inf
Farfield temperature in degree Kelvin [K]. 
Parameters related to the Navier Stokes equations. 
static void declare_parameters(dealii::ParameterHandler &prm)
Declares the possible variables and sets the defaults. 
double nondimensionalized_isothermal_wall_temperature
Nondimensionalized isothermal wall temperature. 
ThermalBoundaryCondition
Types of thermal boundary conditions available. 
ThermalBoundaryCondition thermal_boundary_condition_type
Store thermal boundary condition type.