Chemistry model for density-based thermodynamics. More...
#include <chemistryModel/rhoChemistryModel.H>
Chemistry model for density-based thermodynamics.
Definition at line 57 of file rhoChemistryModel.H.
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.
|
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.
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]
|
Selector.
Definition at line 31 of file newRhoChemistryModel.C.
References TimePaths::constant(), Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorIn, forAll, Foam::Info, dictionary::lookup(), mesh, Foam::nl, and fvMesh::time().
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.
autoPtr<hsReactionThermo> thermo_ [protected]
|
Thermo package.
Definition at line 75 of file rhoChemistryModel.H.
Referenced by rhoChemistryModel::thermo().