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

Go to the source code of this file.

Data Types

type  wall_model::wall_model_t
 Base abstract type for wall-stress models for wall-modelled LES. More...
 
interface  wall_model::wall_model_compute
 Compute wall shear stress. More...
 
interface  wall_model::wall_model_init
 Common constructor. More...
 
interface  wall_model::wall_model_free
 Destructor. More...
 

Modules

module  wall_model
 Implements wall_model_t.
 

Functions/Subroutines

subroutine wall_model::wall_model_init_base (this, coef, msk, facet, nu, index)
 Wall model factory. Both constructs and initializes the object. More...
 
subroutine wall_model::wall_model_free_base (this)
 Destructor for the wall_model_t (base) class. More...
 
subroutine wall_model::wall_model_find_points (this)