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

psiChemistryModel Class Reference

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

Inheritance diagram for psiChemistryModel:
Collaboration diagram for psiChemistryModel:

List of all members.


Public Member Functions

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

Static Public Member Functions

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

Protected Attributes

autoPtr< hCombustionThermothermo_
 Thermo package.

Detailed Description

Chemistry model for compressibility-based thermodynamics.

Source files

Definition at line 52 of file psiChemistryModel.H.


Constructor & Destructor Documentation

psiChemistryModel ( const fvMesh mesh,
const word thermoTypeName 
)

Construct from mesh.

Definition at line 33 of file psiChemistryModel.C.

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

Here is the call graph for this function:

~psiChemistryModel (  )  [virtual]

Destructor.

Definition at line 45 of file psiChemistryModel.C.


Member Function Documentation

TypeName ( "psiChemistryModel"   ) 

Runtime type information.

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

Declare run-time constructor selection tables.

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

Foam::hCombustionThermo & thermo (  )  [inline]

Return access to the thermo package.

Definition at line 20 of file psiChemistryModelI.H.

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

Return const access to the thermo package.

Definition at line 26 of file psiChemistryModelI.H.

References psiChemistryModel::thermo_.


Member Data Documentation

Thermo package.

Definition at line 70 of file psiChemistryModel.H.

Referenced by psiChemistryModel::thermo().


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