50 template<
class ChemistryModel>
An abstract base class for solving chemistry.
A list of keyword definitions, which are a keyword followed by any number of values (e...
An ODE solver for chemistry.
ode(const fvMesh &mesh, const word &phaseName)
Construct from mesh and phase name.
TypeName("ode")
Runtime type information.
A class for handling words, derived from string.
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)
Mesh data needed to do the Finite Volume discretisation.
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.