Basic thermodynamic properties based on density. More...


Public Member Functions | |
| TypeName ("rhoQGDThermo") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, rhoQGDThermo, fvMesh,(const fvMesh &mesh, const word &phaseName),(mesh, phaseName)) | |
| Declare run-time constructor selection table. More... | |
| rhoQGDThermo (const fvMesh &, const word &phaseName) | |
| Construct from mesh and phase name. More... | |
| rhoQGDThermo (const fvMesh &, const word &phaseName, const word &dictName) | |
| Construct from mesh and phase name. More... | |
| virtual | ~rhoQGDThermo () |
| Destructor. More... | |
| bool | read () |
| const volScalarField & | c () const |
| virtual const volScalarField & | p () const |
| volScalarField & | p () |
| virtual tmp< volScalarField > | rho () const |
| virtual tmp< volScalarField > | mu () const |
Public Member Functions inherited from QGDThermo | |
| TypeName ("QGDThermo") | |
| QGDThermo (const fvMesh &mesh, const dictionary &dict) | |
| Construct from mesh and dictionary. More... | |
| virtual | ~QGDThermo () |
| const volScalarField & | hQGD () const |
| const volScalarField & | tauQGD () const |
| const surfaceScalarField & | hQGDf () const |
| const surfaceScalarField & | tauQGDf () const |
| const volScalarField & | muQGD () const |
| const volScalarField & | alphauQGD () const |
| const volScalarField & | aQGD () const |
| const surfaceScalarField & | aQGDf () const |
| Switch | implicitDiffusion () const |
Static Public Member Functions | |
| static autoPtr< rhoQGDThermo > | New (const fvMesh &mesh, const word &phaseName=word::null) |
| Selector. More... | |
| static autoPtr< rhoQGDThermo > | New (const fvMesh &mesh, const word &phaseName, const word &dictName) |
| Selector. More... | |
Protected Member Functions | |
| rhoQGDThermo (const rhoQGDThermo &) | |
| Construct as copy (not implemented) More... | |
Protected Member Functions inherited from QGDThermo | |
| qgd::QGDCoeffs & | qgdCoeffs () |
| void | correctQGD (volScalarField &mu, volScalarField &alphau) |
Protected Attributes | |
| volScalarField | c_ |
| volScalarField | gamma_ |
Basic thermodynamic properties based on density.
Definition at line 55 of file rhoQGDThermo.H.
|
protected |
Construct as copy (not implemented)
| rhoQGDThermo | ( | const fvMesh & | mesh, |
| const word & | phaseName | ||
| ) |
Construct from mesh and phase name.
Definition at line 41 of file rhoQGDThermo.C.
| rhoQGDThermo | ( | const fvMesh & | mesh, |
| const word & | phaseName, | ||
| const word & | dictName | ||
| ) |
Construct from mesh and phase name.
Definition at line 59 of file rhoQGDThermo.C.
References rhoQGDThermo::read().

|
virtual |
Destructor.
Definition at line 101 of file rhoQGDThermo.C.
| TypeName | ( | "rhoQGDThermo" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| rhoQGDThermo | , | ||
| fvMesh | , | ||
| (const fvMesh &mesh, const word &phaseName) | , | ||
| (mesh, phaseName) | |||
| ) |
Declare run-time constructor selection table.
|
static |
Selector.
Definition at line 81 of file rhoQGDThermo.C.
|
static |
Selector.
Definition at line 90 of file rhoQGDThermo.C.
|
virtual |
Reimplemented from QGDThermo.
Definition at line 109 of file rhoQGDThermo.C.
Referenced by rhoQGDThermo::rhoQGDThermo().

|
virtual |
Implements QGDThermo.
Definition at line 124 of file rhoQGDThermo.C.
|
virtual |
Implements QGDThermo.
Definition at line 129 of file rhoQGDThermo.C.
| Foam::volScalarField & p | ( | ) |
Definition at line 134 of file rhoQGDThermo.C.
|
virtual |
Implements QGDThermo.
Definition at line 139 of file rhoQGDThermo.C.
|
virtual |
Implements QGDThermo.
Definition at line 144 of file rhoQGDThermo.C.
|
protected |
Definition at line 72 of file rhoQGDThermo.H.
|
protected |
Definition at line 77 of file rhoQGDThermo.H.