Go to the documentation of this file.
35 #ifndef chemistrySolver_H
36 #define chemistrySolver_H
51 template<
class ChemistryModel>
A class for handling words, derived from string.
virtual void solve(scalarField &c, scalar &T, scalar &p, scalar &deltaT, scalar &subDeltaT) const =0
Update the concentrations and return the chemical time.
An abstract base class for solving chemistry.
chemistrySolver(const fvMesh &mesh, const word &phaseName)
Construct from components and phase name.
Pre-declare SubField and related Field type.
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.
virtual ~chemistrySolver()
Destructor.