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

Chemistry model for density-based thermodynamics. More...

#include <chemistryModel/rhoChemistryModel.H>


Detailed Description

Chemistry model for density-based thermodynamics.

Source files

Definition at line 57 of file rhoChemistryModel.H.

Inheritance diagram for rhoChemistryModel:
Collaboration diagram for rhoChemistryModel:

List of all members.

Public Member Functions

 TypeName ("rhoChemistryModel")
 Runtime type information.
 declareRunTimeSelectionTable (autoPtr, rhoChemistryModel, fvMesh,(const fvMesh &mesh, const word &compTypeName, const word &thermoTypeName),(mesh, compTypeName, thermoTypeName))
 Declare run-time constructor selection tables.
 rhoChemistryModel (const fvMesh &mesh, const word &thermoTypeName)
 Construct from mesh.
virtual  ~rhoChemistryModel ()
 Destructor.
hsReactionThermo &  thermo ()
 Return access to the thermo package.
const hsReactionThermo &  thermo () const
 Return const access to the thermo package.

Static Public Member Functions

static autoPtr< rhoChemistryModel >  New (const fvMesh &mesh)
 Selector.

Protected Attributes

autoPtr< hsReactionThermo >  thermo_
 Thermo package.

Constructor & Destructor Documentation

rhoChemistryModel ( const fvMesh &   mesh,
const word &   thermoTypeName  
)

Construct from mesh.

Definition at line 41 of file rhoChemistryModel.C.

~rhoChemistryModel (  ) [virtual]

Destructor.

Definition at line 53 of file rhoChemistryModel.C.


Member Function Documentation

TypeName ( "rhoChemistryModel"    )

Runtime type information.

declareRunTimeSelectionTable ( autoPtr   ,
rhoChemistryModel   ,
fvMesh   ,
(const fvMesh &mesh, const word &compTypeName, const word &thermoTypeName)   ,
(mesh, compTypeName, thermoTypeName)    
)

Declare run-time constructor selection tables.

Foam::hsReactionThermo & thermo (  ) [inline]

Return access to the thermo package.

Definition at line 28 of file rhoChemistryModelI.H.

References rhoChemistryModel::thermo_.

const Foam::hsReactionThermo & thermo (  ) const [inline]

Return const access to the thermo package.

Definition at line 34 of file rhoChemistryModelI.H.


Member Data Documentation

Thermo package.

Definition at line 75 of file rhoChemistryModel.H.

Referenced by rhoChemistryModel::thermo().


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