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