Neko  0.8.1
A portable framework for high-order spectral element flow simulations
fluid_scheme::fluid_scheme_init_intrf Interface Reference

Abstract interface to initialize a fluid formulation. More...

Public Member Functions

subroutine fluid_scheme_init_intrf (this, msh, lx, params, user, material_properties)
 

Detailed Description

Abstract interface to initialize a fluid formulation.

Definition at line 158 of file fluid_scheme.f90.

Constructor & Destructor Documentation

◆ fluid_scheme_init_intrf()

subroutine fluid_scheme::fluid_scheme_init_intrf::fluid_scheme_init_intrf ( class(fluid_scheme_t), intent(inout), target  this,
type(mesh_t), intent(inout), target  msh,
integer, intent(inout)  lx,
type(json_file), intent(inout), target  params,
type(user_t), intent(in)  user,
type(material_properties_t), intent(inout), target  material_properties 
)

Definition at line 158 of file fluid_scheme.f90.


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