Go to the documentation of this file.
30 #include "primitiveMesh.H"
94 zone(cz, addr, index),
106 zone(cz, addr, index),
142 writeEntry(this->labelsName, os);
176 os.
check(
"Ostream& operator<<(Ostream&, const cellZone&");
A class for handling words, derived from string.
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
Template functions to aid in the implementation of demand driven data.
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
static const char *const labelsName
The name associated with the zone-labels dictionary entry.
Ostream & endl(Ostream &os)
Add newline and flush stream.
void operator=(const UList< T > &)
Assignment from UList operator. Takes linear time.
A simple container for copying or transferring objects of type <T>.
void operator=(const cellZone &)
Assign to zone, clearing demand-driven data.
const cellZoneMesh & zoneMesh() const
Return zoneMesh reference.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
virtual ~cellZone()
Destructor.
cellZone(const cellZone &)
Disallow default bitwise copy construct.
label whichCell(const label globalCellID) const
Helper function to re-direct to zone::localID(...)
Ostream & operator<<(Ostream &, const edgeMesh &)
virtual void write(Ostream &) const
Write.
virtual bool check(const char *operation) const
Check IOstream status for given operation.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Macros for easy insertion into run-time selection tables.
virtual void writeDict(Ostream &) const
Write dictionary.
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
label localID(const label globalID) const
Map storing the local index for every global index. Used to find.
virtual bool checkDefinition(const bool report=false) const
Check zone definition. Return true if in error.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
defineTypeNameAndDebug(combustionModel, 0)
word name(const complex &)
Return a string representation of a complex.
virtual bool checkDefinition(const bool report=false) const =0
Check zone definition. Return true if in error.