52 const int neighbProcNo,
53 const word& referPatchName,
60 newName(referPatchName, myProcNo, neighbProcNo),
70 referPatchName_(referPatchName),
87 tag_(
dict.getOrDefault<int>(
"tag", -1)),
99 referPatchName_(pp.referPatchName()),
115 referPatchName_(pp.referPatchName_),
127 const label newStart,
128 const word& referPatchName
132 referPatchName_(referPatchName),
148 referPatchName_(pp.referPatchName()),
164 const word& cyclicPolyPatchName,
165 const label myProcNo,
166 const label neighbProcNo
172 + cyclicPolyPatchName;
178 const word& cyclicPolyPatchName,
186 "procBoundary.*to.*through" + cyclicPolyPatchName,
216 <<
"Tag calculated from cyclic patch name " << tag_
217 <<
" is the same as the current message type " 219 <<
"Please set a non-conflicting, unique, tag by hand" 220 <<
" using the 'tag' entry" 225 Pout<<
"processorCyclicPolyPatch " <<
name() <<
" uses tag " << tag_
265 neighbFaceCellCentres()
268 if (isA<cyclicPolyPatch>(pp))
276 neighbFaceCellCentres(),
288 PstreamBuffers& pBufs,
348 UIPstream fromNeighbour(neighbProcNo(), pBufs);
349 fromNeighbour >> masterPts >> masterFaces;
356 const cyclicPolyPatch& cycPatch =
357 refCast<const cyclicPolyPatch>(referPatch());
362 cycPatch.neighbPatch().initOrder(pBufs, masterPtr());
364 return cycPatch.order(pBufs, pp,
faceMap, rotation);
virtual void write(Ostream &) const
Write the polyPatch data as a dictionary.
Neighbour processor patch.
const List< face_type > & localFaces() const
Return patch faces addressing into local point list.
errorManipArg< error, int > exit(error &err, const int errNo=1)
const Field< point_type > & localPoints() const
Return pointField of points in patch.
error FatalError
Error stream (stdout output on all processes), with additional 'FOAM FATAL ERROR' header text and sta...
A list of keyword definitions, which are a keyword followed by a number of values (eg...
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
constexpr char nl
The newline '\n' character (0x0a)
static word newName(const label myProcNo, const label neighbProcNo)
Return the name of a processorPolyPatch.
Ostream & endl(Ostream &os)
Add newline and flush stream.
void calcGeometry(PstreamBuffers &)
Calculate the patch geometry.
static bool & parRun() noexcept
Test if this a parallel run.
void movePoints(PstreamBuffers &, const pointField &)
Correct patches after moving points.
The coupledPolyPatch is an abstract base class for patches that couple regions of the computational d...
Ostream & writeEntry(const keyType &key, const T &value)
Write a keyword/value entry.
static int & msgType() noexcept
Message tag of standard messages.
virtual void initOrder(PstreamBuffers &, const primitivePatch &) const
Initialize ordering for primitivePatch. Does not.
Lookup type of boundary radiation properties.
Macros for easy insertion into run-time selection tables.
Pair< int > faceMap(const label facePi, const face &faceP, const label faceNi, const face &faceN)
Neighbour processor patch.
labelList indices(const wordRe &matcher, const bool useGroups=true) const
Return (sorted) patch indices for all matches.
void reset(T *p=nullptr) noexcept
Delete managed object and set to new given pointer.
Input inter-processor communications stream using MPI send/recv etc. - operating on external buffer...
A list of faces which address into the list of points.
A List obtained as a section of another List.
vectorField pointField
pointField is a vectorField.
virtual void calcGeometry(PstreamBuffers &)=0
Calculate the patch geometry.
word name(const expressions::valueTypeCode typeCode)
A word representation of a valueTypeCode. Empty for INVALID.
virtual void initUpdateMesh(PstreamBuffers &)
Initialise the update of the patch topology.
virtual bool order(PstreamBuffers &, const primitivePatch &, labelList &faceMap, labelList &rotation) const
Return new ordering for primitivePatch.
A class for handling words, derived from Foam::string.
virtual void updateMesh(PstreamBuffers &)
Update of the patch topology.
A wordRe is a Foam::word, but can contain a regular expression for matching words or strings...
Ostream & writeEntryIfDifferent(const word &key, const T &value1, const T &value2)
Write a keyword/value entry only when the two values differ.
virtual ~processorCyclicPolyPatch()
void initGeometry(PstreamBuffers &)
Initialise the calculation of the patch geometry.
A polyBoundaryMesh is a polyPatch list with additional search methods and registered IO...
const word & name() const noexcept
The patch name.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
Output inter-processor communications stream using MPI send/recv etc. - operating on external buffer...
int debug
Static debugging option.
OBJstream os(runTime.globalPath()/outputName)
defineTypeNameAndDebug(combustionModel, 0)
virtual void updateMesh(PstreamBuffers &)
Update of the patch topology.
Buffers for inter-processor communications streams (UOPstream, UIPstream).
PrimitivePatch< SubList< face >, const pointField & > primitivePatch
A PrimitivePatch with a SubList addressing for the faces, const reference for the point field...
void initGeometry(PstreamBuffers &)
Initialise the calculation of the patch geometry.
addToRunTimeSelectionTable(decompositionMethod, kahipDecomp, dictionary)
Hashing functor for string and derived string classes.
void initMovePoints(PstreamBuffers &, const pointField &)
Initialise the patches for moving points.
static labelList patchIDs(const word &cyclicPolyPatchName, const polyBoundaryMesh &bm)
Return the indices of a processorCyclicPolyPatchs.
virtual void write(Ostream &) const
Write the polyPatch data as a dictionary.
processorCyclicPolyPatch(const label size, const label start, const label index, const polyBoundaryMesh &bm, const int myProcNo, const int neighbProcNo, const word &referPatchName, const transformType transform=UNKNOWN, const word &patchType=typeName)
Construct from components.
virtual int tag() const
Return message tag to use for communication.
Pointer management similar to std::unique_ptr, with some additional methods and type checking...
const cyclicPolyPatch & neighbPatch() const
A patch is a list of labels that address the faces in the global face list.
void calcGeometry(PstreamBuffers &)
Calculate the patch geometry.
dimensionSet transform(const dimensionSet &ds)
Return the argument; transformations do not change the dimensions.
static word newName(const word &cyclicPolyPatchName, const label myProcNo, const label neighbProcNo)
Return the name of a processorCyclicPolyPatch.
virtual void initUpdateMesh(PstreamBuffers &)
Initialise the update of the patch topology.
prefixOSstream Pout
OSstream wrapped stdout (std::cout) with parallel prefix.