3#include "cantera/base/Solution.h"
4#include "cantera/thermo.h"
5#include "cantera/kinetics.h"
19 std::shared_ptr<Cantera::ThermoPhase>
gas;
20 std::shared_ptr<Cantera::Kinetics>
kin;
37 virtual void react(
double &h, std::vector<double> &y,
const double tRun) = 0;
int nvar
number of variables/equations solved
double rho
density during integrate
std::shared_ptr< Cantera::Kinetics > kin
Cantera kinetics object.
double P_fixed
pressure during integrate
std::shared_ptr< Cantera::ThermoPhase > gas
Cantera thermo object.
double h_fixed
adiabatic h during integrate
double getDensity() const
double temperature
temperature during integrate
virtual void react(double &h, std::vector< double > &y, const double tRun)=0