OpenFOAM logo
The Open Source CFD Toolbox
  Source Guide OpenCFD Solutions Contact OpenFOAM

basicPsiThermo Class Reference

Basic thermodynamic properties based on compressibility. More...

Inheritance diagram for basicPsiThermo:
Collaboration diagram for basicPsiThermo:

List of all members.


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< volScalarFieldrho () const
 Density [kg/m^3] - uses current value of pressure.

Static Public Member Functions

static autoPtr< basicPsiThermoNew (const fvMesh &)
 Selector.

Protected Member Functions

 basicPsiThermo (const basicPsiThermo &)
 Construct as copy (not implemented).

Detailed Description

Basic thermodynamic properties based on compressibility.

Source files

Definition at line 46 of file basicPsiThermo.H.


Constructor & Destructor Documentation

basicPsiThermo ( const basicPsiThermo  )  [protected]

Construct as copy (not implemented).

basicPsiThermo ( const fvMesh mesh  ) 

Construct from mesh.

Definition at line 31 of file basicPsiThermo.C.

References Foam::defineRunTimeSelectionTable(), and Foam::defineTypeNameAndDebug().

Here is the call graph for this function:

~basicPsiThermo (  )  [virtual]

Destructor.

Definition at line 39 of file basicPsiThermo.C.


Member Function Documentation

TypeName ( "basicPsiThermo"   ) 

Runtime type information.

declareRunTimeSelectionTable ( autoPtr  ,
basicPsiThermo  ,
fvMesh  ,
(const fvMesh &mesh ,
(mesh  
)

Declare run-time constructor selection table.

Foam::autoPtr< Foam::basicPsiThermo > New ( const fvMesh mesh  )  [static]

virtual tmp<volScalarField> rho (  )  const [inline, virtual]

Density [kg/m^3] - uses current value of pressure.

Implements basicThermo.

Definition at line 93 of file basicPsiThermo.H.

References basicThermo::p_, and basicThermo::psi().

Here is the call graph for this function:


The documentation for this class was generated from the following files:
Copyright © 2000-2009 OpenCFD Ltd