coupled patch for post-processing. Used as the base class for processor and cyclic pointPatches More...
#include <coupledPointPatch.H>

Public Member Functions | |
| TypeName (coupledPolyPatch::typeName_()) | |
| Runtime type information. | |
| coupledPointPatch (const pointBoundaryMesh &bm) | |
| Construct from components. | |
| virtual | ~coupledPointPatch ()=default |
| Destructor. | |
Protected Member Functions | |
| virtual void | initGeometry (PstreamBuffers &)=0 |
| Initialise the calculation of the patch geometry. | |
| virtual void | calcGeometry (PstreamBuffers &)=0 |
| Calculate the patch geometry. | |
| virtual void | initMovePoints (PstreamBuffers &, const pointField &)=0 |
| Initialise the patches for moving points. | |
| virtual void | movePoints (PstreamBuffers &, const pointField &)=0 |
| Correct patches after moving points. | |
| virtual void | initUpdateMesh (PstreamBuffers &)=0 |
| Initialise the update of the patch topology. | |
| virtual void | updateMesh (PstreamBuffers &)=0 |
| Update of the patch topology. | |
| coupledPointPatch (const coupledPointPatch &)=delete | |
| No copy construct. | |
| void | operator= (const coupledPointPatch &)=delete |
| No copy assignment. | |
coupled patch for post-processing. Used as the base class for processor and cyclic pointPatches
Definition at line 50 of file coupledPointPatch.H.
|
protecteddelete |
No copy construct.
References coupledPointPatch().
Referenced by coupledFacePointPatch::coupledFacePointPatch(), coupledFacePointPatch::coupledFacePointPatch(), coupledPointPatch(), and operator=().


|
explicit |
Construct from components.
Definition at line 34 of file coupledPointPatch.C.
|
virtualdefault |
Destructor.
|
protectedpure virtual |
Initialise the calculation of the patch geometry.
Implemented in cyclicACMIPointPatch, and cyclicAMIPointPatch.
|
protectedpure virtual |
Calculate the patch geometry.
Implemented in coupledFacePointPatch, cyclicACMIPointPatch, and cyclicAMIPointPatch.
|
protectedpure virtual |
Initialise the patches for moving points.
Implemented in cyclicACMIPointPatch, and cyclicAMIPointPatch.
|
protectedpure virtual |
Correct patches after moving points.
Implemented in cyclicACMIPointPatch, and cyclicAMIPointPatch.
|
protectedpure virtual |
Initialise the update of the patch topology.
Implemented in cyclicACMIPointPatch, and cyclicAMIPointPatch.
|
protectedpure virtual |
Update of the patch topology.
Implemented in cyclicACMIPointPatch, and cyclicAMIPointPatch.
|
protecteddelete |
| TypeName | ( | coupledPolyPatch::typeName_() | ) |
Runtime type information.