![]() |
|
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< vectorField > | delta () 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. |
|
Construct from components.
Definition at line 87 of file processorFvPatch.H. |
|
Return true if running parallel.
Reimplemented from coupledFvPatch. Definition at line 109 of file processorFvPatch.H. |
|
Return delta (P to N) vectors across coupled patch.
Implements coupledFvPatch. |
|
Make patch face - neighbour cell distances.
Implements coupledFvPatch. |
|
Make patch weighting factors.
Implements coupledFvPatch. |
|
Return processor number.
Definition at line 97 of file processorFvPatch.H. |
|
Return neigbour processor number.
Definition at line 103 of file processorFvPatch.H. |
|
Runtime type information.
|