Go to the documentation of this file.
56 const word& phaseName,
72 return basicThermo::New<psiReactionThermo>(
mesh, phaseName);
79 const word& phaseName,
83 return basicThermo::New<psiReactionThermo>(
mesh, phaseName,
dictName);
A class for handling words, derived from Foam::string.
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
const word dictName("faMeshDefinition")
virtual ~psiReactionThermo()
Basic thermodynamic properties based on compressibility.
psiReactionThermo(const fvMesh &, const word &phaseName)
Mesh data needed to do the Finite Volume discretisation.
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
static autoPtr< psiReactionThermo > New(const fvMesh &, const word &phaseName=word::null)
defineTypeNameAndDebug(combustionModel, 0)