OpenFOAM logo
Open Source CFD Toolkit

processorFvPatch Class Reference

Inheritance diagram for processorFvPatch:

Inheritance graph
[legend]
Collaboration diagram for processorFvPatch:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TypeName (processorPolyPatch::typeName_())
 Runtime type information.
 processorFvPatch (const polyPatch &patch, const fvBoundaryMesh &bm)
 Construct from components.
int myProcNo () const
 Return processor number.
int neighbProcNo () const
 Return neigbour processor number.
virtual bool coupled () const
 Return true if running parallel.
tmp< vectorFielddelta () const
 Return delta (P to N) vectors across coupled patch.

Protected Member Functions

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

Constructor & Destructor Documentation

processorFvPatch const polyPatch patch,
const fvBoundaryMesh bm
[inline]
 

Construct from components.

Definition at line 87 of file processorFvPatch.H.


Member Function Documentation

virtual bool coupled  )  const [inline, virtual]
 

Return true if running parallel.

Reimplemented from coupledFvPatch.

Definition at line 109 of file processorFvPatch.H.

tmp<vectorField> delta  )  const [virtual]
 

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

Implements coupledFvPatch.

void makeDeltaCoeffs scalarField  )  const [protected, virtual]
 

Make patch face - neighbour cell distances.

Implements coupledFvPatch.

void makeWeights scalarField  )  const [protected, virtual]
 

Make patch weighting factors.

Implements coupledFvPatch.

int myProcNo  )  const [inline]
 

Return processor number.

Definition at line 97 of file processorFvPatch.H.

int neighbProcNo  )  const [inline]
 

Return neigbour processor number.

Definition at line 103 of file processorFvPatch.H.

TypeName processorPolyPatch::  typeName_()  ) 
 

Runtime type information.


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