Go to the documentation of this file.
35 #ifndef cyclicPointPatch_H
36 #define cyclicPointPatch_H
94 TypeName(cyclicPolyPatch::typeName_());
132 return refCast<const cyclicPointPatch>(pp);
const tensorField & reverseT() const
Return neighbour-cell transformation tensor.
A class for handling words, derived from string.
virtual void initUpdateMesh(PstreamBuffers &)
Initialise the update of the patch topology.
virtual const tensorField & forwardT() const
Return face transformation tensor.
Buffers for inter-processor communications streams (UOPstream, UIPstream).
const cyclicPolyPatch & cyclicPolyPatch_
Local reference cast into the cyclic patch.
virtual const tensorField & reverseT() const
Return neighbour-cell transformation tensor.
const cyclicPolyPatch & cyclicPatch() const
Return the underlying cyclicPolyPatch.
Basic pointPatch represents a set of points from the mesh.
Cyclic patch for post-processing.
const cyclicPointPatch & neighbPatch() const
Return neighbour point patch.
virtual bool parallel() const
Are the cyclic planes parallel.
const tensorField & forwardT() const
Return face transformation tensor.
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 const edgeList & transformPairs() const
Return the set of pairs of points that require transformation.
Pre-declare SubField and related Field type.
A patch is a list of labels that address the faces in the global face list.
const polyPatch & patch() const
Return the polyPatch.
coupled patch for post-processing. Used as the base class for processor and cyclic pointPatches
virtual void initGeometry(PstreamBuffers &)
Initialise the calculation of the patch geometry.
bool parallel() const
Are the cyclic planes parallel.
virtual void calcGeometry(PstreamBuffers &)
Calculate the patch geometry.
friend class cyclicPointPatch
void operator=(const cyclicPointPatch &)
Disallow default assignment.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
const pointBoundaryMesh & boundaryMesh() const
Return boundaryMesh reference.
virtual ~cyclicPointPatch()
Destructor.
TypeName(cyclicPolyPatch::typeName_())
Runtime type information.
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
virtual void updateMesh(PstreamBuffers &)
Update of the patch topology.
virtual label neighbPatchID() const
Neighbour patchID.
virtual const word & constraintType() const
Return the constraint type this pointPatch implements.
virtual void initMovePoints(PstreamBuffers &, const pointField &)
Initialise the patches for moving points.
virtual void movePoints(PstreamBuffers &, const pointField &)
Correct patches after moving points.