38 #ifndef Foam_emptyFvPatch_H 39 #define Foam_emptyFvPatch_H 66 TypeName(emptyPolyPatch::typeName_());
78 virtual label
size()
const {
return 0; }
virtual const labelUList & faceCells() const
Return faceCells.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
A non-owning sub-view of a List (allocated or unallocated storage).
virtual label size() const
Empty patch has zero size.
A fvBoundaryMesh is a fvPatch list with a reference to the associated fvMesh, with additional search ...
emptyFvPatch(const polyPatch &patch, const fvBoundaryMesh &bm)
Construct from polyPatch.
TypeName(emptyPolyPatch::typeName_())
Runtime type information.
A patch is a list of labels that address the faces in the global face list.
const polyPatch & patch() const noexcept
Return the polyPatch.
A patch which will not exist in the fvMesh. Typical example is a front and back plane of a 2-D geomet...