Large Eddy Simulation models. More...
Namespaces | |
| module | enum_les_model |
| Enumeration for Large Eddy Simulation models. | |
| module | variables_turbulence_les |
| Define variables associated to the Large Eddy Simulation models. | |
Functions | |
| subroutine | mod_compute_filtered_velocity_component::compute_filtered_velocity_component (filtered_velocity_component, velocity_component) |
| Compute filtered of a velocity component u, v or w. | |
| double precision function | mod_wale_functions::compute_g_square (velocity_gradient, ii, jj) |
| Compute the variables necessary to calculate the turbulent viscosity in the WALE model. | |
| subroutine | mod_compute_les_models::compute_les_models () |
| Compute (dynamic) turbulent viscosity thanks to Large-Eddy Simulations models. | |
Large Eddy Simulation models.
| subroutine mod_compute_filtered_velocity_component::compute_filtered_velocity_component | ( | double precision, dimension(:,:,:) | filtered_velocity_component, |
| double precision, dimension(:,:,:) | velocity_component ) |
Compute filtered of a velocity component u, v or w.
| double precision function mod_wale_functions::compute_g_square | ( | double precision, dimension(:,:), intent(in) | velocity_gradient, |
| integer, intent(in) | ii, | ||
| integer, intent(in) | jj ) |
Compute the variables necessary to calculate the turbulent viscosity in the WALE model.
| subroutine mod_compute_les_models::compute_les_models |
Compute (dynamic) turbulent viscosity thanks to Large-Eddy Simulations models.