Neko  0.8.1
A portable framework for high-order spectral element flow simulations
vreman_cpu Module Reference

Implements the CPU kernel for the vreman_t type. More...

Functions/Subroutines

subroutine, public vreman_compute_cpu (t, tstep, coef, nut, delta, c)
 Compute eddy viscosity on the CPU. More...
 

Detailed Description

Implements the CPU kernel for the vreman_t type.

Function/Subroutine Documentation

◆ vreman_compute_cpu()

subroutine, public vreman_cpu::vreman_compute_cpu ( 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 
)

Compute eddy viscosity on the CPU.

Parameters
tThe time value.
tstepThe current time-step.
coefSEM coefficients.
nutThe SGS viscosity array.
deltaThe LES lengthscale.
cThe Vreman model constant

Definition at line 57 of file vreman_cpu.f90.

Here is the call graph for this function:
Here is the caller graph for this function: