version 0.6.0
variables_turbulence Module Reference

Define variables associated to the turbulence models.

Variables

Variables associated to the turbulence models
integer turbulence_model = turbulence_model_les
 Turbulence model choice.
 
integer turbulence_energy_model = constant_prandtl_model
 
integer turbulence_species_transport_model = constant_schmidt_model
 
logical rans_ibm_explicit = .false.
 
integer, dimension(:), allocatable turbulence_isd_target
 List of enabled immersed boundaries for the turbulence models.
 
integer n_ibc_turbulence = 0
 Number of immersed boundaries enabled for the turbulence models.
 
logical turbulence_has_immersed_boundaries = .false.
 Flag to enable immersed boundaries for the RANS equation.
 
double precision turbulent_prandtl = 0.5d0
 Turbulent Prandtl number.
 
double precision turbulent_schmidt = 0.7d0
 Turbulent Schmidt number.