35 #ifndef zonalThermoZones_H
36 #define zonalThermoZones_H
56 TopoChangeableMeshObject,
Templated abstract base-class for demand-driven mesh objects used to automate their allocation to the...
const fvMesh & mesh() const
static zonalThermoZones & New(const word &name, const fvMesh &mesh)
Construct and return the named DemandDrivenMeshObject.
const word & name() const
Return name.
TopoChangeableMeshObject(Type &mo)
Mesh data needed to do the Finite Volume discretisation.
A wordList with hashed indices for faster lookup by name.
Class containing mesh-to-mesh mapping information after a mesh distribution where we send parts of me...
Class containing mesh-to-mesh mapping information.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
A class for handling words, derived from string.
Mesh object to store cell-zone correspondence for zonal thermo.
virtual bool movePoints()
Update for mesh motion.
zonalThermoZones(const word &name, const fvMesh &mesh, const hashedWordList &zones)
Construct from a name, a mesh and a list of zones.
virtual void topoChange(const polyTopoChangeMap &)
Update topology using the given map.
virtual void distribute(const polyDistributionMap &)
Redistribute or update using the given distribution map.
virtual void mapMesh(const polyMeshMap &)
Update from another mesh using the given map.
TypeName("zonalThermoZones")
Runtime type information.
const labelList & cellZones() const
Access the cell zone indices.
virtual ~zonalThermoZones()
Destructor.