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