FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

cyclicPointPatch Class Reference

Cyclic patch for post-processing. More...

#include <OpenFOAM/cyclicPointPatch.H>


Detailed Description

Cyclic patch for post-processing.

Source files

Definition at line 50 of file cyclicPointPatch.H.

Inheritance diagram for cyclicPointPatch:
Collaboration diagram for cyclicPointPatch:

List of all members.

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.

Constructor & Destructor Documentation

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.


Member Function Documentation

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.


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