GAMG agglomerated cyclic interface field. More...


Public Member Functions | |
| TypeName ("cyclic") | |
| Runtime type information. More... | |
| cyclicGAMGInterfaceField (const GAMGInterface &GAMGCp, const lduInterfaceField &fineInterfaceField) | |
| Construct from GAMG interface and fine level interface field. More... | |
| cyclicGAMGInterfaceField (const GAMGInterface &GAMGCp, const bool doTransform, const int rank) | |
| Construct from GAMG interface and fine level interface field. More... | |
| virtual | ~cyclicGAMGInterfaceField ()=default |
| Destructor. More... | |
| label | size () const |
| Return size. More... | |
| virtual bool | doTransform () const |
| Cyclic interface functions. More... | |
| virtual const tensorField & | forwardT () const |
| Return face transformation tensor. More... | |
| virtual const tensorField & | reverseT () const |
| Return neighbour-cell transformation tensor. More... | |
| virtual int | rank () const |
| Return rank of component for transform. More... | |
| 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. More... | |
Public Member Functions inherited from GAMGInterfaceField | |
| TypeName ("GAMGInterfaceField") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, GAMGInterfaceField, lduInterfaceField,(const GAMGInterface &GAMGCp, const lduInterfaceField &fineInterface),(GAMGCp, fineInterface)) | |
| declareRunTimeSelectionTable (autoPtr, GAMGInterfaceField, lduInterface,(const GAMGInterface &GAMGCp, const bool doTransform, const int rank),(GAMGCp, doTransform, rank)) | |
| GAMGInterfaceField (const GAMGInterface &GAMGCp, const lduInterfaceField &) | |
| Construct from GAMG interface and fine level interface field. More... | |
| GAMGInterfaceField (const GAMGInterface &GAMGCp, const bool doTransform, const int rank) | |
| Construct from GAMG interface and fine level interface field. More... | |
| const GAMGInterface & | interface () const |
| Return interface. More... | |
Public Member Functions inherited from lduInterfaceField | |
| TypeName ("lduInterfaceField") | |
| Runtime type information. More... | |
| lduInterfaceField (const lduInterfaceField &)=delete | |
| No copy construct. More... | |
| void | operator= (const lduInterfaceField &)=delete |
| No copy assignment. More... | |
| lduInterfaceField (const lduInterface &patch) | |
| Construct given coupled patch. More... | |
| virtual | ~lduInterfaceField ()=default |
| Destructor. More... | |
| const lduInterface & | interface () const noexcept |
| Return the interface. More... | |
| virtual const word & | interfaceFieldType () const |
| Return the interface type. More... | |
| virtual bool | ready () const |
| Are all (receive) data available? More... | |
| bool | updatedMatrix () const noexcept |
| Whether matrix has been updated. More... | |
| bool | updatedMatrix (bool flag) const noexcept |
| Set matrix as update-to-date, return the previous value. More... | |
| virtual void | initInterfaceMatrixUpdate (solveScalarField &result, const bool add, const lduAddressing &, const label interfacei, const solveScalarField &psiInternal, const scalarField &coeffs, const direction cmpt, const Pstream::commsTypes commsType) const |
| Initialise neighbour matrix update. Add/subtract coupled contributions to matrix. More... | |
| template<class Type > | |
| void | addToInternalField (Field< Type > &result, const bool add, const labelUList &faceCells, const scalarField &coeffs, const Field< Type > &vals) const |
| Add/subtract weighted contributions to internal field. More... | |
| bool & | updatedMatrix () noexcept |
| Adjust whether matrix has been updated. More... | |
Public Member Functions inherited from cyclicLduInterfaceField | |
| TypeName ("cyclicLduInterfaceField") | |
| Runtime type information. More... | |
| cyclicLduInterfaceField ()=default | |
| Construct null. More... | |
| virtual | ~cyclicLduInterfaceField ()=default |
| Destructor. More... | |
| template<class Type > | |
| void | transformCoupleField (Field< Type > &f) const |
| Transform given patch field. More... | |
| void | transformCoupleField (solveScalarField &f, const direction cmpt) const |
| Transform given patch component field. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from GAMGInterfaceField | |
| static autoPtr< GAMGInterfaceField > | New (const GAMGInterface &GAMGCp, const lduInterfaceField &fineInterface) |
| Return a pointer to a new interface created on freestore given. More... | |
| static autoPtr< GAMGInterfaceField > | New (const GAMGInterface &GAMGCp, const bool doTransform, const int rank) |
| Return a pointer to a new interface created on freestore given. More... | |
GAMG agglomerated cyclic interface field.
Definition at line 49 of file cyclicGAMGInterfaceField.H.
| cyclicGAMGInterfaceField | ( | const GAMGInterface & | GAMGCp, |
| const lduInterfaceField & | fineInterfaceField | ||
| ) |
Construct from GAMG interface and fine level interface field.
Definition at line 65 of file cyclicGAMGInterfaceField.C.
References p.
| cyclicGAMGInterfaceField | ( | const GAMGInterface & | GAMGCp, |
| const bool | doTransform, | ||
| const int | rank | ||
| ) |
Construct from GAMG interface and fine level interface field.
Definition at line 84 of file cyclicGAMGInterfaceField.C.
|
virtualdefault |
Destructor.
| TypeName | ( | "cyclic" | ) |
Runtime type information.
|
inline |
Return size.
Definition at line 128 of file cyclicGAMGInterfaceField.H.
References GAMGInterface::size().

|
inlinevirtual |
Cyclic interface functions.
Does the interface field perform the transformation
Implements cyclicLduInterfaceField.
Definition at line 141 of file cyclicGAMGInterfaceField.H.
|
inlinevirtual |
Return face transformation tensor.
Implements cyclicLduInterfaceField.
Definition at line 149 of file cyclicGAMGInterfaceField.H.
References cyclicGAMGInterface::forwardT().

|
inlinevirtual |
Return neighbour-cell transformation tensor.
Implements cyclicLduInterfaceField.
Definition at line 157 of file cyclicGAMGInterfaceField.H.
References cyclicGAMGInterface::reverseT().

|
inlinevirtual |
Return rank of component for transform.
Implements cyclicLduInterfaceField.
Definition at line 165 of file cyclicGAMGInterfaceField.H.
|
virtual |
Update result field based on interface functionality.
Implements lduInterfaceField.
Definition at line 100 of file cyclicGAMGInterfaceField.C.
References Foam::add(), lduAddressing::patchAddr(), and patchId().

Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.