100 const Field<Type>& iField = this->primitiveField();
102 this->cyclicAMIPatch().cyclicAMIPatch().neighbPatch().faceCells();
107 if (this->cyclicAMIPatch().applyLowWeightCorrection())
110 this->cyclicAMIPatch().interpolate
113 this->patchInternalField()()
118 tpnf = this->cyclicAMIPatch().interpolate(pnf);
121 if (this->doTransform())
126 tmp<Field<Type>> tjf = jump();
127 if (!this->cyclicAMIPatch().owner())
244 this->cyclicAMIPatch().neighbPatchID()
249 if (this->cyclicAMIPatch().applyLowWeightCorrection())
252 this->cyclicAMIPatch().interpolate
255 this->patchInternalField()()
261 pnf = this->cyclicAMIPatch().interpolate(pnf);
265 if (&psiInternal == &this->primitiveField())
267 Field<Type> jf(this->jump());
268 if (!this->cyclicAMIPatch().owner())
277 this->transformCoupleField(pnf);
282 this->addToInternalField(result, !
add,faceCells, coeffs, pnf);
This boundary condition provides a base class that enforces a cyclic condition with a specified 'jump...
commsTypes
Communications types.
A list of keyword definitions, which are a keyword followed by a number of values (eg...
virtual void evaluate(const Pstream::commsTypes commsType)
Evaluate the patch field.
T & ref() const
Return non-const reference to the contents of a non-null managed pointer.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
jumpCyclicAMIFvPatchField(const fvPatch &, const DimensionedField< Type, volMesh > &)
Construct from patch and internal field.
virtual tmp< Field< Type > > patchNeighbourField() const
Return neighbour coupled given internal cell data.
virtual void updateInterfaceMatrix(solveScalarField &result, const bool add, const lduAddressing &lduAddr, const label patchId, const solveScalarField &psiInternal, const scalarField &coeffs, const direction cmpt, const Pstream::commsTypes commsType) const
Update result field based on interface functionality.
UList< label > labelUList
A UList of labels.
Generic templated field type.
A FieldMapper for finite-volume patch fields.
virtual const labelUList & patchAddr(const label patchNo) const =0
Return patch to internal addressing given patch number.
Abstract base class for coupled patches.
void add(FieldField< Field1, typename typeOfSum< Type1, Type2 >::type > &f, const FieldField< Field1, Type1 > &f1, const FieldField< Field2, Type2 > &f2)
refinementData transform(const tensor &, const refinementData val)
No-op rotational transform for base types.
virtual void initEvaluate(const Pstream::commsTypes commsType)
Initialise the evaluation of the patch field.
string evaluate(label fieldWidth, const std::string &s, size_t pos=0, size_t len=std::string::npos)
String evaluation with specified (positive, non-zero) field width.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
The class contains the addressing required by the lduMatrix: upper, lower and losort.
A class for managing temporary objects.
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.
This boundary condition enforces a cyclic condition between a pair of boundaries, whereby communicati...
virtual void initInterfaceMatrixUpdate(solveScalarField &result, const bool add, const lduAddressing &lduAddr, const label patchId, const solveScalarField &psiInternal, const scalarField &coeffs, const direction cmpt, const Pstream::commsTypes commsType) const
Initialise interface functionality.