52 polyPatch(name, size, start, index, bm, patchType)
65 polyPatch(name, dict, index, bm, patchType),
66 actualTypeName_(dict.
lookup(
"type")),
78 actualTypeName_(pp.actualTypeName_),
92 polyPatch(pp, bm, index, newSize, newStart),
93 actualTypeName_(pp.actualTypeName_),
107 polyPatch(pp, bm, index, mapAddressing, newStart),
108 actualTypeName_(pp.actualTypeName_),
132 iter().keyword() !=
"type" 133 && iter().keyword() !=
"nFaces" 134 && iter().keyword() !=
"startFace" 135 && iter().keyword() !=
"inGroups" 136 && iter().keyword() !=
"faces" virtual void write(Ostream &) const
Write the polyPatch data as a dictionary.
A list of keyword definitions, which are a keyword followed by any number of values (e...
#define forAllConstIter(Container, container, iter)
Iterate across all elements in the container object of type.
Macros for easy insertion into run-time selection tables.
~genericPolyPatch()
Destructor.
A class for handling words, derived from string.
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)
defineTypeNameAndDebug(combustionModel, 0)
void writeEntry(Ostream &os, const HashTable< T, Key, Hash > &ht)
void write(Ostream &) const
Write patchIdentifier as a dictionary.
Substitute for unknown patches. Used for postprocessing when only basic polyPatch info is needed...
genericPolyPatch(const word &name, const label size, const label start, const label index, const polyBoundaryMesh &bm, const word &patchType)
Construct from components.
A patch is a list of labels that address the faces in the global face list.
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.