IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
virtual ~cellSet()
Destructor.
virtual void sync(const polyMesh &mesh)
Sync cellSet across coupled patches.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
volScalarField w(IOobject("w", runTime.timeName(), mesh, IOobject::READ_IF_PRESENT, IOobject::NO_WRITE), mesh, dimensionedScalar("w", dimensionSet(0, 0, 0, 0, 0, 0, 0), 0.0))
cellSet(const cellSet &)
Disallow default bitwise copy construct.
A class for handling words, derived from string.
virtual label maxSize(const polyMesh &mesh) const
Return max index+1.
virtual void writeDebug(Ostream &os, const primitiveMesh &, const label maxLen) const
Write maxLen items with label and coordinates.
Mesh consisting of general polyhedral cells.
TypeName("cellSet")
Runtime type information.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
writeOption
Enumeration defining the write options.
const word & name() const
Return name.
General set of labels of mesh quantity (points, cells, faces).
label size() const
Return number of elements in table.
A collection of cell labels.
virtual void updateMesh(const mapPolyMesh &morphMap)
Update any stored data for new labels.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
readOption
Enumeration defining the read options.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
Cell-face mesh analysis engine.