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

#include <empty.hpp>

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

Public Member Functions

 Empty (const UnstructuredMesh &mesh, const Dictionary &dict, std::size_t patchID)
 
virtual void correctBoundaryCondition (DomainField< ValueType > &domainField) 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 NeoFOAM::finiteVolume::cellCentred::surfaceBoundary::Empty< ValueType >

Definition at line 16 of file empty.hpp.

Constructor & Destructor Documentation

◆ Empty()

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

Definition at line 22 of file empty.hpp.

Member Function Documentation

◆ clone()

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

Definition at line 36 of file empty.hpp.

◆ correctBoundaryCondition()

template<typename ValueType >
virtual void NeoFOAM::finiteVolume::cellCentred::surfaceBoundary::Empty< ValueType >::correctBoundaryCondition ( DomainField< ValueType > &  domainField)
inlineoverridevirtual

Definition at line 26 of file empty.hpp.

◆ doc()

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

Definition at line 32 of file empty.hpp.

◆ name()

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

Definition at line 30 of file empty.hpp.

◆ schema()

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

Definition at line 34 of file empty.hpp.


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