virtual bool checkParallelSync(const bool report=false) const
Check whether zone is synchronised across coupled boundaries. Return.
A class for handling words, derived from string.
virtual autoPtr< cellZone > clone(const cellZoneMesh &zm) const
Construct and return a clone, resetting the zone mesh.
static const char *const labelsName
The name associated with the zone-labels dictionary entry.
A simple container for copying or transferring objects of type <T>.
void operator=(const cellZone &)
Assign to zone, clearing demand-driven data.
friend Ostream & operator<<(Ostream &, const cellZone &)
Ostream Operator.
TypeName("cellZone")
Runtime type information.
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(...)
const cellZoneMesh & zoneMesh_
Reference to zone list.
Ostream & operator<<(Ostream &, const edgeMesh &)
static autoPtr< cellZone > New(const word &name, const dictionary &, const label index, const cellZoneMesh &)
Return a pointer to a new cell zone.
A list of keyword definitions, which are a keyword followed by any number of values (e....
const word & name() const
Return name.
virtual void writeDict(Ostream &) const
Write dictionary.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
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,...
autoPtr< List< T > > clone() const
Clone.
UList< label > labelUList
label index() const
Return the index of this zone in zone list.
declareRunTimeSelectionTable(autoPtr, cellZone, dictionary,(const word &name, const dictionary &dict, const label index, const cellZoneMesh &zm),(name, dict, index, zm))