57 #ifndef nearPatchCells_zoneGenerator_H
58 #define nearPatchCells_zoneGenerator_H
66 namespace zoneGenerators
99 const dictionary&
dict
const word & name() const
Return the zoneGenerator name.
const polyMesh & mesh() const
Return reference to the polyMesh.
TypeName("nearPatchCells")
Runtime type information.
virtual zoneSet generate() const
Generate and return the zoneSet.
virtual ~nearPatchCells()
Destructor.
nearPatchCells(const word &name, const polyMesh &mesh, const dictionary &dict)
Construct from dictionary.
Zone container returned by zoneGenerator::generate.
HashSet< label, Hash< label > > labelHashSet
A HashSet with label keys.