35 #ifndef chemistrySolver_H 36 #define chemistrySolver_H 51 template<
class ChemistryModel>
An abstract base class for solving chemistry.
fluidReactionThermo & thermo
virtual ~chemistrySolver()
Destructor.
Base-class for multi-component fluid thermodynamic properties.
const dimensionedScalar c
Speed of light in a vacuum.
chemistrySolver(const fluidReactionThermo &thermo)
Construct from thermo.
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
virtual void solve(scalar &p, scalar &T, scalarField &c, const label li, scalar &deltaT, scalar &subDeltaT) const =0
Update the concentrations and return the chemical time.