0.6.0
Loading...
Searching...
No Matches
Large Eddy Simulation (LES) models

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.
 

Detailed Description

Large Eddy Simulation models.

Function Documentation

◆ compute_filtered_velocity_component()

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.

◆ compute_g_square()

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.

◆ compute_les_models()

subroutine mod_compute_les_models::compute_les_models

Compute (dynamic) turbulent viscosity thanks to Large-Eddy Simulations models.