coupled patch for post-processing. Used as the base class for processor and cyclic pointPatches
More...
#include <OpenFOAM/coupledPointPatch.H>
Detailed Description
coupled patch for post-processing. Used as the base class for processor and cyclic pointPatches
- Source files
-
Definition at line 52 of file coupledPointPatch.H.
List of all members.
Protected Member Functions |
virtual void | initGeometry ()=0 |
| Initialise the calculation of the patch geometry.
|
virtual void | calcGeometry ()=0 |
| Calculate the patch geometry.
|
virtual void | initMovePoints (const pointField &)=0 |
| Initialise the patches for moving points.
|
virtual void | movePoints (const pointField &)=0 |
| Correct patches after moving points.
|
virtual void | initUpdateMesh ()=0 |
| Initialise the update of the patch topology.
|
virtual void | updateMesh ()=0 |
| Update of the patch topology.
|
Constructor & Destructor Documentation
Member Function Documentation
virtual void initGeometry |
( |
| ) |
|
|
protectedpure virtual |
Initialise the calculation of the patch geometry.
virtual void calcGeometry |
( |
| ) |
|
|
protectedpure virtual |
virtual void initMovePoints |
( |
const pointField & |
| ) |
|
|
protectedpure virtual |
Initialise the patches for moving points.
Correct patches after moving points.
virtual void initUpdateMesh |
( |
| ) |
|
|
protectedpure virtual |
Initialise the update of the patch topology.
virtual void updateMesh |
( |
| ) |
|
|
protectedpure virtual |
Update of the patch topology.
TypeName |
( |
coupledPolyPatch:: |
typeName_() | ) |
|
virtual bool coupled |
( |
| ) |
const |
|
inlinevirtual |
The documentation for this class was generated from the following files: