7 #ifndef CT_CONSTP_REACTOR_H
8 #define CT_CONSTP_REACTOR_H
29 return ConstPressureReactorType;
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.
Class ConstPressureReactor is a class for constant-pressure reactors.
virtual void evalEqs(doublereal t, doublereal *y, doublereal *ydot, doublereal *params)
virtual void updateState(doublereal *y)
Set the state of the reactor to correspond to the state vector y.
virtual void initialize(doublereal t0=0.0)
Initialize the reactor.
virtual int type() const
Return a constant indicating the type of this Reactor.
Class Reactor is a general-purpose class for stirred reactors.