38#ifndef Foam_emptyFvPatch_H
39#define Foam_emptyFvPatch_H
66 TypeName(emptyPolyPatch::typeName_());
78 virtual label
size()
const {
return 0; }
virtual label size() const
Empty patch has zero size.
TypeName(emptyPolyPatch::typeName_())
Runtime type information.
emptyFvPatch(const polyPatch &patch, const fvBoundaryMesh &bm)
Construct from polyPatch.
virtual const labelUList & faceCells() const
Return faceCells.
const polyPatch & patch() const noexcept
Return the polyPatch.
friend class fvBoundaryMesh
A patch is a list of labels that address the faces in the global face list.
UList< label > labelUList
A UList of labels.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.