50 template<
class ChemistryModel>
74 ode(
typename ChemistryModel::reactionThermo&
thermo);
An abstract base class for solving chemistry.
A list of keyword definitions, which are a keyword followed by any number of values (e...
rhoReactionThermo & thermo
An ODE solver for chemistry.
TypeName("ode")
Runtime type information.
virtual void solve(scalarField &c, scalar &T, scalar &p, scalar &deltaT, scalar &subDeltaT) const
Update the concentrations and return the chemical time.
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
ode(typename ChemistryModel::reactionThermo &thermo)
Construct from thermo.
const dimensionedScalar c
Speed of light in a vacuum.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
virtual ~ode()
Destructor.