9 #ifndef CT_GRI30_KINETICS_H
10 #define CT_GRI30_KINETICS_H
16 const int cGRI_30_Kinetics = cGasKinetics + 1;
29 return cGRI_30_Kinetics;
34 get_wdot(&m_ropnet[0], net);
38 void gri30_update_rates_T();
39 void gri30_updateROP();
46 void get_wdot(
const doublereal* rop, doublereal* wdot);
47 void update_kc(
const doublereal* grt, doublereal c0, doublereal* rkc);
48 void update_rates(doublereal t, doublereal tlog, doublereal* rf);
49 void eval_ropnet(
const doublereal* c,
const doublereal* rf,
const doublereal* rkc, doublereal* r);
Kinetics manager implementing reaction mechanism GRI-Mech 3.0.
Kinetics manager for elementary gas-phase chemistry.
Base class for a phase with thermodynamic properties.
virtual int type() const
Identifies the kinetics manager type.
virtual void getNetProductionRates(doublereal *net)
Species net production rates [kmol/m^3/s or kmol/m^2/s].
void gri30_updateKc()
Update the equilibrium constants in molar units.
GRI_30_Kinetics(thermo_t *th=0)
Default constructor.