Go to the documentation of this file.
36 #ifndef noChemistySolver_H
37 #define noChemistySolver_H
50 template<
class ChemistryModel>
Dummy chemistry solver for 'none' option.
A class for handling words, derived from string.
An abstract base class for solving chemistry.
virtual ~noChemistrySolver()
Destructor.
Pre-declare SubField and related Field type.
TypeName("none")
Runtime type information.
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
Mesh data needed to do the Finite Volume discretisation.
noChemistrySolver(const fvMesh &mesh, const word &phaseName)
Construct from mesh and phase name.
const dimensionedScalar c
Speed of light in a vacuum.
virtual void solve(scalarField &c, scalar &T, scalar &p, scalar &deltaT, scalar &subDeltaT) const
Update the concentrations and return the chemical time.