Go to the documentation of this file.
98 this->cyclicPatch().neighbFvPatch().faceCells();
104 if (!this->cyclicPatch().owner())
109 if (this->doTransform())
115 this->forwardT()[0], iField[nbrFaceCells[facei]]
123 pnf[facei] = iField[nbrFaceCells[facei]] - jf[facei];
157 this->cyclicPatch().neighbFvPatch().faceCells();
164 if (!this->cyclicPatch().owner())
171 pnf[facei] = psiInternal[nbrFaceCells[facei]] - jf[facei];
178 pnf[facei] = psiInternal[nbrFaceCells[facei]];
183 this->transformCoupleField(pnf);
186 const labelUList& faceCells = this->cyclicPatch().faceCells();
189 result[faceCells[elemI]] -= coeffs[elemI]*pnf[elemI];
#define forAll(list, i)
Loop across all elements in list.
A class for managing temporary objects.
virtual void updateInterfaceMatrix(scalarField &result, const scalarField &psiInternal, const scalarField &coeffs, const direction cmpt, const Pstream::commsTypes commsType) const
Update result field based on interface functionality.
dimensionSet transform(const dimensionSet &)
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
This boundary condition provides a base class for coupled-cyclic conditions with a specified 'jump' (...
jumpCyclicFvPatchField(const fvPatch &, const DimensionedField< Type, volMesh > &)
Construct from patch and internal field.
A list of keyword definitions, which are a keyword followed by any number of values (e....
conserve internalField()+
commsTypes
Types of communications.
tmp< Field< Type > > patchNeighbourField() const
Return neighbour coupled given internal cell data.
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
This boundary condition enforces a cyclic condition between a pair of boundaries.
Foam::fvPatchFieldMapper.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...