coupled patch for post-processing. Used as the base class for processor and cyclic pointPatches More...
Public Member Functions | |
TypeName (coupledPolyPatch::typeName_()) | |
Runtime type information. More... | |
coupledPointPatch (const pointBoundaryMesh &bm) | |
Construct from components. More... | |
virtual | ~coupledPointPatch () |
Destructor. More... | |
Protected Member Functions | |
virtual void | initCalcGeometry (PstreamBuffers &)=0 |
Initialise the calculation of the patch geometry. More... | |
virtual void | calcGeometry (PstreamBuffers &)=0 |
Calculate the patch geometry. More... | |
virtual void | initMovePoints (PstreamBuffers &, const pointField &)=0 |
Initialise the patches for moving points. More... | |
virtual void | movePoints (PstreamBuffers &, const pointField &)=0 |
Correct patches after moving points. More... | |
virtual void | initUpdateMesh (PstreamBuffers &)=0 |
Initialise the update of the patch topology. More... | |
virtual void | updateMesh (PstreamBuffers &)=0 |
Update of the patch topology. More... | |
coupled patch for post-processing. Used as the base class for processor and cyclic pointPatches
Definition at line 51 of file coupledPointPatch.H.
coupledPointPatch | ( | const pointBoundaryMesh & | bm | ) |
Construct from components.
Definition at line 41 of file coupledPointPatch.C.
|
virtual |
Destructor.
Definition at line 47 of file coupledPointPatch.C.
|
protectedpure virtual |
Initialise the calculation of the patch geometry.
Implemented in cyclicAMIPointPatch.
|
protectedpure virtual |
Calculate the patch geometry.
Implemented in coupledFacePointPatch, and cyclicAMIPointPatch.
|
protectedpure virtual |
Initialise the patches for moving points.
Implemented in cyclicAMIPointPatch.
|
protectedpure virtual |
Correct patches after moving points.
Implemented in cyclicAMIPointPatch.
|
protectedpure virtual |
Initialise the update of the patch topology.
Implemented in cyclicAMIPointPatch.
|
protectedpure virtual |
Update of the patch topology.
Implemented in cyclicAMIPointPatch.
TypeName | ( | coupledPolyPatch::typeName_() | ) |
Runtime type information.