OpenFOAM logo
Open Source CFD Toolkit

coupledFvPatch Class Reference

Inheritance diagram for coupledFvPatch:

Inheritance graph
[legend]
Collaboration diagram for coupledFvPatch:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TypeName (coupledPolyPatch::typeName_())
 Runtime type information.
 coupledFvPatch (const polyPatch &patch, const fvBoundaryMesh &bm)
 Construct from polyPatch.
virtual ~coupledFvPatch ()
virtual bool coupled () const
 Return true because this patch is coupled.
const tensorFieldforwardT () const
 Return face transformation tensor.
const tensorFieldreverseT () const
 Return neighbour-cell transformation tensor.
bool parallel () const
 Are the cyclic planes parallel.
virtual tmp< vectorFielddelta () const =0
 Return delta (P to N) vectors across coupled patch.

Protected Member Functions

virtual void makeWeights (scalarField &) const =0
 Make patch weighting factors.
virtual void makeDeltaCoeffs (scalarField &) const =0
 Make patch face - neighbour cell distances.

Friends

class surfaceInterpolation

Constructor & Destructor Documentation

coupledFvPatch const polyPatch patch,
const fvBoundaryMesh bm
[inline]
 

Construct from polyPatch.

Definition at line 91 of file coupledFvPatch.H.

virtual ~coupledFvPatch  )  [virtual]
 


Member Function Documentation

virtual bool coupled  )  const [inline, virtual]
 

Return true because this patch is coupled.

Reimplemented from fvPatch.

Reimplemented in processorFvPatch.

Definition at line 108 of file coupledFvPatch.H.

virtual tmp<vectorField> delta  )  const [pure virtual]
 

Return delta (P to N) vectors across coupled patch.

Reimplemented from fvPatch.

Implemented in cyclicFvPatch, and processorFvPatch.

const tensorField& forwardT  )  const [inline]
 

Return face transformation tensor.

Definition at line 114 of file coupledFvPatch.H.

virtual void makeDeltaCoeffs scalarField  )  const [protected, pure virtual]
 

Make patch face - neighbour cell distances.

Reimplemented from fvPatch.

Implemented in cyclicFvPatch, and processorFvPatch.

virtual void makeWeights scalarField  )  const [protected, pure virtual]
 

Make patch weighting factors.

Reimplemented from fvPatch.

Implemented in cyclicFvPatch, and processorFvPatch.

bool parallel  )  const [inline]
 

Are the cyclic planes parallel.

Definition at line 126 of file coupledFvPatch.H.

const tensorField& reverseT  )  const [inline]
 

Return neighbour-cell transformation tensor.

Definition at line 120 of file coupledFvPatch.H.

TypeName coupledPolyPatch::  typeName_()  ) 
 

Runtime type information.


Friends And Related Function Documentation

friend class surfaceInterpolation [friend]
 

Reimplemented from fvPatch.

Definition at line 81 of file coupledFvPatch.H.


The documentation for this class was generated from the following file:
For further information go to www.openfoam.org