Neko
0.9.99
A portable framework for high-order spectral element flow simulations
|
Implements wall_model_t
.
Data Types | |
type | wall_model_t |
Base abstract type for wall-stress models for wall-modelled LES. More... | |
interface | wall_model_compute |
Compute wall shear stress. More... | |
interface | wall_model_init |
Common constructor. More... | |
interface | wall_model_free |
Destructor. More... | |
Functions/Subroutines | |
subroutine | wall_model_init_base (this, coef, msk, facet, nu, index) |
Wall model factory. Both constructs and initializes the object. More... | |
subroutine | wall_model_free_base (this) |
Destructor for the wall_model_t (base) class. More... | |
subroutine | wall_model_find_points (this) |
Find sampling points based on the requested index. More... | |
|
private |
|
private |
Definition at line 218 of file wall_model.f90.
|
private |
object | The object to be allocated. |
coef | SEM coefficients. |
msk | The boundary mask. |
facet | The boundary facets. |
nu | The molecular kinematic viscosity. |
h_index | The off-wall index of the sampling cell. |
json | A dictionary with parameters. Constructor for the wall_model_t (base) class. |
coef | SEM coefficients. |
msk | The underlying mask of the boundary condition. |
facet,The | underlying facet index list of the boundary condition. |
nu | The kinematic viscosity. |
index | The off-wall index of the sampling point. |
Definition at line 177 of file wall_model.f90.