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 density. More...

#include <basicThermophysicalModels/basicRhoThermo.H>


Detailed Description

Basic thermodynamic properties based on density.

Source files

Definition at line 51 of file basicRhoThermo.H.

Inheritance diagram for basicRhoThermo:
Collaboration diagram for basicRhoThermo:

List of all members.

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].

Constructor & Destructor Documentation

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.


Member Function Documentation

TypeName ( "basicRhoThermo"    )

Runtime type information.

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

Declare run-time constructor selection table.

Foam::tmp< Foam::volScalarField > rho (  ) const [virtual]

Density [kg/m^3].

Implements basicThermo.

Definition at line 66 of file basicRhoThermo.C.

Foam::volScalarField & rho (  ) [virtual]

Return non-const access to the local density field [kg/m^3].

Definition at line 72 of file basicRhoThermo.C.


Member Data Documentation

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.


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