Cyclic patch for post-processing. More...
#include <OpenFOAM/cyclicPointPatch.H>
Cyclic patch for post-processing.
Definition at line 50 of file cyclicPointPatch.H.
Inheritance diagram for cyclicPointPatch:
Collaboration diagram for cyclicPointPatch:Public Member Functions | |
| TypeName (cyclicPolyPatch::typeName_()) | |
| Runtime type information.
| |
| cyclicPointPatch (const polyPatch &patch, const pointBoundaryMesh &bm) | |
| Construct from components.
| |
| virtual | ~cyclicPointPatch () |
| const cyclicPolyPatch & | cyclicPatch () const |
| Return the underlying cyclicPolyPatch.
| |
| bool | parallel () const |
| Are the cyclic planes parallel.
| |
| const tensorField & | forwardT () const |
| Return face transformation tensor.
| |
| const tensorField & | reverseT () const |
| Return neighbour-cell transformation tensor.
| |
| virtual const edgeList & | transformPairs () const |
| Return the set of pairs of points that require transformation.
| |
| cyclicPointPatch | ( | const polyPatch & | patch, |
| const pointBoundaryMesh & | bm | ||
| ) |
Construct from components.
Definition at line 176 of file cyclicPointPatch.C.
| ~cyclicPointPatch | ( | ) | [virtual]
|
Definition at line 188 of file cyclicPointPatch.C.
| TypeName | ( | cyclicPolyPatch:: | typeName_() ) |
Runtime type information.
| const cyclicPolyPatch& cyclicPatch | ( | ) | const [inline]
|
Return the underlying cyclicPolyPatch.
Definition at line 120 of file cyclicPointPatch.H.
| bool parallel | ( | ) | const [inline]
|
Are the cyclic planes parallel.
Definition at line 126 of file cyclicPointPatch.H.
References coupledPolyPatch::parallel().
Referenced by cyclicPointPatchField< Type >::doTransform().
| const tensorField& forwardT | ( | ) | const [inline]
|
Return face transformation tensor.
Definition at line 132 of file cyclicPointPatch.H.
References coupledPolyPatch::forwardT().
Referenced by cyclicPointPatchField< Type >::forwardT().
| const tensorField& reverseT | ( | ) | const [inline]
|
Return neighbour-cell transformation tensor.
Definition at line 138 of file cyclicPointPatch.H.
References coupledPolyPatch::reverseT().
Referenced by cyclicPointPatchField< Type >::reverseT().
| const edgeList & transformPairs | ( | ) | const [virtual]
|
Return the set of pairs of points that require transformation.
and/or mapping
Definition at line 194 of file cyclicPointPatch.C.