7 #ifndef CT_IDEALGASCONSTP_REACTOR_H
8 #define CT_IDEALGASCONSTP_REACTOR_H
29 return IdealGasConstPressureReactorType;
38 virtual void evalEqs(doublereal t, doublereal* y,
39 doublereal* ydot, doublereal* params);
Class ConstPressureReactor is a class for constant-pressure reactors.
virtual void getInitialConditions(doublereal t0, size_t leny, doublereal *y)
Called by ReactorNet to get the initial conditions.
virtual void setThermoMgr(ThermoPhase &thermo)
Specify the mixture contained in 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)
virtual int type() const
Return a constant indicating the type of this Reactor.
virtual void initialize(doublereal t0=0.0)
Initialize the reactor.