Neko 1.99.1
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
spalding_cpu.f90 File Reference

Go to the source code of this file.

Modules

module  spalding_cpu
 Implements the CPU kernel for the spalding_t type.
 

Functions/Subroutines

subroutine, public spalding_cpu::spalding_compute_cpu (u, v, w, ind_r, ind_s, ind_t, ind_e, n_x, n_y, n_z, nu, h, tau_x, tau_y, tau_z, n_nodes, lx, nelv, kappa, b, tstep)
 Compute the wall shear stress on cpu using Spalding's model.
 
real(kind=rp) function spalding_cpu::solve_cpu (u, y, guess, nu, kappa, b)
 Newton solver for the algebraic equation defined by the law on cpu.