Neko
0.9.99
A portable framework for high-order spectral element flow simulations
|
Data Types | |
interface | hip_sigma_nut_compute |
Functions/Subroutines | |
subroutine, public | device_sigma_nut_compute (g11_d, g12_d, g13_d, g21_d, g22_d, g23_d, g31_d, g32_d, g33_d, delta_d, nut_d, mult_d, c, eps, n) |
Compute the eddy viscosity field for the Sigma model indevice. More... | |
subroutine, public device_sigma_nut::device_sigma_nut_compute | ( | type(c_ptr) | g11_d, |
type(c_ptr) | g12_d, | ||
type(c_ptr) | g13_d, | ||
type(c_ptr) | g21_d, | ||
type(c_ptr) | g22_d, | ||
type(c_ptr) | g23_d, | ||
type(c_ptr) | g31_d, | ||
type(c_ptr) | g32_d, | ||
type(c_ptr) | g33_d, | ||
type(c_ptr) | delta_d, | ||
type(c_ptr) | nut_d, | ||
type(c_ptr) | mult_d, | ||
real(kind=rp) | c, | ||
real(kind=rp) | eps, | ||
integer | n | ||
) |
Definition at line 86 of file device_sigma_nut.F90.