7 #ifndef CT_CONSTP_REACTOR_H
8 #define CT_CONSTP_REACTOR_H
41 virtual int type()
const {
42 return ConstPressureReactorType;
49 virtual void getInitialConditions(doublereal t0,
size_t leny,
53 virtual void evalEqs(doublereal t, doublereal* y,
54 doublereal* ydot, doublereal* params);
58 virtual size_t componentIndex(std::string nm)
const;