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::volumeBoundary::Empty< ValueType > Class Template Reference

#include <empty.hpp>

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

Public Member Functions

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

Definition at line 17 of file empty.hpp.

Constructor & Destructor Documentation

◆ Empty()

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

Definition at line 23 of file empty.hpp.

Member Function Documentation

◆ clone()

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

Definition at line 37 of file empty.hpp.

◆ correctBoundaryCondition()

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

Definition at line 27 of file empty.hpp.

◆ doc()

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

Definition at line 33 of file empty.hpp.

◆ name()

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

Definition at line 31 of file empty.hpp.

◆ schema()

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

Definition at line 35 of file empty.hpp.


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