Go to the documentation of this file.
35 #ifndef cyclicFvPatch_H
36 #define cyclicFvPatch_H
73 TypeName(cyclicPolyPatch::typeName_());
102 virtual bool owner()
const
110 return refCast<const cyclicFvPatch>
136 return refCast<const cyclicFvPatch>
virtual bool parallel() const
Are the cyclic planes parallel.
void makeWeights(scalarField &) const
Make patch weighting factors.
virtual tmp< labelField > interfaceInternalField(const labelUList &internalData) const
Return the values of the given internal data adjacent to.
A class for managing temporary objects.
virtual const tensorField & forwardT() const
Return face transformation tensor.
virtual const tensorField & reverseT() const
Return neighbour-cell transformation tensor.
const fvBoundaryMesh & boundaryMesh() const
Return boundaryMesh reference.
virtual const tensorField & reverseT() const
Return neighbour-cell transformation tensor.
virtual bool parallel() const
Are the cyclic planes parallel.
const cyclicFvPatch & neighbFvPatch() const
TypeName(cyclicPolyPatch::typeName_())
Runtime type information.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Pre-declare SubField and related Field type.
A patch is a list of labels that address the faces in the global face list.
virtual tmp< vectorField > delta() const
Return delta (P to N) vectors across coupled patch.
virtual bool owner() const
Does this side own the patch ?
virtual bool owner() const
To & refCast(From &r)
Reference type cast template function.
virtual const tensorField & forwardT() const
Return face transformation tensor.
commsTypes
Types of communications.
virtual const cyclicFvPatch & neighbPatch() const
Return processor number.
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
virtual label neighbPatchID() const
Return neighbour.
const polyPatch & patch() const
Return the polyPatch.
virtual tmp< labelField > internalFieldTransfer(const Pstream::commsTypes commsType, const labelUList &internalData) const
Return neighbour field.
An abstract base class for patches that couple regions of the computational domain e....
const cyclicPolyPatch & cyclicPolyPatch_
virtual label neighbPatchID() const
Neighbour patchID.
cyclicFvPatch(const polyPatch &patch, const fvBoundaryMesh &bm)
Construct from polyPatch.
An abstract base class for cyclic coupled interfaces.
const cyclicPolyPatch & cyclicPatch() const
Return local reference cast into the cyclic patch.