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

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

Inheritance diagram for coupledFacePointPatch:
Inheritance graph
[legend]
Collaboration diagram for coupledFacePointPatch:
Collaboration graph
[legend]

Public Member Functions

 TypeName (coupledPolyPatch::typeName_())
 
 coupledFacePointPatch (const polyPatch &patch, const pointBoundaryMesh &bm)
 
virtual ~coupledFacePointPatch ()
 
- Public Member Functions inherited from facePointPatch
 TypeName (polyPatch::typeName_())
 
 declareRunTimeSelectionTable (autoPtr, facePointPatch, polyPatch,(const polyPatch &patch, const pointBoundaryMesh &bm),(patch, bm))
 
 facePointPatch (const polyPatch &p, const pointBoundaryMesh &pm)
 
virtual ~facePointPatch ()=default
 
virtual const polyPatchpatch () const
 
virtual const wordname () const
 
virtual label size () const
 
virtual label index () const
 
virtual bool coupled () const
 
virtual const labelListmeshPoints () const
 
virtual const pointFieldlocalPoints () const
 
virtual const vectorFieldpointNormals () const
 
- Public Member Functions inherited from pointPatch
 TypeName ("basePatch")
 
 pointPatch (const pointBoundaryMesh &bm)
 
virtual ~pointPatch ()=default
 
const pointBoundaryMeshboundaryMesh () const
 
virtual const wordconstraintType () const
 
virtual void applyConstraint (const label pointi, pointConstraint &) const
 
- Public Member Functions inherited from coupledPointPatch
 TypeName (coupledPolyPatch::typeName_())
 
 coupledPointPatch (const pointBoundaryMesh &bm)
 
virtual ~coupledPointPatch ()
 

Protected Member Functions

virtual void calcGeometry (PstreamBuffers &)=0
 
- Protected Member Functions inherited from facePointPatch
virtual void initGeometry (PstreamBuffers &)
 
virtual void initMovePoints (PstreamBuffers &, const pointField &)
 
virtual void movePoints (PstreamBuffers &, const pointField &)
 
virtual void initUpdateMesh (PstreamBuffers &)
 
virtual void updateMesh (PstreamBuffers &)
 
 facePointPatch (const facePointPatch &)=delete
 
void operator= (const facePointPatch &)=delete
 
- Protected Member Functions inherited from pointPatch
 pointPatch (const pointPatch &)=delete
 
void operator= (const pointPatch &)=delete
 
- Protected Member Functions inherited from coupledPointPatch
virtual void initGeometry (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
 

Additional Inherited Members

- Static Public Member Functions inherited from facePointPatch
static autoPtr< facePointPatchNew (const polyPatch &, const pointBoundaryMesh &)
 
- Protected Attributes inherited from facePointPatch
const polyPatchpolyPatch_
 

Detailed Description

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

Source files

Definition at line 51 of file coupledFacePointPatch.H.

Constructor & Destructor Documentation

◆ coupledFacePointPatch()

coupledFacePointPatch ( const polyPatch patch,
const pointBoundaryMesh bm 
)

Definition at line 35 of file coupledFacePointPatch.C.

◆ ~coupledFacePointPatch()

~coupledFacePointPatch ( )
virtual

Definition at line 48 of file coupledFacePointPatch.C.

Member Function Documentation

◆ calcGeometry()

virtual void calcGeometry ( PstreamBuffers )
protectedpure virtual

◆ TypeName()

TypeName ( coupledPolyPatch::typeName_()  )

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