NeoN
WIP Prototype of a modern OpenFOAM core
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | List of all members
NeoN::finiteVolume::cellCentred::surfaceBoundary::Empty< ValueType > Class Template Reference

#include <empty.hpp>

Inheritance diagram for NeoN::finiteVolume::cellCentred::surfaceBoundary::Empty< ValueType >:

Public Member Functions

 Empty (const UnstructuredMesh &mesh, const Dictionary &dict, localIdx patchID)
 
virtual void correctBoundaryCondition (Field< ValueType > &domainVector) override
 
virtual std::unique_ptr< SurfaceBoundaryFactory< ValueType > > clone () const override
 

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::surfaceBoundary::Empty< ValueType >

Definition at line 15 of file empty.hpp.

Constructor & Destructor Documentation

◆ Empty()

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

Definition at line 21 of file empty.hpp.

Member Function Documentation

◆ clone()

template<typename ValueType >
virtual std::unique_ptr< SurfaceBoundaryFactory< ValueType > > NeoN::finiteVolume::cellCentred::surfaceBoundary::Empty< ValueType >::clone ( ) const
inlineoverridevirtual

Definition at line 34 of file empty.hpp.

◆ correctBoundaryCondition()

template<typename ValueType >
virtual void NeoN::finiteVolume::cellCentred::surfaceBoundary::Empty< ValueType >::correctBoundaryCondition ( Field< ValueType > &  domainVector)
inlineoverridevirtual

Definition at line 25 of file empty.hpp.

◆ doc()

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

Definition at line 30 of file empty.hpp.

◆ name()

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

Definition at line 28 of file empty.hpp.

◆ schema()

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

Definition at line 32 of file empty.hpp.


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