6#ifndef CT_CONSTP_REACTOR_H
7#define CT_CONSTP_REACTOR_H
28 string type()
const override {
29 return "ConstPressureReactor";
35 void eval(
double t,
double* LHS,
double* RHS)
override;
Class ConstPressureReactor is a class for constant-pressure reactors.
void eval(double t, double *LHS, double *RHS) override
Evaluate the reactor governing equations.
string type() const override
String indicating the reactor model implemented.
size_t componentIndex(const string &nm) const override
Return the index in the solution vector for this reactor of the component named nm.
void getState(double *y) override
Get the the current state of the reactor.
string componentName(size_t k) override
Return the name of the solution component with index i.
void updateState(double *y) override
Set the state of the reactor to correspond to the state vector y.
void initialize(double t0=0.0) override
Initialize the reactor.
Class Reactor is a general-purpose class for stirred reactors.
Namespace for the Cantera kernel.