Turbulence models and methods. More...
Namespaces | |
| module | mod_compute_k_omega_functions |
| Compute k-ω STD and SST functions. | |
| module | mod_compute_v2_f_functions |
| Compute v2_f functions. | |
| module | enum_rans_model |
| Enumeration for RANS models. | |
| module | fields_turbulence_rans |
| Declaration of the field arrays associated to the turbulence RANS models. | |
Functions | |
| subroutine | mod_compute_rans_turbulent_viscosity::compute_rans_turbulent_viscosity () |
| Compute k-ω SST turbulent viscosity (used in solve_navier) | |
| subroutine | mod_compute_v2_f_functions::compute_v2_f_functions (turbulent_length, turbulent_time, v2_f_c_star_e_1, strain_rate_magnitude) |
| Compute v2f length and time scales Reference : Lien & Kalitzin, 2001, Computations of transonic flow with the v2f turbulence model, DOI:10.1016/S0142-727X(00)00073-4. | |
| subroutine | mod_compute_v2_f_functions::compute_v2_f_turbulent_viscosity (turbulent_time) |
| Compute v2f turbulent viscosity. | |
| subroutine | solve_k_omega_sst () |
| This routine solves the RANS k-omega STD or SST model. | |
| subroutine | solve_v2_f () |
| This routine solves the RANS v2-f model. | |
Turbulence models and methods.
| subroutine mod_compute_v2_f_functions::compute_v2_f_turbulent_viscosity | ( | double precision, dimension(:,:,:), intent(in) | turbulent_time | ) |
Compute v2f turbulent viscosity.
\[ \mu_T = \rho C_\mu \hat{v^2} T \]