Neko 1.99.1
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
wall_model::wall_model_allocate Interface Reference

Wall model factory. Both constructs and initializes the object. More...

Public Member Functions

subroutine wall_model_allocate (obj)
 

Detailed Description

Parameters
objectThe object to be allocated.
scheme_nameThe name of the scheme for which the wall model is used.
coefSEM coefficients.
mskThe boundary mask.
facetThe boundary facets.
h_indexThe off-wall index of the sampling cell.
jsonA dictionary with parameters. Wall model allocator.
objectThe object to be allocated.
type_nameThe name of the type to allocate. Interface for an object allocator. Implemented in the user modules, should allocate the obj to the custom user type.

Definition at line 246 of file wall_model.f90.

Constructor & Destructor Documentation

◆ wall_model_allocate()

subroutine wall_model::wall_model_allocate::wall_model_allocate ( class(wall_model_t), intent(inout), allocatable  obj)
virtual

Definition at line 246 of file wall_model.f90.


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