Neko 1.99.1
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
rough_log_law_kernel.h File Reference
#include <cmath>
#include <algorithm>
Include dependency graph for rough_log_law_kernel.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<typename T >
__global__ void rough_log_law_compute (const T *__restrict__ u_d, const T *__restrict__ v_d, const T *__restrict__ w_d, const int *__restrict__ ind_r_d, const int *__restrict__ ind_s_d, const int *__restrict__ ind_t_d, const int *__restrict__ ind_e_d, const T *__restrict__ n_x_d, const T *__restrict__ n_y_d, const T *__restrict__ n_z_d, const T *__restrict__ h_d, T *__restrict__ tau_x_d, T *__restrict__ tau_y_d, T *__restrict__ tau_z_d, const int n_nodes, const int lx, const T kappa, const T B, const T z0)
 

Function Documentation

◆ rough_log_law_compute()

template<typename T >
__global__ void rough_log_law_compute ( const T *__restrict__  u_d,
const T *__restrict__  v_d,
const T *__restrict__  w_d,
const int *__restrict__  ind_r_d,
const int *__restrict__  ind_s_d,
const int *__restrict__  ind_t_d,
const int *__restrict__  ind_e_d,
const T *__restrict__  n_x_d,
const T *__restrict__  n_y_d,
const T *__restrict__  n_z_d,
const T *__restrict__  h_d,
T *__restrict__  tau_x_d,
T *__restrict__  tau_y_d,
T *__restrict__  tau_z_d,
const int  n_nodes,
const int  lx,
const T  kappa,
const T  B,
const T  z0 
)

CUDA kernel for the rough log-law wall model.

Definition at line 11 of file rough_log_law_kernel.h.

Here is the call graph for this function: