cyclicPointPatch Class Reference

Cyclic patch for post-processing. More...

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

Public Member Functions

 TypeName (cyclicPolyPatch::typeName_())
 Runtime type information. More...
 
 cyclicPointPatch (const polyPatch &patch, const pointBoundaryMesh &bm)
 Construct from components. More...
 
virtual ~cyclicPointPatch ()
 Destructor. More...
 
virtual const wordconstraintType () const
 Return the constraint type this pointPatch implements. More...
 
const cyclicPolyPatchcyclicPatch () const
 Return the underlying cyclicPolyPatch. More...
 
const cyclicPointPatchneighbPatch () const
 Return neighbour point patch. More...
 
bool parallel () const
 Are the cyclic planes parallel. More...
 
const tensorFieldforwardT () const
 Return face transformation tensor. More...
 
const tensorFieldreverseT () const
 Return neighbour-cell transformation tensor. More...
 
virtual const edgeListtransformPairs () const
 Return the set of pairs of points that require transformation. More...
 
- Public Member Functions inherited from coupledFacePointPatch
 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 &p, const pointBoundaryMesh &pm)
 Construct from polyPatch and boundary mesh. More...
 
virtual ~facePointPatch ()=default
 Destructor. More...
 
virtual 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)
 Construct from boundary mesh. More...
 
virtual ~pointPatch ()=default
 Destructor. More...
 
const pointBoundaryMeshboundaryMesh () const
 Return boundaryMesh reference. 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...
 

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 Member Functions inherited from facePointPatch
 facePointPatch (const facePointPatch &)=delete
 No copy construct. More...
 
void operator= (const facePointPatch &)=delete
 No copy assignment. More...
 
- Protected Member Functions inherited from pointPatch
 pointPatch (const pointPatch &)=delete
 No copy construct. More...
 
void operator= (const pointPatch &)=delete
 No copy assignment. More...
 
- Protected Attributes inherited from facePointPatch
const polyPatchpolyPatch_
 Reference to the underlying polyPatch. More...
 

Detailed Description

Cyclic patch for post-processing.

Source files

Definition at line 52 of file cyclicPointPatch.H.

Constructor & Destructor Documentation

◆ cyclicPointPatch()

cyclicPointPatch ( const polyPatch patch,
const pointBoundaryMesh bm 
)

Construct from components.

Definition at line 84 of file cyclicPointPatch.C.

◆ ~cyclicPointPatch()

~cyclicPointPatch ( )
virtual

Destructor.

Definition at line 96 of file cyclicPointPatch.C.

Member Function Documentation

◆ TypeName()

TypeName ( cyclicPolyPatch::typeName_()  )

Runtime type information.

◆ constraintType()

virtual const word& constraintType ( ) const
inlinevirtual

Return the constraint type this pointPatch implements.

Reimplemented from pointPatch.

Definition at line 117 of file cyclicPointPatch.H.

References Foam::type().

Here is the call graph for this function:

◆ cyclicPatch()

const cyclicPolyPatch& cyclicPatch ( ) const
inline

Return the underlying cyclicPolyPatch.

Definition at line 123 of file cyclicPointPatch.H.

◆ neighbPatch()

const cyclicPointPatch& neighbPatch ( ) const
inline

Return neighbour point patch.

Definition at line 129 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

Are the cyclic planes parallel.

Definition at line 137 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

Return face transformation tensor.

Definition at line 143 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

Return neighbour-cell transformation tensor.

Definition at line 149 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

Return the set of pairs of points that require transformation.

and/or mapping. First index is on this patch, second on the neighbour patch.

Definition at line 102 of file cyclicPointPatch.C.


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