Basic thermodynamic properties based on density. More...
#include <basicThermophysicalModels/basicRhoThermo.H>
Basic thermodynamic properties based on density.
Definition at line 51 of file basicRhoThermo.H.
Public Member Functions | |
TypeName ("basicRhoThermo") | |
Runtime type information.
| |
declareRunTimeSelectionTable (autoPtr, basicRhoThermo, fvMesh,(const fvMesh &mesh),(mesh)) | |
Declare run-time constructor selection table.
| |
basicRhoThermo (const fvMesh &) | |
Construct from mesh.
| |
virtual | ~basicRhoThermo () |
Destructor.
| |
virtual tmp< volScalarField > | rho () const |
Density [kg/m^3].
| |
virtual volScalarField & | rho () |
Return non-const access to the local density field [kg/m^3].
| |
Static Public Member Functions | |
static autoPtr< basicRhoThermo > | New (const fvMesh &) |
Selector.
| |
Protected Member Functions | |
basicRhoThermo (const basicRhoThermo &) | |
Construct as copy (not implemented)
| |
Protected Attributes | |
volScalarField | rho_ |
Density field [kg/m^3].
|
basicRhoThermo | ( | const basicRhoThermo & | ) | [protected]
|
Construct as copy (not implemented)
basicRhoThermo | ( | const fvMesh & | mesh ) |
Construct from mesh.
Definition at line 39 of file basicRhoThermo.C.
~basicRhoThermo | ( | ) | [virtual]
|
Destructor.
Definition at line 60 of file basicRhoThermo.C.
TypeName | ( | "basicRhoThermo" | ) |
Runtime type information.
Declare run-time constructor selection table.
Foam::autoPtr< Foam::basicRhoThermo > New | ( | const fvMesh & | mesh ) | [static]
|
Selector.
Reimplemented in hReactionThermo, and hsReactionThermo.
Definition at line 34 of file newBasicRhoThermo.C.
References TimePaths::constant(), Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorIn, Foam::Info, dictionary::lookup(), mesh, Foam::nl, and fvMesh::time().
Foam::tmp< Foam::volScalarField > rho | ( | ) | const [virtual]
|
Foam::volScalarField & rho | ( | ) | [virtual]
|
Return non-const access to the local density field [kg/m^3].
Definition at line 72 of file basicRhoThermo.C.
volScalarField rho_ [protected]
|
Density field [kg/m^3].
Named 'rhoThermo' to avoid (potential) conflict with solver density
Definition at line 62 of file basicRhoThermo.H.