41#ifndef psiReactionThermo_H
42#define psiReactionThermo_H
100 const word& phaseName
108 const word& phaseName,
127 const word& phaseName,
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
Specialization of basicMultiComponentMixture for a mixture consisting of a number for molecular speci...
static const word dictName
Mesh data needed to do the Finite Volume discretisation.
declareRunTimeSelectionTable(autoPtr, psiReactionThermo, fvMesh,(const fvMesh &mesh, const word &phaseName),(mesh, phaseName))
Declare run-time constructor selection tables.
TypeName("psiReactionThermo")
Runtime type information.
autoPtr< speciesCompositionTable > specieComposition() const
Table of species composition.
virtual ~psiReactionThermo()
Destructor.
virtual basicSpecieMixture & composition()=0
Return the composition of the multi-component mixture.
declareRunTimeSelectionTable(autoPtr, psiReactionThermo, fvMeshDictPhase,(const fvMesh &mesh, const word &phaseName, const word &dictName),(mesh, phaseName, dictName))
Declare run-time constructor selection table for dictionary based.
virtual const basicSpecieMixture & composition() const =0
Return the composition of the multi-component mixture.
static autoPtr< psiReactionThermo > New(const fvMesh &, const word &phaseName=word::null)
Standard selection based on fvMesh.
Basic thermodynamic properties based on compressibility.
A class for handling words, derived from Foam::string.
HashTable< List< specieElement > > speciesCompositionTable
Macros to ease declaration of run-time selection tables.
#define declareRunTimeSelectionTable(ptrWrapper, baseType, argNames, argList, parList)
Declare a run-time selection (variables and adder classes)
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.