Go to the documentation of this file.
37 #ifndef EulerImplicit_H
38 #define EulerImplicit_H
55 template<
class ChemistryModel>
A simple wrapper around bool so that it can be read as a word: true/false, on/off,...
A simple square matrix solver with scalar coefficients.
An abstract base class for solving chemistry.
Basic thermodynamics type based on the use of fitting functions for cp, h, s obtained from the templa...
EulerImplicit(typename ChemistryModel::reactionThermo &thermo)
virtual void solve(scalarField &c, scalar &T, scalar &p, scalar &deltaT, scalar &subDeltaT) const
Generic templated field type.
TypeName("EulerImplicit")
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
An Euler implicit solver for chemistry.
const dimensionedScalar c
void updateRRInReactionI(const label index, const scalar pr, const scalar pf, const scalar corr, const label lRef, const label rRef, const scalar p, const scalar T, simpleMatrix< scalar > &RR) const