Neko
0.9.0
A portable framework for high-order spectral element flow simulations
|
Data Types | |
interface | hip_vreman_nut_compute |
Functions/Subroutines | |
subroutine, public | device_vreman_nut_compute (a11_d, a12_d, a13_d, a21_d, a22_d, a23_d, a31_d, a32_d, a33_d, delta_d, nut_d, mult_d, c, eps, n) |
Compute the eddy viscosity field for the Sigma model indevice. More... | |
subroutine, public device_vreman_nut::device_vreman_nut_compute | ( | type(c_ptr) | a11_d, |
type(c_ptr) | a12_d, | ||
type(c_ptr) | a13_d, | ||
type(c_ptr) | a21_d, | ||
type(c_ptr) | a22_d, | ||
type(c_ptr) | a23_d, | ||
type(c_ptr) | a31_d, | ||
type(c_ptr) | a32_d, | ||
type(c_ptr) | a33_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_vreman_nut.F90.