67 procPolyPatch_.neighbFaceCentres()
68 - procPolyPatch_.neighbFaceCellCentres()
83 return patchInternalField(internalData);
93 send(commsType, patchInternalField(iF)());
103 return receive<label>(commsType, this->size());
Macros for easy insertion into run-time selection tables.
commsTypes
Types of communications.
static bool & parRun()
Is this a parallel run?
void makeWeights(scalarField &w, const vectorField &nbrSf, const vectorField &nbrDelta) const
Make patch weighting factors.
virtual tmp< vectorField > delta() const =0
Return delta (P to N) vectors across coupled patch.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
A patch is a list of labels that address the faces in the global face list.
virtual tmp< labelField > internalFieldTransfer(const Pstream::commsTypes commsType, const labelUList &internalData) const
Return neighbour field.
virtual void makeWeights(scalarField &w) const
Make patch weighting factors.
virtual void initInternalFieldTransfer(const Pstream::commsTypes commsType, labelUList &iF) const
Inherit initInternalFieldTransfer from coupledFvPatch.
virtual tmp< vectorField > delta() const
Return delta (P to N) vectors across coupled patch.
virtual tmp< labelField > interfaceInternalField(const labelUList &internalData) const
Return the values of the given internal data adjacent to.
const vectorField & neighbFaceCentres() const
Return processor-neighbour patch face centres.
const vectorField & neighbFaceAreas() const
Return processor-neighbour patch face areas.
const vectorField & neighbFaceCellCentres() const
Return processor-neighbour patch neighbour cell centres.
A class for managing temporary objects.
addToRunTimeSelectionTable(polyPatch, mergedCyclicPolyPatch, word)
defineTypeNameAndDebug(combustionModel, 0)