NeoN
WIP Prototype of a modern OpenFOAM core
|
Represents a volume boundary field for a cell-centered finite volume method. More...
#include <volumeBoundaryFactory.hpp>
Public Member Functions | |
VolumeBoundary (const UnstructuredMesh &mesh, const Dictionary &dict, localIdx patchID) | |
VolumeBoundary (const VolumeBoundary &other) | |
virtual void | correctBoundaryCondition (Field< ValueType > &domainVector) |
![]() | |
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 () |
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. | |
Represents a volume boundary field for a cell-centered finite volume method.
ValueType | The data type of the field. |
Definition at line 46 of file volumeBoundaryFactory.hpp.
|
inline |
Definition at line 50 of file volumeBoundaryFactory.hpp.
|
inline |
Definition at line 61 of file volumeBoundaryFactory.hpp.
|
inlinevirtual |
Definition at line 66 of file volumeBoundaryFactory.hpp.