6#ifndef CT_IDEALGASREACTOR_H
7#define CT_IDEALGASREACTOR_H
26 "To be removed after Cantera 2.6. Use type() instead.");
27 return "IdealGasReactor";
30 virtual std::string
type()
const {
31 return "IdealGasReactor";
36 virtual void getState(doublereal* y);
40 virtual void eval(
double t,
double* LHS,
double* RHS);
Class IdealGasReactor is a class for stirred reactors that is specifically optimized for ideal gases.
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 updateState(doublereal *y)
Set the state of the reactor to correspond to the state vector y.
virtual void eval(double t, double *LHS, double *RHS)
Evaluate the reactor governing equations.
virtual std::string typeStr() const
String indicating the reactor model implemented.
virtual void getState(doublereal *y)
Get the the current state of the reactor.
std::string componentName(size_t k)
Return the name of the solution component with index i.
virtual std::string type() const
String indicating the reactor model implemented.
virtual void initialize(doublereal t0=0.0)
Initialize the reactor.
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.
Base class for a phase with thermodynamic properties.
Namespace for the Cantera kernel.
void warn_deprecated(const std::string &source, const AnyBase &node, const std::string &message)
A deprecation warning for syntax in an input file.
std::vector< double > vector_fp
Turn on the use of stl vectors for the basic array type within cantera Vector of doubles.