Go to the documentation of this file.
37 #ifndef chemistrySolver_H
38 #define chemistrySolver_H
52 template<
class ChemistryModel>
virtual void solve(scalarField &c, scalar &T, scalar &p, scalar &deltaT, scalar &subDeltaT) const =0
An abstract base class for solving chemistry.
Basic thermodynamics type based on the use of fitting functions for cp, h, s obtained from the templa...
Generic templated field type.
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
chemistrySolver(typename ChemistryModel::reactionThermo &thermo)
const dimensionedScalar c
virtual ~chemistrySolver()