Cyclic patch for post-processing. More...


Public Member Functions | |
| TypeName (cyclicPolyPatch::typeName_()) | |
| Runtime type information. More... | |
| cyclicPointPatch (const polyPatch &patch, const pointBoundaryMesh &bm) | |
| Construct from components. More... | |
| cyclicPointPatch (const cyclicPointPatch &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~cyclicPointPatch () |
| Destructor. More... | |
| const cyclicPolyPatch & | cyclicPatch () const |
| Return the underlying cyclicPolyPatch. More... | |
| const cyclicPointPatch & | nbrPatch () const |
| Return neighbour point patch. More... | |
| virtual const transformer & | transform () const |
| Return transformation between the coupled patches. More... | |
| virtual const edgeList & | transformPairs () const |
| Return the set of pairs of points that require transformation. More... | |
| void | operator= (const cyclicPointPatch &)=delete |
| Disallow default bitwise assignment. 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... | |
| coupledFacePointPatch (const coupledFacePointPatch &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~coupledFacePointPatch () |
| Destructor. More... | |
| void | operator= (const coupledFacePointPatch &)=delete |
| Disallow default bitwise assignment. 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... | |
| facePointPatch (const facePointPatch &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~facePointPatch () |
| Destructor. More... | |
| const polyPatch & | patch () const |
| Return the polyPatch. More... | |
| virtual const word & | name () 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 labelList & | meshPoints () const |
| Return mesh points. More... | |
| virtual const pointField & | localPoints () const |
| Return pointField of points in patch. More... | |
| virtual const vectorField & | pointNormals () const |
| Return point unit normals. More... | |
| void | operator= (const facePointPatch &)=delete |
| Disallow default bitwise assignment. More... | |
Public Member Functions inherited from pointPatch | |
| TypeName ("basePatch") | |
| Runtime type information. More... | |
| pointPatch (const pointBoundaryMesh &bm) | |
| pointPatch (const pointPatch &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~pointPatch () |
| Destructor. More... | |
| const pointBoundaryMesh & | boundaryMesh () const |
| Return boundaryMesh reference. More... | |
| virtual void | applyConstraint (const label pointi, pointConstraint &) const |
| Accumulate the effect of constraint direction of this patch. More... | |
| void | operator= (const pointPatch &)=delete |
| Disallow default bitwise assignment. More... | |
Public Member Functions inherited from coupledPointPatch | |
| TypeName (coupledPolyPatch::typeName_()) | |
| Runtime type information. More... | |
| coupledPointPatch (const pointBoundaryMesh &bm) | |
| Construct from components. More... | |
| coupledPointPatch (const coupledPointPatch &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~coupledPointPatch () |
| Destructor. More... | |
| void | operator= (const coupledPointPatch &)=delete |
| Disallow default bitwise assignment. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from facePointPatch | |
| static autoPtr< facePointPatch > | New (const polyPatch &, const pointBoundaryMesh &) |
| Return a pointer to a new patch created on freestore from polyPatch. More... | |
Protected Attributes inherited from facePointPatch | |
| const polyPatch & | polyPatch_ |
| Reference to the underlying polyPatch. More... | |
| cyclicPointPatch | ( | const polyPatch & | patch, |
| const pointBoundaryMesh & | bm | ||
| ) |
Construct from components.
Definition at line 81 of file cyclicPointPatch.C.
|
delete |
Disallow default bitwise copy construction.
|
virtual |
Destructor.
Definition at line 94 of file cyclicPointPatch.C.
| TypeName | ( | cyclicPolyPatch::typeName_() | ) |
Runtime type information.
|
inline |
Return the underlying cyclicPolyPatch.
Definition at line 109 of file cyclicPointPatch.H.
|
inline |
Return neighbour point patch.
Definition at line 115 of file cyclicPointPatch.H.
References pointPatch::boundaryMesh(), cyclicPolyPatch::nbrPatchIndex(), and patchi.

|
inlinevirtual |
Return transformation between the coupled patches.
Definition at line 123 of file cyclicPointPatch.H.
References cyclicPolyPatch::transform().
Referenced by cyclicPointPatchField< Type >::transform().


|
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 100 of file cyclicPointPatch.C.
|
delete |
Disallow default bitwise assignment.