|
Neko 0.9.1
A portable framework for high-order spectral element flow simulations
|
Implements wall_model_t.
Data Types | |
| interface | wall_model_compute |
| Compute wall shear stress. More... | |
| interface | wall_model_free |
| Destructor. More... | |
| interface | wall_model_init |
| Common constructor. More... | |
| type | wall_model_t |
| Base abstract type for wall-stress models for wall-modelled LES. More... | |
Functions/Subroutines | |
| subroutine | wall_model_init_base (this, coef, msk, facet, nu, index) |
| Wall model factory. Both constructs and initializes the object. | |
| subroutine | wall_model_free_base (this) |
| Destructor for the wall_model_t (base) class. | |
| subroutine | wall_model_find_points (this) |
| Find sampling points based on the requested index. | |
|
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.