A patch which will not exist in the fvMesh. Typical example is a front and back plane of a 2-D geometry. More...
#include <finiteVolume/emptyFvPatch.H>
A patch which will not exist in the fvMesh. Typical example is a front and back plane of a 2-D geometry.
Definition at line 51 of file emptyFvPatch.H.
Inheritance diagram for emptyFvPatch:
Collaboration diagram for emptyFvPatch:Public Member Functions | |
| TypeName (emptyPolyPatch::typeName_()) | |
| Runtime type information.
| |
| emptyFvPatch (const polyPatch &patch, const fvBoundaryMesh &bm) | |
| Construct from polyPatch.
| |
| virtual label | size () const |
| Return size.
| |
| virtual const unallocLabelList & | faceCells () const |
| Return faceCells.
| |
| emptyFvPatch | ( | const polyPatch & | patch, |
| const fvBoundaryMesh & | bm | ||
| ) |
Construct from polyPatch.
Definition at line 44 of file emptyFvPatch.C.
| TypeName | ( | emptyPolyPatch:: | typeName_() ) |
Runtime type information.
| virtual label size | ( | ) | const [inline, virtual]
|
| const unallocLabelList & faceCells | ( | ) | const [virtual]
|