55 zone(name, addr, index),
68 zone(name, move(addr), index),
81 zone(name, dict, this->labelsName, index),
94 zone(cz, addr, index),
107 zone(cz, move(addr), index),
virtual void writeDict(Ostream &) const
Write dictionary.
label whichCell(const label globalCellID) const
Helper function to re-direct to zone::localID(...)
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
label localID(const label globalID) const
Map storing the local index for every global index. Used to find.
const cellZoneMesh & zoneMesh() const
Return zoneMesh reference.
void operator=(const cellZone &)
Assignment to zone, clearing demand-driven data.
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual ~cellZone()
Destructor.
cellZone(const word &name, const labelUList &addr, const label index, const cellZoneMesh &)
Construct from components.
Ostream & endl(Ostream &os)
Add newline and flush stream.
virtual bool checkDefinition(const bool report=false) const
Check zone definition. Return true if in error.
Macros for easy insertion into run-time selection tables.
A class for handling words, derived from string.
virtual bool checkDefinition(const bool report=false) const =0
Check zone definition. Return true if in error.
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
An Ostream is an abstract base class for all output systems (streams, files, token lists...
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
defineTypeNameAndDebug(combustionModel, 0)
void writeEntry(Ostream &os, const HashTable< T, Key, Hash > &ht)
word name(const complex &)
Return a string representation of a complex.
Template functions to aid in the implementation of demand driven data.
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.
static const char *const labelsName
The name associated with the zone-labels dictionary entry.
void operator=(const zone &)
Assignment operator.