35 #ifndef cyclicFvPatch_H
36 #define cyclicFvPatch_H
73 TypeName(cyclicPolyPatch::typeName_());
93 return cyclicPolyPatch_;
102 virtual bool owner()
const
104 return cyclicPolyPatch_.
owner();
110 return refCast<const cyclicFvPatch>
124 return refCast<const cyclicFvPatch>
commsTypes
Types of communications.
An abstract base class for patches that couple regions of the computational domain e....
virtual label nbrPatchIndex() const
Return neighbour.
virtual tmp< labelField > internalFieldTransfer(const Pstream::commsTypes commsType, const labelUList &internalData) const
Return neighbour field.
virtual bool owner() const
Does this side own the patch ?
void makeWeights(scalarField &) const
Make patch weighting factors.
cyclicFvPatch(const polyPatch &patch, const fvBoundaryMesh &bm)
Construct from polyPatch.
TypeName(cyclicPolyPatch::typeName_())
Runtime type information.
virtual const transformer & transform() const
Return transformation between the coupled patches.
const cyclicFvPatch & neighbFvPatch() const
virtual tmp< vectorField > delta() const
Return delta (P to N) vectors across coupled patch.
const cyclicPolyPatch & cyclicPatch() const
Return local reference cast into the cyclic patch.
virtual tmp< labelField > interfaceInternalField(const labelUList &internalData) const
Return the values of the given internal data adjacent to.
virtual const cyclicFvPatch & nbrPatch() const
Return processor number.
An abstract base class for cyclic coupled interfaces.
virtual bool owner() const
Does this side own the patch ?
virtual const transformer & transform() const
Return transformation between the coupled patches.
virtual label nbrPatchIndex() const
Neighbour patchID.
const polyPatch & patch() const
Return the polyPatch.
const fvBoundaryMesh & boundaryMesh() const
Return boundaryMesh reference.
A patch is a list of labels that address the faces in the global face list.
A class for managing temporary objects.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
To & refCast(From &r)
Reference type cast template function.