43 namespace chemistryReductionMethods
50 template<
class ThermoType>
virtual void reduceMechanism(const scalar p, const scalar T, const scalarField &c, List< label > &ctos, DynamicList< label > &stoc, const label li)
Reduce the mechanism.
const dimensionedScalar c
Speed of light in a vacuum.
IOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO functionalit...
A 1D vector of objects of type <T> that resizes itself as necessary to accept the new objects...
basicChemistryModel & chemistry
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
Extends base chemistry model by adding a thermo package, and ODE functions. Introduces chemistry equa...
virtual ~EFA()
Destructor.
An abstract class for methods of chemical mechanism reduction.
TypeName("EFA")
Runtime type information.
EFA(const IOdictionary &dict, chemistryModel< ThermoType > &chemistry)
Construct from components.