Neko  0.8.99
A portable framework for high-order spectral element flow simulations
wall_model_bc.f90 File Reference

Go to the source code of this file.

Data Types

type  wall_model_bc::wall_model_bc_t
 A shear stress boundary condition, computing the stress values using a wall model. More...
 

Modules

module  wall_model_bc
 Defines the wall_model_bc_t type.
 

Functions/Subroutines

subroutine wall_model_bc::wall_model_bc_apply_scalar (this, x, n, t, tstep)
 Apply shear stress for a scalar field x. More...
 
subroutine wall_model_bc::wall_model_bc_apply_vector (this, x, y, z, n, t, tstep)
 Boundary condition apply for a generic wall_model_bc condition to vectors x, y and z. More...
 
subroutine wall_model_bc::wall_model_bc_apply_scalar_dev (this, x_d, t, tstep)
 Boundary condition apply for a generic wall_model_bc condition to a vector x (device version) More...
 
subroutine wall_model_bc::wall_model_bc_apply_vector_dev (this, x_d, y_d, z_d, t, tstep)
 Boundary condition apply for a generic wall_model_bc condition to vectors x, y and z (device version) More...
 
subroutine wall_model_bc::wall_model_bc_init_wall_model_bc (this, coef)
 Constructor. More...