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::SurfaceBoundaryFactory< ValueType > Class Template Referenceabstract

#include <surfaceBoundaryFactory.hpp>

Inheritance diagram for NeoFOAM::finiteVolume::cellCentred::SurfaceBoundaryFactory< ValueType >:
NeoFOAM::RuntimeSelectionFactory< SurfaceBoundaryFactory< ValueType >, Parameters< const UnstructuredMesh &, const Dictionary &, size_t > > NeoFOAM::finiteVolume::cellCentred::BoundaryPatchMixin

Public Member Functions

 SurfaceBoundaryFactory (const UnstructuredMesh &mesh, const Dictionary &, size_t patchID)
 
virtual void correctBoundaryCondition (DomainField< ValueType > &domainField)=0
 
virtual std::unique_ptr< SurfaceBoundaryFactoryclone () const =0
 
- Public Member Functions inherited from NeoFOAM::finiteVolume::cellCentred::BoundaryPatchMixin
 BoundaryPatchMixin ()
 
virtual ~BoundaryPatchMixin ()=default
 
 BoundaryPatchMixin (const UnstructuredMesh &mesh, size_t patchID)
 
 BoundaryPatchMixin (label start, label end, size_t patchID)
 
label patchStart () const
 
label patchEnd () const
 
size_t patchSize () const
 
size_t patchID () const
 
std::pair< size_t, size_trange ()
 

Static Public Member Functions

static std::string name ()
 

Additional Inherited Members

- Protected Attributes inherited from NeoFOAM::finiteVolume::cellCentred::BoundaryPatchMixin
size_t patchID_
 The id of this patch.
 
label start_
 The start index of the patch in the boundaryField.
 
label end_
 The end index of the patch in the boundaryField.
 

Detailed Description

template<typename ValueType>
class NeoFOAM::finiteVolume::cellCentred::SurfaceBoundaryFactory< ValueType >

Definition at line 16 of file surfaceBoundaryFactory.hpp.

Constructor & Destructor Documentation

◆ SurfaceBoundaryFactory()

template<typename ValueType >
NeoFOAM::finiteVolume::cellCentred::SurfaceBoundaryFactory< ValueType >::SurfaceBoundaryFactory ( const UnstructuredMesh mesh,
const Dictionary ,
size_t  patchID 
)
inline

Definition at line 26 of file surfaceBoundaryFactory.hpp.

Member Function Documentation

◆ clone()

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

◆ correctBoundaryCondition()

template<typename ValueType >
virtual void NeoFOAM::finiteVolume::cellCentred::SurfaceBoundaryFactory< ValueType >::correctBoundaryCondition ( DomainField< ValueType > &  domainField)
pure virtual

◆ name()

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

Definition at line 24 of file surfaceBoundaryFactory.hpp.


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