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>
136 return refCast<const cyclicFvPatch>
virtual tmp< vectorField > delta() const
Return delta (P to N) vectors across coupled patch.
virtual label neighbPatchID() const
Return neighbour.
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 tmp< labelField > internalFieldTransfer(const Pstream::commsTypes commsType, const labelUList &internalData) const
Return neighbour field.
virtual const tensorField & reverseT() const
Return neighbour-cell transformation tensor.
void makeWeights(scalarField &) const
Make patch weighting factors.
commsTypes
Types of communications.
virtual label neighbPatchID() const
Neighbour patchID.
virtual const tensorField & forwardT() const
Return face transformation tensor.
To & refCast(From &r)
Reference type cast template function.
An abstract base class for patches that couple regions of the computational domain e...
An abstract base class for cyclic coupled interfaces.
virtual const cyclicFvPatch & neighbPatch() const
Return processor number.
virtual const tensorField & reverseT() const
Return neighbour-cell transformation tensor.
const polyPatch & patch() const
Return the polyPatch.
virtual bool owner() const
cyclicFvPatch(const polyPatch &patch, const fvBoundaryMesh &bm)
Construct from polyPatch.
const cyclicPolyPatch & cyclicPatch() const
Return local reference cast into the cyclic patch.
virtual bool parallel() const
Are the cyclic planes parallel.
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
TypeName(cyclicPolyPatch::typeName_())
Runtime type information.
const cyclicFvPatch & neighbFvPatch() const
virtual bool parallel() const
Are the cyclic planes parallel.
virtual bool owner() const
Does this side own the patch ?
virtual const tensorField & forwardT() const
Return face transformation tensor.
A class for managing temporary objects.
A patch is a list of labels that address the faces in the global face list.
virtual tmp< labelField > interfaceInternalField(const labelUList &internalData) const
Return the values of the given internal data adjacent to.
const fvBoundaryMesh & boundaryMesh() const
Return boundaryMesh reference.