FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

Basic thermodynamic properties based on compressibility. More...

#include <basicThermophysicalModels/basicPsiThermo.H>


Detailed Description

Basic thermodynamic properties based on compressibility.

Source files

Definition at line 51 of file basicPsiThermo.H.

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< 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)

Constructor & Destructor Documentation

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.


Member Function Documentation

TypeName ( "basicPsiThermo"    )

Runtime type information.

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

Declare run-time constructor selection table.

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().


The documentation for this class was generated from the following files: