NeoN
A framework for CFD software
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Static Public Member Functions | List of all members
NeoN::finiteVolume::cellCentred::volumeBoundary::InletOutlet< ValueType > Class Template Reference

#include <inletOutlet.hpp>

Inheritance diagram for NeoN::finiteVolume::cellCentred::volumeBoundary::InletOutlet< ValueType >:

Public Types

using InletOutletType = InletOutlet< ValueType >
 

Public Member Functions

 InletOutlet (const UnstructuredMesh &mesh, const Dictionary &dict, localIdx patchID)
 
virtual void correctBoundaryCondition (Field< ValueType > &domainVector) final
 
virtual void correctBoundaryCondition (Field< ValueType > &domainVector, const BoundaryContext &ctx) final
 
std::string getName () const override
 
virtual std::unique_ptr< VolumeBoundaryFactory< ValueType > > clone () const final
 

Static Public Member Functions

static std::string name ()
 
static std::string doc ()
 
static std::string schema ()
 

Detailed Description

template<typename ValueType>
class NeoN::finiteVolume::cellCentred::volumeBoundary::InletOutlet< ValueType >

Definition at line 83 of file inletOutlet.hpp.

Member Typedef Documentation

◆ InletOutletType

template<typename ValueType >
using NeoN::finiteVolume::cellCentred::volumeBoundary::InletOutlet< ValueType >::InletOutletType = InletOutlet<ValueType>

Definition at line 93 of file inletOutlet.hpp.

Constructor & Destructor Documentation

◆ InletOutlet()

template<typename ValueType >
NeoN::finiteVolume::cellCentred::volumeBoundary::InletOutlet< ValueType >::InletOutlet ( const UnstructuredMesh mesh,
const Dictionary dict,
localIdx  patchID 
)
inline

Definition at line 99 of file inletOutlet.hpp.

Member Function Documentation

◆ clone()

template<typename ValueType >
virtual std::unique_ptr< VolumeBoundaryFactory< ValueType > > NeoN::finiteVolume::cellCentred::volumeBoundary::InletOutlet< ValueType >::clone ( ) const
inlinefinalvirtual

Definition at line 147 of file inletOutlet.hpp.

◆ correctBoundaryCondition() [1/2]

template<typename ValueType >
virtual void NeoN::finiteVolume::cellCentred::volumeBoundary::InletOutlet< ValueType >::correctBoundaryCondition ( Field< ValueType > &  domainVector)
inlinefinalvirtual

Definition at line 106 of file inletOutlet.hpp.

◆ correctBoundaryCondition() [2/2]

template<typename ValueType >
virtual void NeoN::finiteVolume::cellCentred::volumeBoundary::InletOutlet< ValueType >::correctBoundaryCondition ( Field< ValueType > &  domainVector,
const BoundaryContext ctx 
)
inlinefinalvirtual

Definition at line 115 of file inletOutlet.hpp.

◆ doc()

template<typename ValueType >
static std::string NeoN::finiteVolume::cellCentred::volumeBoundary::InletOutlet< ValueType >::doc ( )
inlinestatic

Definition at line 139 of file inletOutlet.hpp.

◆ getName()

template<typename ValueType >
std::string NeoN::finiteVolume::cellCentred::volumeBoundary::InletOutlet< ValueType >::getName ( ) const
inlineoverride

Definition at line 137 of file inletOutlet.hpp.

◆ name()

template<typename ValueType >
static std::string NeoN::finiteVolume::cellCentred::volumeBoundary::InletOutlet< ValueType >::name ( )
inlinestatic

Definition at line 135 of file inletOutlet.hpp.

◆ schema()

template<typename ValueType >
static std::string NeoN::finiteVolume::cellCentred::volumeBoundary::InletOutlet< ValueType >::schema ( )
inlinestatic

Definition at line 145 of file inletOutlet.hpp.


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