|
[P]arallel [Hi]gh-order [Li]brary for [P]DEs
Latest
Parallel High-Order Library for PDEs through hp-adaptive Discontinuous Galerkin methods
|
Parameters related to the Navier Stokes equations. More...
#include <parameters_navier_stokes.h>
Public Types | |
| enum | ThermalBoundaryCondition { adiabatic, isothermal } |
| Types of thermal boundary conditions available. | |
Public Member Functions | |
| void | parse_parameters (dealii::ParameterHandler &prm) |
| Parses input file and sets the variables. | |
Static Public Member Functions | |
| static void | declare_parameters (dealii::ParameterHandler &prm) |
| Declares the possible variables and sets the defaults. | |
Public Attributes | |
| double | prandtl_number |
| Prandtl number. | |
| double | reynolds_number_inf |
| Farfield Reynolds number. | |
| double | temperature_inf |
| Farfield temperature in degree Kelvin [K]. | |
| double | nondimensionalized_isothermal_wall_temperature |
| Nondimensionalized isothermal wall temperature. | |
| ThermalBoundaryCondition | thermal_boundary_condition_type |
| Store thermal boundary condition type. | |
| bool | use_constant_viscosity |
| double | nondimensionalized_constant_viscosity |
| Flag for using constant viscosity. More... | |
Parameters related to the Navier Stokes equations.
Definition at line 9 of file parameters_navier_stokes.h.
| double PHiLiP::Parameters::NavierStokesParam::nondimensionalized_constant_viscosity |
Flag for using constant viscosity.
Nondimensionalized constant viscosity value
Definition at line 25 of file parameters_navier_stokes.h.