50 template<
class ChemistryModel>
74 ode(
const typename ChemistryModel::reactionThermo&
thermo);
An abstract base class for solving chemistry.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
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.
rhoReactionThermo & thermo
const dimensionedScalar & c
Speed of light in a vacuum.
An ODE solver for chemistry.
TypeName("ode")
Runtime type information.
ode(const typename ChemistryModel::reactionThermo &thermo)
Construct from thermo.
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.