Abstract base class for GAMG agglomerated interface fields. More...
#include <OpenFOAM/GAMGInterfaceField.H>
Abstract base class for GAMG agglomerated interface fields.
Definition at line 52 of file GAMGInterfaceField.H.
Inheritance diagram for GAMGInterfaceField:
Collaboration diagram for GAMGInterfaceField:Public Member Functions | |
| TypeName ("GAMGInterfaceField") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, GAMGInterfaceField, lduInterface,(const GAMGInterface &GAMGCp, const lduInterfaceField &fineInterface),(GAMGCp, fineInterface)) | |
| GAMGInterfaceField (const GAMGInterface &GAMGCp, const lduInterfaceField &) | |
| Construct from GAMG interface and fine level interface field. | |
Public Member Functions inherited from lduInterfaceField | |
| TypeName ("lduInterfaceField") | |
| Runtime type information. | |
| lduInterfaceField (const lduInterface &patch) | |
| Construct given coupled patch. | |
| virtual | ~lduInterfaceField () |
| const lduInterface & | interface () const |
| Return the interface. | |
| virtual const word & | interfaceFieldType () const |
| Return the interface type. | |
| virtual void | initInterfaceMatrixUpdate (const scalarField &, scalarField &, const lduMatrix &, const scalarField &, const direction, const Pstream::commsTypes commsType) const |
| Initialise neighbour matrix update. | |
| virtual void | updateInterfaceMatrix (const scalarField &, scalarField &, const lduMatrix &, const scalarField &, const direction, const Pstream::commsTypes commsType) const =0 |
| Update result field based on interface functionality. | |
Static Public Member Functions | |
| static autoPtr < GAMGInterfaceField > | New (const GAMGInterface &GAMGCp, const lduInterfaceField &fineInterface) |
| Return a pointer to a new interface created on freestore given. | |
|
inline |
Construct from GAMG interface and fine level interface field.
Definition at line 107 of file GAMGInterfaceField.H.
| TypeName | ( | "GAMGInterfaceField" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| GAMGInterfaceField | , | ||
| lduInterface | , | ||
| (const GAMGInterface &GAMGCp, const lduInterfaceField &fineInterface) | , | ||
| (GAMGCp, fineInterface) | |||
| ) |
|
static |
Return a pointer to a new interface created on freestore given.
the fine interface
Definition at line 31 of file newGAMGInterfaceField.C.
References Foam::exit(), Foam::FatalError, FatalErrorIn, and lduInterfaceField::interfaceFieldType().