Neko 1.99.9
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
rough_log_law_cpu Module Reference

Implements the CPU kernel for the rough_log_law_t type.

Functions/Subroutines

subroutine, public rough_log_law_compute_cpu (u, v, w, n_x, n_y, n_z, h, tau_x, tau_y, tau_z, n_nodes, kappa, rho_w, b, z0, tstep)
 Compute the wall shear stress on CPU using the rough log-law model.
 

Function/Subroutine Documentation

◆ rough_log_law_compute_cpu()

subroutine, public rough_log_law_cpu::rough_log_law_compute_cpu ( real(kind=rp), dimension(n_nodes), intent(in u,
real(kind=rp), dimension(n_nodes), intent(in v,
real(kind=rp), dimension(n_nodes), intent(in w,
real(kind=rp), dimension(n_nodes), intent(in n_x,
real(kind=rp), dimension(n_nodes), intent(in n_y,
real(kind=rp), dimension(n_nodes), intent(in n_z,
real(kind=rp), dimension(n_nodes), intent(in h,
real(kind=rp), dimension(n_nodes), intent(inout tau_x,
real(kind=rp), dimension(n_nodes), intent(inout tau_y,
real(kind=rp), dimension(n_nodes), intent(inout tau_z,
integer, intent(in n_nodes,
real(kind=rp), intent(in kappa,
real(kind=rp), dimension(n_nodes), intent(in rho_w,
real(kind=rp), intent(in b,
real(kind=rp), intent(in z0,
integer, intent(in tstep 
)
Parameters
tstepThe current time-step.

Definition at line 44 of file rough_log_law_cpu.f90.

Here is the caller graph for this function: