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

rhoChemistryModel Class Reference

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

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.
hReactionThermothermo ()
 Return access to the thermo package.
const hReactionThermothermo () const
 Return const access to the thermo package.

Static Public Member Functions

static autoPtr< rhoChemistryModelNew (const fvMesh &mesh)
 Selector.

Protected Attributes

autoPtr< hReactionThermothermo_
 Thermo package.

Detailed Description

Chemistry model for density-based thermodynamics.

Source files

Definition at line 52 of file rhoChemistryModel.H.


Constructor & Destructor Documentation

rhoChemistryModel ( const fvMesh mesh,
const word thermoTypeName 
)

Construct from mesh.

Definition at line 33 of file rhoChemistryModel.C.

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

Here is the call graph for this function:

~rhoChemistryModel (  )  [virtual]

Destructor.

Definition at line 45 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::autoPtr< Foam::rhoChemistryModel > New ( const fvMesh mesh  )  [static]

Foam::hReactionThermo & thermo (  )  [inline]

Return access to the thermo package.

Definition at line 20 of file rhoChemistryModelI.H.

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

Return const access to the thermo package.

Definition at line 26 of file rhoChemistryModelI.H.

References rhoChemistryModel::thermo_.


Member Data Documentation

Thermo package.

Definition at line 70 of file rhoChemistryModel.H.

Referenced by rhoChemistryModel::thermo().


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