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) |
| double precision function, dimension(3,3) mod_wale_functions::gradient_velocity | ( | integer, intent(in) | i, |
| integer, intent(in) | j, | ||
| integer, intent(in) | k ) |
| double precision function mod_wale_functions::modified_strain_square_magnitude | ( | integer, intent(in) | i, |
| integer, intent(in) | j, | ||
| integer, intent(in) | k ) |
| double precision function mod_wale_functions::modified_strain_tensor | ( | double precision, dimension(:,:), intent(in) | velocity_gradient, |
| integer, intent(in) | ii, | ||
| integer, intent(in) | jj ) |