Neko 1.99.1
A portable framework for high-order spectral element flow simulations
|
Implements the CPU kernel for the wale_t
type.
Functions/Subroutines | |
subroutine, public | wale_compute_cpu (if_ext, t, tstep, coef, nut, delta, c_w) |
Compute eddy viscosity on the CPU. | |
subroutine, public wale_cpu::wale_compute_cpu | ( | logical, intent(in) | if_ext, |
real(kind=rp), intent(in) | t, | ||
integer, intent(in) | tstep, | ||
type(coef_t), intent(in) | coef, | ||
type(field_t), intent(inout) | nut, | ||
type(field_t), intent(in) | delta, | ||
real(kind=rp), intent(in) | c_w | ||
) |
if_ext | If extrapolate the velocity field to evaluate |
t | The time value. |
tstep | The current time-step. |
coef | SEM coefficients. |
nut | The SGS viscosity array. |
delta | The LES lengthscale. |
c_w | The wale model constant |
Definition at line 59 of file wale_cpu.f90.