Neko  0.8.99
A portable framework for high-order spectral element flow simulations
wall_model::wall_model_init Interface Reference

Common constructor. More...

Private Member Functions

subroutine wall_model_init (this, coef, msk, facet, nu, h_index, json)
 

Detailed Description

Parameters
coefSEM coefficients.
mskThe boundary mask.
facetThe boundary facets.
nuThe molecular kinematic viscosity.
h_indexThe off-wall index of the sampling cell.
jsonA dictionary with parameters.

Definition at line 128 of file wall_model.f90.

Constructor & Destructor Documentation

◆ wall_model_init()

subroutine wall_model::wall_model_init::wall_model_init ( class(wall_model_t), intent(inout)  this,
type(coef_t), intent(in)  coef,
integer, dimension(:), intent(in)  msk,
integer, dimension(:), intent(in)  facet,
real(kind=rp), intent(in)  nu,
integer, intent(in)  h_index,
type(json_file), intent(inout)  json 
)
private

Definition at line 128 of file wall_model.f90.


The documentation for this interface was generated from the following file: