|
[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 Physics Models. More...
#include <parameters_physics_model.h>
Public Types | |
| enum | SubGridScaleModel { smagorinsky, wall_adaptive_local_eddy_viscosity, vreman } |
| Types of sub-grid scale (SGS) models that can be used. | |
| enum | ReynoldsAveragedNavierStokesModel { SA, SA_negative } |
| Types of Reynolds-averaged Navier-Stokes (RANS) models that can be used. | |
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 | |
| bool | euler_turbulence |
| SubGridScaleModel | SGS_model_type |
| Store the SubGridScale (SGS) model type. | |
| ReynoldsAveragedNavierStokesModel | RANS_model_type |
| Store the Reynolds-averaged Navier-Stokes (RANS) model type. | |
| double | turbulent_prandtl_number |
| Turbulent flow characteristics: More... | |
| double | smagorinsky_model_constant |
| Eddy-viscosity model constants: More... | |
| double | WALE_model_constant |
| WALE (Wall-Adapting Local Eddy-viscosity) eddy viscosity model constant. | |
| double | vreman_model_constant |
| Vreman eddy viscosity model constant. | |
| double | ratio_of_filter_width_to_cell_size |
| Ratio of the large eddy simulation filter width to the cell size. | |
Parameters related to Physics Models.
Definition at line 9 of file parameters_physics_model.h.
| bool PHiLiP::Parameters::PhysicsModelParam::euler_turbulence |
Set as false by default. If true, sets the baseline physics to the Euler equations for Large Eddy Simulation.
Definition at line 16 of file parameters_physics_model.h.
| double PHiLiP::Parameters::PhysicsModelParam::smagorinsky_model_constant |
Eddy-viscosity model constants:
Smagorinsky eddy viscosity model Constant
Definition at line 39 of file parameters_physics_model.h.
| double PHiLiP::Parameters::PhysicsModelParam::turbulent_prandtl_number |
Turbulent flow characteristics:
Turbulent Prandtl number
Definition at line 36 of file parameters_physics_model.h.