36 #ifndef noChemistrySolver_H 37 #define noChemistrySolver_H 50 template<
class ChemistryModel>
67 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.
rhoReactionThermo & thermo
const dimensionedScalar & c
Speed of light in a vacuum.
Dummy chemistry solver for 'none' option.
TypeName("none")
Runtime type information.
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
virtual ~noChemistrySolver()
Destructor.
noChemistrySolver(const typename ChemistryModel::reactionThermo &thermo)
Construct from thermo.
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.