NeoN
WIP Prototype of a modern OpenFOAM core
|
#include <surfaceBoundaryFactory.hpp>
Public Member Functions | |
SurfaceBoundaryFactory (const UnstructuredMesh &mesh, const Dictionary &, localIdx patchID) | |
virtual void | correctBoundaryCondition (Field< ValueType > &field)=0 |
virtual std::unique_ptr< SurfaceBoundaryFactory > | clone () const =0 |
![]() | |
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, localIdx > | range () |
Static Public Member Functions | |
static std::string | name () |
Additional Inherited Members | |
![]() | |
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. | |
Definition at line 17 of file surfaceBoundaryFactory.hpp.
|
inline |
Definition at line 27 of file surfaceBoundaryFactory.hpp.
|
pure virtual |
|
pure virtual |
|
inlinestatic |
Definition at line 25 of file surfaceBoundaryFactory.hpp.