0.6.0
Loading...
Searching...
No Matches
mod_wale_functions Module Reference

Functions/Subroutines

double precision function compute_g_square (velocity_gradient, ii, jj)
 Compute the variables necessary to calculate the turbulent viscosity in the WALE model.
 
double precision function, dimension(3, 3) gradient_velocity (i, j, k)
 
double precision function modified_strain_tensor (velocity_gradient, ii, jj)
 
double precision function modified_strain_square_magnitude (i, j, k)
 

Function/Subroutine Documentation

◆ gradient_velocity()

double precision function, dimension(3,3) mod_wale_functions::gradient_velocity ( integer, intent(in) i,
integer, intent(in) j,
integer, intent(in) k )

◆ modified_strain_square_magnitude()

double precision function mod_wale_functions::modified_strain_square_magnitude ( integer, intent(in) i,
integer, intent(in) j,
integer, intent(in) k )

◆ modified_strain_tensor()

double precision function mod_wale_functions::modified_strain_tensor ( double precision, dimension(:,:), intent(in) velocity_gradient,
integer, intent(in) ii,
integer, intent(in) jj )