Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes
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_())
 Runtime type information. More...
 
 coupledFacePointPatch (const polyPatch &patch, const pointBoundaryMesh &bm)
 Construct from components. More...
 
virtual ~coupledFacePointPatch ()
 Destructor. More...
 
- Public Member Functions inherited from facePointPatch
 TypeName (polyPatch::typeName_())
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, facePointPatch, polyPatch,(const polyPatch &patch, const pointBoundaryMesh &bm),(patch, bm))
 
 facePointPatch (const polyPatch &, const pointBoundaryMesh &)
 Construct from polyPatch. More...
 
virtual ~facePointPatch ()
 Destructor. More...
 
const polyPatchpatch () const
 Return the polyPatch. More...
 
virtual const wordname () const
 Return name. More...
 
virtual label size () const
 Return size. More...
 
virtual label index () const
 Return the index of this patch in the pointBoundaryMesh. More...
 
virtual bool coupled () const
 Return true if this patch field is coupled. More...
 
virtual const labelListmeshPoints () const
 Return mesh points. More...
 
virtual const pointFieldlocalPoints () const
 Return pointField of points in patch. More...
 
virtual const vectorFieldpointNormals () const
 Return point unit normals. More...
 
- Public Member Functions inherited from pointPatch
 TypeName ("basePatch")
 Runtime type information. More...
 
 pointPatch (const pointBoundaryMesh &bm)
 
virtual ~pointPatch ()
 Destructor. More...
 
const pointBoundaryMeshboundaryMesh () const
 Return boundaryMesh reference. More...
 
virtual const wordconstraintType () const
 Return the constraint type this pointPatch implements. More...
 
virtual void applyConstraint (const label pointi, pointConstraint &) const
 Accumulate the effect of constraint direction of this patch. More...
 
- Public Member Functions inherited from coupledPointPatch
 TypeName (coupledPolyPatch::typeName_())
 Runtime type information. More...
 
 coupledPointPatch (const pointBoundaryMesh &bm)
 Construct from components. More...
 
virtual ~coupledPointPatch ()
 Destructor. More...
 

Protected Member Functions

virtual void calcGeometry (PstreamBuffers &)=0
 Calculate mesh points. More...
 
- Protected Member Functions inherited from facePointPatch
virtual void initGeometry (PstreamBuffers &)
 Initialise the calculation of the patch geometry. More...
 
virtual void initMovePoints (PstreamBuffers &, const pointField &)
 Initialise the patches for moving points. More...
 
virtual void movePoints (PstreamBuffers &, const pointField &)
 Correct patches after moving points. More...
 
virtual void initUpdateMesh (PstreamBuffers &)
 Initialise the update of the patch topology. More...
 
virtual void updateMesh (PstreamBuffers &)
 Update of the patch topology. More...
 
- Protected Member Functions inherited from coupledPointPatch
virtual void initGeometry (PstreamBuffers &)=0
 Initialise the calculation of 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...
 

Private Member Functions

 coupledFacePointPatch (const coupledFacePointPatch &)
 Disallow default construct as copy. More...
 
void operator= (const coupledFacePointPatch &)
 Disallow default assignment. More...
 

Private Attributes

const coupledPolyPatchcoupledPolyPatch_
 

Additional Inherited Members

- Static Public Member Functions inherited from facePointPatch
static autoPtr< facePointPatchNew (const polyPatch &, const pointBoundaryMesh &)
 Return a pointer to a new patch created on freestore from polyPatch. More...
 
- Protected Attributes inherited from facePointPatch
const polyPatchpolyPatch_
 Reference to the underlying polyPatch. More...
 

Detailed Description

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

Source files

Definition at line 53 of file coupledFacePointPatch.H.

Constructor & Destructor Documentation

◆ coupledFacePointPatch() [1/2]

Disallow default construct as copy.

◆ coupledFacePointPatch() [2/2]

coupledFacePointPatch ( const polyPatch patch,
const pointBoundaryMesh bm 
)

Construct from components.

Definition at line 40 of file coupledFacePointPatch.C.

◆ ~coupledFacePointPatch()

~coupledFacePointPatch ( )
virtual

Destructor.

Definition at line 53 of file coupledFacePointPatch.C.

Member Function Documentation

◆ operator=()

void operator= ( const coupledFacePointPatch )
private

Disallow default assignment.

◆ calcGeometry()

virtual void calcGeometry ( PstreamBuffers )
protectedpure virtual

Calculate mesh points.

Implements coupledPointPatch.

Implemented in cyclicACMIPointPatch, cyclicAMIPointPatch, cyclicPointPatch, and processorPointPatch.

◆ TypeName()

TypeName ( coupledPolyPatch::typeName_()  )

Runtime type information.

Field Documentation

◆ coupledPolyPatch_

const coupledPolyPatch& coupledPolyPatch_
private

Definition at line 60 of file coupledFacePointPatch.H.


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