65 #ifndef generatedFaceZone_H
66 #define generatedFaceZone_H
77 class polyDistributionMap;
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
Named list of face indices representing a sub-set of the mesh faces.
faceZone selection or generation class
generatedFaceZone(const polyMesh &mesh, const dictionary &dict)
Construct from mesh and dictionary.
label facei(const label i) const
Return the face index corresponding to the face set index.
void topoChange(const polyTopoChangeMap &)
Update topology using the given map.
void distribute(const polyDistributionMap &)
Redistribute or update using the given distribution map.
void movePoints()
Update for mesh motion.
bool read(const dictionary &dict)
Read coefficients dictionary.
void operator=(const generatedFaceZone &)=delete
Disallow default bitwise assignment.
void mapMesh(const polyMeshMap &)
Update from another mesh using the given map.
const faceZone & zone() const
Return const access to the face set.
const word & name() const
Return const access to the name of faceZone.
~generatedFaceZone()
Destructor.
label nFaces() const
Return the number of faces in the set.
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.
A class for handling words, derived from string.
Foam::fvMesh mesh(Foam::IOobject(regionName, runTime.name(), runTime, Foam::IOobject::MUST_READ), false)
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.