Go to the documentation of this file.
70 return basicThermo::New<solidReactionThermo>(
mesh, phaseName);
81 return basicThermo::New<solidReactionThermo>(
mesh,
dict, phaseName);
A class for handling words, derived from string.
solidReactionThermo(const fvMesh &, const word &phaseName)
Construct from mesh and phase name.
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
Fundamental solid thermodynamic properties.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Mesh data needed to do the Finite Volume discretisation.
virtual ~solidReactionThermo()
Destructor.
static autoPtr< solidReactionThermo > New(const fvMesh &, const word &phaseName=word::null)
Standard selection based on fvMesh.
defineTypeNameAndDebug(combustionModel, 0)