56 #ifndef patch_zoneGenerator_H
57 #define patch_zoneGenerator_H
65 namespace zoneGenerators
95 const dictionary&
dict
const word & name() const
Return the zoneGenerator name.
const polyMesh & mesh() const
Return reference to the polyMesh.
virtual ~patch()
Destructor.
TypeName("patch")
Runtime type information.
virtual zoneSet generate() const
Generate and return the zoneSet.
patch(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.