87 #ifndef cell_zoneGenerator_H
88 #define cell_zoneGenerator_H
96 namespace zoneGenerators
126 const polyMesh&
mesh,
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
friend class zoneGeneratorList
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.
cell(const word &name, const polyMesh &mesh, const dictionary &dict)
Construct from dictionary.
TypeName("cell")
Runtime type information.
virtual ~cell()
Destructor.
Zone container returned by zoneGenerator::generate.