Neko  0.8.1
A portable framework for high-order spectral element flow simulations
les_model_fctry Module Reference

Functions/Subroutines

subroutine, public les_model_factory (les_model, name, dofmap, coef, json)
 LES model factory. Both constructs and initializes the object. More...
 

Function/Subroutine Documentation

◆ les_model_factory()

subroutine, public les_model_fctry::les_model_factory ( class(les_model_t), intent(inout), allocatable, target  les_model,
character(len=*), intent(in)  name,
type(dofmap_t), intent(in)  dofmap,
type(coef_t), intent(in)  coef,
type(json_file), intent(inout)  json 
)

LES model factory. Both constructs and initializes the object.

Parameters
les_modelThe object to be allocated.
nameThe name of the LES model.
dofmapSEM map of degrees of freedom.
coefSEM coefficients.
jsonA dictionary with parameters.

Definition at line 52 of file les_model_fctry.f90.

Here is the caller graph for this function: