6 #ifndef CT_CONSTP_REACTOR_H 7 #define CT_CONSTP_REACTOR_H 28 return ConstPressureReactorType;
31 virtual void getState(doublereal* y);
34 virtual void evalEqs(doublereal t, doublereal* y,
35 doublereal* ydot, doublereal* params);
Class ConstPressureReactor is a class for constant-pressure reactors.
virtual size_t componentIndex(const std::string &nm) const
Return the index in the solution vector for this reactor of the component named nm.
virtual void evalEqs(doublereal t, doublereal *y, doublereal *ydot, doublereal *params)
virtual int type() const
Return a constant indicating the type of this Reactor.
virtual void updateState(doublereal *y)
Set the state of the reactor to correspond to the state vector y.
std::string componentName(size_t k)
Return the name of the solution component with index i.
virtual void initialize(doublereal t0=0.0)
Initialize the reactor.
virtual void getState(doublereal *y)
Get the the current state of the reactor.
Namespace for the Cantera kernel.
Class Reactor is a general-purpose class for stirred reactors.