4#include "cantera/base/Solution.h"
5#include "cantera/thermo.h"
6#include "cantera/kinetics.h"
26 virtual void react(
double &h, std::vector<double> &y,
const double tRun);
28 int rhsf(
const double t,
const double *vars,
double *dvarsdt);
virtual ~batchReactor_cvode()
batchReactor_cvode(std::shared_ptr< Cantera::Solution > cantSol)
Constructor for the batchReactor_cvode class.
std::shared_ptr< integrator_cvode > integrator
cvode integrator wrapper
int rhsf(const double t, const double *vars, double *dvarsdt)
Computes the right-hand side of the ODE system.
virtual void react(double &h, std::vector< double > &y, const double tRun)
Simulates a reaction in the batch reactor.