Neko 0.9.99
A portable framework for high-order spectral element flow simulations
|
Go to the source code of this file.
Modules | |
module | dynamic_smagorinsky_device |
Implements the device kernel for the smagorinsky_t type. | |
Functions/Subroutines | |
subroutine, public | dynamic_smagorinsky_device::dynamic_smagorinsky_compute_device (t, tstep, coef, nut, delta, c_dyn, test_filter, mij, lij, num, den) |
Compute eddy viscosity on the device. | |
subroutine | dynamic_smagorinsky_device::compute_lij_device (lij, u, v, w, test_filter, n, nelv) |
Compute Germano Identity on the device. | |
subroutine | dynamic_smagorinsky_device::compute_nut_device (nut, c_dyn, num, den, lij, mij, s11, s22, s33, s12, s13, s23, s_abs, test_filter, delta, alpha, n, nelv) |
Compute M_ij and nut on the device. | |