|
Neko 1.99.9
A portable framework for high-order spectral element flow simulations
|
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. | |
| 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 | ||
| ) |
| tstep | The current time-step. |
Definition at line 44 of file rough_log_law_cpu.f90.
