6 #ifndef CT_IDEALGASCONSTP_REACTOR_H 7 #define CT_IDEALGASCONSTP_REACTOR_H 27 return IdealGasConstPressureReactorType;
32 virtual void getState(doublereal* y);
35 virtual void evalEqs(doublereal t, doublereal* y,
36 doublereal* ydot, doublereal* params);
virtual int type() const
Return a constant indicating the type of this Reactor.
std::string componentName(size_t k)
Return the name of the solution component with index i.
Class ConstPressureReactor is a class for constant-pressure reactors.
virtual void setThermoMgr(ThermoPhase &thermo)
Specify the mixture contained in the reactor.
virtual void getState(doublereal *y)
Get the the current state of the reactor.
vector_fp m_hk
Species molar enthalpies.
virtual void updateState(doublereal *y)
Set the state of the reactor to correspond to the state vector y.
Base class for a phase with thermodynamic properties.
virtual size_t componentIndex(const std::string &nm) const
Return the index in the solution vector for this reactor of the component named nm.
Class ConstPressureReactor is a class for constant-pressure reactors.
std::vector< double > vector_fp
Turn on the use of stl vectors for the basic array type within cantera Vector of doubles.
virtual void evalEqs(doublereal t, doublereal *y, doublereal *ydot, doublereal *params)
Namespace for the Cantera kernel.
virtual void initialize(doublereal t0=0.0)
Initialize the reactor.