Basic thermodynamic properties based on compressibility. More...
#include <basicThermophysicalModels/basicPsiThermo.H>
Basic thermodynamic properties based on compressibility.
Definition at line 51 of file basicPsiThermo.H.
Public Member Functions | |
TypeName ("basicPsiThermo") | |
Runtime type information.
| |
declareRunTimeSelectionTable (autoPtr, basicPsiThermo, fvMesh,(const fvMesh &mesh),(mesh)) | |
Declare run-time constructor selection table.
| |
basicPsiThermo (const fvMesh &) | |
Construct from mesh.
| |
virtual | ~basicPsiThermo () |
Destructor.
| |
virtual tmp< volScalarField > | rho () const |
Density [kg/m^3] - uses current value of pressure.
| |
Static Public Member Functions | |
static autoPtr< basicPsiThermo > | New (const fvMesh &) |
Selector.
| |
Protected Member Functions | |
basicPsiThermo (const basicPsiThermo &) | |
Construct as copy (not implemented)
|
basicPsiThermo | ( | const basicPsiThermo & | ) | [protected]
|
Construct as copy (not implemented)
basicPsiThermo | ( | const fvMesh & | mesh ) |
Construct from mesh.
Definition at line 39 of file basicPsiThermo.C.
~basicPsiThermo | ( | ) | [virtual]
|
Destructor.
Definition at line 47 of file basicPsiThermo.C.
TypeName | ( | "basicPsiThermo" | ) |
Runtime type information.
Declare run-time constructor selection table.
Foam::autoPtr< Foam::basicPsiThermo > New | ( | const fvMesh & | mesh ) | [static]
|
Selector.
Reimplemented in hCombustionThermo, hhuCombustionThermo, and hsCombustionThermo.
Definition at line 31 of file newBasicPsiThermo.C.
References TimePaths::constant(), Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorIn, Foam::Info, dictionary::lookup(), mesh, Foam::nl, and fvMesh::time().
virtual tmp<volScalarField> rho | ( | ) | const [inline, virtual]
|
Density [kg/m^3] - uses current value of pressure.
Implements basicThermo.
Definition at line 98 of file basicPsiThermo.H.
References basicThermo::p_, and basicThermo::psi().