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.
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.
| |
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.
|
GAMGInterfaceField | ( | const GAMGInterface & | GAMGCp, |
const lduInterfaceField & | |||
) | [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) | |||
) |
Foam::autoPtr< Foam::GAMGInterfaceField > New | ( | const GAMGInterface & | GAMGCp, |
const lduInterfaceField & | 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().