![]() |
|
Public Member Functions | |
TypeName (processorPolyPatch::typeName_()) | |
Runtime type information. | |
processorFaPatch (const word &name, const dictionary &dict, const label index, const faBoundaryMesh &bm) | |
Construct from dictionary. | |
int | myProcNo () const |
Return processor number. | |
int | neighbProcNo () const |
Return neigbour processor number. | |
virtual bool | coupled () const |
Return true if running parallel. | |
const vectorField & | neighbEdgeCentres () const |
Return processor-neighbbour patch edge centres. | |
const vectorField & | neighbEdgeLengths () const |
Return processor-neighbbour patch edge lengths. | |
const vectorField & | neighbEdgeFaceCentres () const |
Return processor-neighbbour patch neighbour face centres. | |
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. | |
void | initGeometry () |
Initialise the calculation of the patch geometry. | |
void | calcGeometry () |
Calculate the patch geometry. | |
void | initMovePoints (const pointField &) |
Initialise the patches for moving points. | |
void | movePoints (const pointField &) |
Correct patches after moving points. |
|
Construct from dictionary.
Definition at line 115 of file processorFaPatch.H. |
|
Calculate the patch geometry.
Implements coupledFaPatch. |
|
Return true if running parallel.
Reimplemented from coupledFaPatch. Definition at line 144 of file processorFaPatch.H. |
|
Return delta (P to N) vectors across coupled patch.
Implements coupledFaPatch. |
|
Initialise the calculation of the patch geometry.
Implements coupledFaPatch. |
|
Initialise the patches for moving points.
Implements coupledFaPatch. |
|
Make patch face - neighbour cell distances.
Implements coupledFaPatch. |
|
Make patch weighting factors.
Reimplemented from faPatch. |
|
Correct patches after moving points.
Implements coupledFaPatch. |
|
Return processor number.
Definition at line 132 of file processorFaPatch.H. |
|
Return processor-neighbbour patch edge centres.
Definition at line 157 of file processorFaPatch.H. |
|
Return processor-neighbbour patch neighbour face centres.
Definition at line 169 of file processorFaPatch.H. |
|
Return processor-neighbbour patch edge lengths.
Definition at line 163 of file processorFaPatch.H. |
|
Return neigbour processor number.
Definition at line 138 of file processorFaPatch.H. |
|
Runtime type information.
|