51 thermo.phasePropertyName(
"chemistryProperties"),
52 thermo.db().time().constant(),
58 mesh_(thermo.
T().
mesh()),
59 chemistry_(
lookup(
"chemistry")),
60 deltaTChemIni_(
lookup<scalar>(
"initialChemicalTimeStep")),
61 deltaTChemMax_(lookupOrDefault(
"maxChemicalTimeStep", great)),
66 thermo.phasePropertyName(
"deltaTChem"),
67 mesh().time().constant(),
Abstract base-class for fluid and solid thermodynamic properties.
void correct()
Correct function - updates due to mesh changes.
rhoReactionThermo & thermo
IOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO functionalit...
virtual ~basicChemistryModel()
Destructor.
basicChemistryModel(const basicThermo &thermo)
Construct from thermo.
stressControl lookup("compactNormalStress") >> compactNormalStress
defineTypeNameAndDebug(combustionModel, 0)
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
const dimensionSet dimTime(0, 0, 1, 0, 0, 0, 0)
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...