Loading [MathJax]/extensions/tex2jax.js
Neko 0.9.99
A portable framework for high-order spectral element flow simulations
All Classes Namespaces Files Functions Variables Typedefs Enumerator Macros Pages
les_model::les_model_allocate Interface Reference

LES model allocator. More...

Public Member Functions

subroutine les_model_allocate (obj)
 

Detailed Description

Parameters
objectThe object to be allocated.
type_nameThe name of the LES model. LES model factory. Both allocates and initializes the object.
objectThe object to be allocated.
type_nameThe name of the LES model.
fluidThe fluid scheme base type pointer.
dofmapSEM map of degrees of freedom.
coefSEM coefficients.
jsonA dictionary with parameters. Interface for an object allocator. Implemented in the user modules, should allocate the obj to the custom user type.

Definition at line 165 of file les_model.f90.

Constructor & Destructor Documentation

◆ les_model_allocate()

subroutine les_model::les_model_allocate::les_model_allocate ( class(les_model_t), intent(inout), allocatable  obj)
virtual

Definition at line 165 of file les_model.f90.


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