Agglomerate using the pair algorithm. More...
#include <finiteVolume/faceAreaPairGAMGAgglomeration.H>
Agglomerate using the pair algorithm.
Definition at line 49 of file faceAreaPairGAMGAgglomeration.H.
Inheritance diagram for faceAreaPairGAMGAgglomeration:
Collaboration diagram for faceAreaPairGAMGAgglomeration:Public Member Functions | |
| TypeName ("faceAreaPair") | |
| Runtime type information. | |
| faceAreaPairGAMGAgglomeration (const lduMesh &mesh, const dictionary &controlDict) | |
| Construct given mesh and controls. | |
Public Member Functions inherited from pairGAMGAgglomeration | |
| TypeName ("pair") | |
| Runtime type information. | |
| pairGAMGAgglomeration (const lduMesh &mesh, const dictionary &controlDict) | |
| Construct given mesh and controls. | |
Public Member Functions inherited from GAMGAgglomeration | |
| TypeName ("GAMGAgglomeration") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, GAMGAgglomeration, lduMesh,(const lduMesh &mesh, const dictionary &controlDict),(mesh, controlDict)) | |
| Runtime selection table for pure geometric agglomerators. | |
| declareRunTimeSelectionTable (autoPtr, GAMGAgglomeration, lduMatrix,(const lduMatrix &matrix, const dictionary &controlDict),(matrix, controlDict)) | |
| Runtime selection table for matrix or mixed geometric/matrix. | |
| GAMGAgglomeration (const lduMesh &mesh, const dictionary &controlDict) | |
| Construct given mesh and controls. | |
| ~GAMGAgglomeration () | |
| label | size () const |
| const lduMesh & | meshLevel (const label leveli) const |
| Return LDU mesh of given level. | |
| const lduInterfacePtrsList & | interfaceLevel (const label leveli) const |
| Return LDU interface addressing of given level. | |
| const labelField & | restrictAddressing (const label leveli) const |
| Return cell restrict addressing of given level. | |
| const labelList & | faceRestrictAddressing (const label leveli) const |
| Return face restrict addressing of given level. | |
| template<class Type > | |
| void | restrictField (Field< Type > &cf, const Field< Type > &ff, const label fineLevelIndex) const |
| Restrict (integrate by summation) cell field. | |
| template<class Type > | |
| void | restrictFaceField (Field< Type > &cf, const Field< Type > &ff, const label fineLevelIndex) const |
| Restrict (integrate by summation) face field. | |
| template<class Type > | |
| void | prolongField (Field< Type > &ff, const Field< Type > &cf, const label coarseLevelIndex) const |
| Prolong (interpolate by injection) cell field. | |
Public Member Functions inherited from MeshObject< lduMesh, GAMGAgglomeration > | |
| MeshObject (const lduMesh &mesh) | |
| virtual | ~MeshObject () |
| const lduMesh & | mesh () const |
| virtual bool | writeData (Foam::Ostream &) const |
| Pure virtual writaData function. | |
Public Member Functions inherited from regIOobject | |
| TypeName ("regIOobject") | |
| Runtime type information. | |
| regIOobject (const IOobject &, const bool isTime=false) | |
| Construct from IOobject. Optional flag for if IOobject is the. | |
| regIOobject (const regIOobject &) | |
| Construct as copy. | |
| regIOobject (const regIOobject &, bool registerCopy) | |
| Construct as copy, and transferring registry registration to copy. | |
| virtual | ~regIOobject () |
| bool | checkIn () |
| Add object to registry. | |
| bool | checkOut () |
| Remove object from registry. | |
| bool | ownedByRegistry () const |
| Is this object owned by the registry? | |
| void | store () |
| Transfer ownership of this object to its registry. | |
| void | release () |
| Release ownership of this object from its registry. | |
| label | eventNo () const |
| Event number at last update. | |
| label & | eventNo () |
| Event number at last update. | |
| bool | upToDate (const word &) const |
| Am I uptodate with respect to other regIOobjects. | |
| bool | upToDate (const word &, const word &) const |
| bool | upToDate (const word &, const word &, const word &) const |
| bool | upToDate (const word &, const word &, const word &, const word &) const |
| void | setUpToDate () |
| Flag me as up to date. | |
| virtual void | rename (const word &newName) |
| Rename. | |
| Istream & | readStream (const word &) |
| Return Istream and check object type against that given. | |
| void | close () |
| Close Istream. | |
| virtual bool | readData (Istream &) |
| Virtual readData function. | |
| virtual bool | read () |
| Read object. | |
| virtual bool | modified () const |
| Return true if the object's file has been modified. | |
| virtual bool | readIfModified () |
| Read object if modified. | |
| virtual bool | writeObject (IOstream::streamFormat, IOstream::versionNumber, IOstream::compressionType) const |
| Write using given format, version and compression. | |
| virtual bool | write () const |
| Write using setting from DB. | |
| void | operator= (const IOobject &) |
Public Member Functions inherited from IOobject | |
| TypeName ("IOobject") | |
| Runtime type information. | |
| IOobject (const word &name, const fileName &instance, const objectRegistry ®istry, readOption r=NO_READ, writeOption w=NO_WRITE, bool registerObject=true) | |
| Construct from name, instance, registry, io options. | |
| IOobject (const word &name, const fileName &instance, const fileName &local, const objectRegistry ®istry, readOption r=NO_READ, writeOption w=NO_WRITE, bool registerObject=true) | |
| Construct from name, instance, local, registry, io options. | |
| IOobject (const fileName &path, const objectRegistry ®istry, readOption r=NO_READ, writeOption w=NO_WRITE, bool registerObject=true) | |
| Construct from path, registry, io options. | |
| Foam::autoPtr< IOobject > | clone () const |
| Clone. | |
| virtual | ~IOobject () |
| const Time & | time () const |
| Return time. | |
| const objectRegistry & | db () const |
| Return the local objectRegistry. | |
| const word & | name () const |
| Return name. | |
| const word & | headerClassName () const |
| Return name of the class name read from header. | |
| string & | note () |
| Return non-constant access to the optional note. | |
| const string & | note () const |
| Return the optional note. | |
| bool | registerObject () const |
| Register object created from this IOobject with registry if true. | |
| readOption | readOpt () const |
| readOption & | readOpt () |
| writeOption | writeOpt () const |
| writeOption & | writeOpt () |
| const fileName & | rootPath () const |
| const fileName & | caseName () const |
| const fileName & | instance () const |
| fileName & | instance () |
| const fileName & | local () const |
| fileName | path () const |
| Return complete path. | |
| fileName | path (const word &instance, const fileName &local="") const |
| Return complete path with alternative instance and local. | |
| fileName | objectPath () const |
| Return complete path + object name. | |
| fileName | filePath () const |
| Return complete path + object name if the file exists. | |
| bool | readHeader (Istream &) |
| Read header. | |
| bool | headerOk () |
| Read and check header info. | |
| bool | writeHeader (Ostream &) const |
| Write header. | |
| bool | good () const |
| bool | bad () const |
| InfoProxy< IOobject > | info () const |
| Return info proxy. | |
Additional Inherited Members | |
Protected Member Functions inherited from pairGAMGAgglomeration | |
| tmp< labelField > | agglomerate (label &nCoarseCells, const lduAddressing &fineMatrixAddressing, const scalarField &faceWeights) |
| Calculate and return agglomeration of given level. | |
| void | agglomerate (const lduMesh &mesh, const scalarField &faceWeights) |
| Agglomerate all levels starting from the given face weights. | |
| void | combineLevels (const label curLevel) |
| pairGAMGAgglomeration (const pairGAMGAgglomeration &) | |
| Disallow default bitwise copy construct. | |
| void | operator= (const pairGAMGAgglomeration &) |
| Disallow default bitwise assignment. | |
Protected Member Functions inherited from GAMGAgglomeration | |
| void | agglomerateLduAddressing (const label fineLevelIndex) |
| Assemble coarse mesh addressing. | |
| void | compactLevels (const label nCreatedLevels) |
| Shrink the number of levels to that specified. | |
| bool | continueAgglomerating (const label nCoarseCells) const |
| Check the need for further agglomeration. | |
| GAMGAgglomeration (const GAMGAgglomeration &) | |
| Disallow default bitwise copy construct. | |
| void | operator= (const GAMGAgglomeration &) |
| Disallow default bitwise assignment. | |
| faceAreaPairGAMGAgglomeration | ( | const lduMesh & | mesh, |
| const dictionary & | controlDict | ||
| ) |
Construct given mesh and controls.
Definition at line 49 of file faceAreaPairGAMGAgglomeration.C.
References cmptMultiply(), GeometricField< Type, PatchField, GeoMesh >::internalField(), Foam::mag(), fvMesh::magSf(), mesh, fvMesh::Sf(), and Foam::sqrt().
| TypeName | ( | "faceAreaPair" | ) |
Runtime type information.