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

#include <surfaceBoundaryFactory.hpp>

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

Public Member Functions

 SurfaceBoundaryFactory (const UnstructuredMesh &mesh, const Dictionary &, localIdx patchID)
 
virtual void correctBoundaryCondition (Field< ValueType > &field)=0
 
virtual std::unique_ptr< SurfaceBoundaryFactoryclone () const =0
 
- Public Member Functions inherited from NeoN::finiteVolume::cellCentred::BoundaryPatchMixin
 BoundaryPatchMixin ()
 
virtual ~BoundaryPatchMixin ()=default
 
 BoundaryPatchMixin (const UnstructuredMesh &mesh, localIdx patchID)
 
 BoundaryPatchMixin (localIdx start, localIdx end, localIdx patchID)
 
localIdx patchStart () const
 
localIdx patchEnd () const
 
localIdx patchSize () const
 
localIdx patchID () const
 
std::pair< localIdx, localIdxrange ()
 

Static Public Member Functions

static std::string name ()
 

Additional Inherited Members

- Protected Attributes inherited from NeoN::finiteVolume::cellCentred::BoundaryPatchMixin
localIdx patchID_
 The id of this patch.
 
localIdx start_
 The start index of the patch in the boundaryVector.
 
localIdx end_
 The end index of the patch in the boundaryVector.
 

Detailed Description

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

Definition at line 17 of file surfaceBoundaryFactory.hpp.

Constructor & Destructor Documentation

◆ SurfaceBoundaryFactory()

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

Definition at line 27 of file surfaceBoundaryFactory.hpp.

Member Function Documentation

◆ clone()

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

◆ correctBoundaryCondition()

template<typename ValueType >
virtual void NeoN::finiteVolume::cellCentred::SurfaceBoundaryFactory< ValueType >::correctBoundaryCondition ( Field< ValueType > &  field)
pure virtual

◆ name()

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

Definition at line 25 of file surfaceBoundaryFactory.hpp.


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