7 #ifndef CT_IDEALGASREACTOR_H
8 #define CT_IDEALGASREACTOR_H
26 return IdealGasReactorType;
36 virtual void evalEqs(doublereal t, doublereal* y,
37 doublereal* ydot, doublereal* params);
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 getInitialConditions(doublereal t0, size_t leny, doublereal *y)
Called by ReactorNet to get the initial conditions.
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 int type() const
Return a constant indicating the type of this Reactor.
virtual void initialize(doublereal t0=0.0)
Initialize the reactor.
std::vector< double > vector_fp
Turn on the use of stl vectors for the basic array type within cantera Vector of doubles.
Class IdealGasReactor is a class for stirred reactors that is specifically optimized for ideal gases...
virtual void evalEqs(doublereal t, doublereal *y, doublereal *ydot, doublereal *params)
virtual void setThermoMgr(ThermoPhase &thermo)
Specify the mixture contained in the reactor.
vector_fp m_uk
Species molar internal energies.
Class Reactor is a general-purpose class for stirred reactors.