Public Member Functions | Protected Member Functions | List of all members
coupledPointPatch Class Referenceabstract

coupled patch for post-processing. Used as the base class for processor and cyclic pointPatches More...

Inheritance diagram for coupledPointPatch:
Inheritance graph
[legend]

Public Member Functions

 TypeName (coupledPolyPatch::typeName_())
 
 coupledPointPatch (const pointBoundaryMesh &bm)
 
virtual ~coupledPointPatch ()
 

Protected Member Functions

virtual void initGeometry (PstreamBuffers &)=0
 
virtual void calcGeometry (PstreamBuffers &)=0
 
virtual void initMovePoints (PstreamBuffers &, const pointField &)=0
 
virtual void movePoints (PstreamBuffers &, const pointField &)=0
 
virtual void initUpdateMesh (PstreamBuffers &)=0
 
virtual void updateMesh (PstreamBuffers &)=0
 

Detailed Description

coupled patch for post-processing. Used as the base class for processor and cyclic pointPatches

Source files

Definition at line 49 of file coupledPointPatch.H.

Constructor & Destructor Documentation

◆ coupledPointPatch()

Definition at line 36 of file coupledPointPatch.C.

◆ ~coupledPointPatch()

~coupledPointPatch ( )
virtual

Definition at line 42 of file coupledPointPatch.C.

Member Function Documentation

◆ initGeometry()

virtual void initGeometry ( PstreamBuffers )
protectedpure virtual

◆ calcGeometry()

virtual void calcGeometry ( PstreamBuffers )
protectedpure virtual

◆ initMovePoints()

virtual void initMovePoints ( PstreamBuffers ,
const pointField  
)
protectedpure virtual

◆ movePoints()

virtual void movePoints ( PstreamBuffers ,
const pointField  
)
protectedpure virtual

◆ initUpdateMesh()

virtual void initUpdateMesh ( PstreamBuffers )
protectedpure virtual

◆ updateMesh()

virtual void updateMesh ( PstreamBuffers )
protectedpure virtual

◆ TypeName()

TypeName ( coupledPolyPatch::typeName_()  )

The documentation for this class was generated from the following files: