Public Member Functions | List of all members
cyclicPointPatch Class Reference

Cyclic patch for post-processing. More...

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

Public Member Functions

 TypeName (cyclicPolyPatch::typeName_())
 
 cyclicPointPatch (const polyPatch &patch, const pointBoundaryMesh &bm)
 
virtual ~cyclicPointPatch ()
 
virtual const wordconstraintType () const
 
const cyclicPolyPatchcyclicPatch () const
 
const cyclicPointPatchneighbPatch () const
 
bool parallel () const
 
const tensorFieldforwardT () const
 
const tensorFieldreverseT () const
 
virtual const edgeListtransformPairs () const
 
- Public Member Functions inherited from coupledFacePointPatch
 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 void applyConstraint (const label pointi, pointConstraint &) const
 
- Public Member Functions inherited from coupledPointPatch
 TypeName (coupledPolyPatch::typeName_())
 
 coupledPointPatch (const pointBoundaryMesh &bm)
 
virtual ~coupledPointPatch ()
 

Additional Inherited Members

- Static Public Member Functions inherited from facePointPatch
static autoPtr< facePointPatchNew (const polyPatch &, const pointBoundaryMesh &)
 
- Protected Member Functions inherited from facePointPatch
 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 Attributes inherited from facePointPatch
const polyPatchpolyPatch_
 

Detailed Description

Cyclic patch for post-processing.

Source files

Definition at line 48 of file cyclicPointPatch.H.

Constructor & Destructor Documentation

◆ cyclicPointPatch()

cyclicPointPatch ( const polyPatch patch,
const pointBoundaryMesh bm 
)

Definition at line 77 of file cyclicPointPatch.C.

◆ ~cyclicPointPatch()

~cyclicPointPatch ( )
virtual

Definition at line 89 of file cyclicPointPatch.C.

Member Function Documentation

◆ TypeName()

TypeName ( cyclicPolyPatch::typeName_()  )

◆ constraintType()

virtual const word& constraintType ( ) const
inlinevirtual

Reimplemented from pointPatch.

Definition at line 113 of file cyclicPointPatch.H.

References Foam::type().

Here is the call graph for this function:

◆ cyclicPatch()

const cyclicPolyPatch& cyclicPatch ( ) const
inline

Definition at line 119 of file cyclicPointPatch.H.

◆ neighbPatch()

const cyclicPointPatch& neighbPatch ( ) const
inline

Definition at line 125 of file cyclicPointPatch.H.

References pointPatch::boundaryMesh(), and cyclicPolyPatch::neighbPatchID().

Referenced by cyclicPointPatchField< Type >::swapAddSeparated().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ parallel()

bool parallel ( ) const
inline

Definition at line 133 of file cyclicPointPatch.H.

References coupledPolyPatch::parallel().

Referenced by cyclicPointPatchField< Type >::doTransform().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ forwardT()

const tensorField& forwardT ( ) const
inline

Definition at line 139 of file cyclicPointPatch.H.

References coupledPolyPatch::forwardT().

Referenced by cyclicPointPatchField< Type >::forwardT().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ reverseT()

const tensorField& reverseT ( ) const
inline

Definition at line 145 of file cyclicPointPatch.H.

References coupledPolyPatch::reverseT().

Referenced by cyclicPointPatchField< Type >::reverseT().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ transformPairs()

const Foam::edgeList & transformPairs ( ) const
virtual

Definition at line 95 of file cyclicPointPatch.C.


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