42 #ifndef zonesGenerator_H
43 #define zonesGenerator_H
62 TopoChangeableMeshObject,
113 virtual bool global()
const
152 static const bool global =
true;
Templated abstract base-class for demand-driven mesh objects used to automate their allocation to the...
const polyMesh & mesh() const
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
TopoChangeableMeshObject(Type &mo)
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
static autoPtr< dictionary > New(Istream &)
Construct top-level dictionary on freestore from Istream.
Class containing mesh-to-mesh mapping information after a mesh distribution where we send parts of me...
Class containing mesh-to-mesh mapping information.
Mesh consisting of general polyhedral cells.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
MeshObject zoneGeneratorList instantiated by polyMesh.
virtual bool movePoints()
Update for mesh motion.
void operator=(const zonesGenerator &)=delete
Disallow default bitwise assignment.
virtual bool writeData(Ostream &) const
WriteData function required for regIOobject write operation.
TypeName("zonesGenerator")
Runtime type information.
zonesGenerator(const polyMesh &mesh)
Read construct from polyMesh.
virtual bool global() const
Declare zonesGenerator to be a global dictionary.
virtual void mapMesh(const polyMeshMap &map)
Update from another mesh using the given map.
virtual ~zonesGenerator()
Destructor.
virtual void distribute(const polyDistributionMap &map)
Redistribute or update using the given distribution map.
virtual bool readData(Istream &)
ReadData function required for regIOobject read operation.
virtual void topoChange(const polyTopoChangeMap &map)
Update topology using the given map.
virtual bool read()
Read the zonesGenerator dictionary if it has changed.
Trait for obtaining global status.