6#ifndef CT_MOLEREACTOR_H
7#define CT_MOLEREACTOR_H
24 MoleReactor(shared_ptr<Solution> sol,
bool clone,
const string&
name=
"(none)");
26 string type()
const override {
32 void eval(
double t,
double* LHS,
double* RHS)
override;
MoleReactor is meant to serve the same purpose as the reactor class but with a state vector composed ...
double upperBound(size_t k) const override
Get the upper bound on the k-th component of the local state vector.
void resetBadValues(double *y) override
Reset physically or mathematically problematic values, such as negative species concentrations.
void getMoles(double *y)
Get moles of the system from mass fractions stored by thermo object.
void eval(double t, double *LHS, double *RHS) override
Evaluate the reactor governing equations.
string type() const override
String indicating the reactor model implemented.
size_t componentIndex(const string &nm) const override
Return the index in the solution vector for this reactor of the component named nm.
const size_t m_sidx
const value for the species start index
void setMassFromMoles(double *y)
Set internal mass variable based on moles given.
void getState(double *y) override
Get the current state of the reactor.
double lowerBound(size_t k) const override
Get the lower bound on the k-th component of the local state vector.
string componentName(size_t k) override
Return the name of the solution component with index i.
void updateState(double *y) override
Set the state of the reactor to correspond to the state vector y.
string name() const
Return the name of this reactor.
Class Reactor is a general-purpose class for stirred reactors.
Namespace for the Cantera kernel.