1 #ifndef __PARAMETERS_PHYSICS_MODEL_H__ 2 #define __PARAMETERS_PHYSICS_MODEL_H__ 4 #include <deal.II/base/parameter_handler.h> 21 ,wall_adaptive_local_eddy_viscosity
void parse_parameters(dealii::ParameterHandler &prm)
Parses input file and sets the variables.
static void declare_parameters(dealii::ParameterHandler &prm)
Declares the possible variables and sets the defaults.
Files for the baseline physics.
SubGridScaleModel SGS_model_type
Store the SubGridScale (SGS) model type.
double smagorinsky_model_constant
Eddy-viscosity model constants:
double vreman_model_constant
Vreman eddy viscosity model constant.
ReynoldsAveragedNavierStokesModel
Types of Reynolds-averaged Navier-Stokes (RANS) models that can be used.
Parameters related to Physics Models.
ReynoldsAveragedNavierStokesModel RANS_model_type
Store the Reynolds-averaged Navier-Stokes (RANS) model type.
double turbulent_prandtl_number
Turbulent flow characteristics:
SubGridScaleModel
Types of sub-grid scale (SGS) models that can be used.
double ratio_of_filter_width_to_cell_size
Ratio of the large eddy simulation filter width to the cell size.
double WALE_model_constant
WALE (Wall-Adapting Local Eddy-viscosity) eddy viscosity model constant.