52 polyPatch(name, size, start, index, bm, patchType),
56 if (
findIndex(inGroups(), typeName) == -1)
58 inGroups().append(typeName);
69 const word& sampleRegion,
71 const word& samplePatch,
76 polyPatch(name, size, start, index, bm, typeName),
79 static_cast<const polyPatch&>(*
this),
94 const word& sampleRegion,
96 const word& samplePatch,
101 polyPatch(name, size, start, index, bm, typeName),
104 static_cast<const polyPatch&>(*
this),
119 const word& patchType
122 polyPatch(name, dict, index, bm, patchType),
126 if (
findIndex(inGroups(), typeName) == -1)
128 inGroups().append(typeName);
153 polyPatch(pp, bm, index, newSize, newStart),
167 polyPatch(pp, bm, index, mapAddressing, newStart),
Determines a mapping between patch face centres and mesh cell or face centres and processors they're ...
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual void write(Ostream &) const
Write as a dictionary.
mappedPolyPatch(const word &name, const label size, const label start, const label index, const polyBoundaryMesh &bm, const word &patchType)
Construct from components.
virtual void initTopoChange(PstreamBuffers &)
Initialise the update of the patch topology.
virtual void calcGeometry(PstreamBuffers &)
Calculate the patch geometry.
virtual void initMovePoints(PstreamBuffers &, const pointField &)
Initialise the patches for moving points.
virtual void initMovePoints(PstreamBuffers &, const pointField &)
Initialise the patches for moving points.
virtual void initTopoChange(PstreamBuffers &)
Initialise the update of the patch topology.
Macros for easy insertion into run-time selection tables.
virtual void write(Ostream &) const
Write the polyPatch data as a dictionary.
A class for handling words, derived from string.
virtual void movePoints(PstreamBuffers &, const pointField &)
Correct patches after moving points.
Determines a mapping between patch face centres and mesh cell or face centres and processors they're ...
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...
virtual void calcGeometry(PstreamBuffers &)
Calculate the patch geometry.
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
defineTypeNameAndDebug(combustionModel, 0)
label findIndex(const ListType &, typename ListType::const_reference, const label start=0)
Find first occurrence of given element and return index,.
Buffers for inter-processor communications streams (UOPstream, UIPstream).
virtual void topoChange(PstreamBuffers &)
Update of the patch topology.
virtual void topoChange(PstreamBuffers &)
Update of the patch topology.
virtual void movePoints(const pointField &p)
Correct patches after moving points.
virtual void write(Ostream &) const
Write the polyPatch data as a dictionary.
virtual void initCalcGeometry(PstreamBuffers &)
Initialise the calculation of the patch geometry.
sampleMode
Mesh items to sample.
A patch is a list of labels that address the faces in the global face list.
virtual ~mappedPolyPatch()
Destructor.
virtual void initCalcGeometry(PstreamBuffers &)
Initialise the calculation of the patch geometry.