Go to the documentation of this file.
41 cyclicAMIGAMGInterfaceField,
47 cyclicAMIGAMGInterfaceField,
55 Foam::cyclicAMIGAMGInterfaceField::cyclicAMIGAMGInterfaceField
67 refCast<const cyclicAMILduInterfaceField>(fineInterface);
69 doTransform_ =
p.doTransform();
74 Foam::cyclicAMIGAMGInterfaceField::cyclicAMIGAMGInterfaceField
77 const bool doTransform,
83 doTransform_(doTransform),
113 cyclicAMIInterface_.neighbPatchID()
119 transformCoupleField(pnf, cmpt);
121 if (cyclicAMIInterface_.owner())
123 pnf = cyclicAMIInterface_.AMI().interpolateToSource(pnf);
127 pnf = cyclicAMIInterface_.neighbPatch().AMI().interpolateToTarget(pnf);
132 this->addToInternalField(result, !
add, faceCells, coeffs, pnf);
addToRunTimeSelectionTable(decompositionMethod, kahipDecomp, dictionary)
The class contains the addressing required by the lduMatrix: upper, lower and losort.
Abstract base class for cyclic AMI coupled interfaces.
virtual ~cyclicAMIGAMGInterfaceField()
Generic templated field type.
Abstract base class for GAMG agglomerated interfaces.
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
Abstract base class for GAMG agglomerated interface fields.
void add(FieldField< Field1, typename typeOfSum< Type1, Type2 >::type > &f, const FieldField< Field1, Type1 > &f1, const FieldField< Field2, Type2 > &f2)
Macros for easy insertion into run-time selection tables.
An abstract base class for implicitly-coupled interface fields e.g. processor and cyclic patch fields...
GAMG agglomerated cyclic AMI interface.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
virtual const labelUList & patchAddr(const label patchNo) const =0
UList< label > labelUList
A UList of labels.
defineTypeNameAndDebug(combustionModel, 0)
Smooth ATC in cells next to a set of patches supplied by type.