Neko
0.9.99
A portable framework for high-order spectral element flow simulations
|
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) |
Find sampling points based on the requested index. More... | |