14 class Reservoir :
public ReactorBase
19 virtual std::string typeStr()
const {
26 virtual int type()
const {
28 "To be changed after Cantera 2.5. "
29 "Return string instead of magic number; use "
30 "Reservoir::typeStr during transition");
33 virtual void initialize(doublereal t0 = 0.0) {}
35 void insert(ThermoPhase& contents) {
39 void insert(shared_ptr<Solution> sol) {
virtual void setThermoMgr(thermo_t &thermo)
Specify the mixture contained in the reactor.
Namespace for the Cantera kernel.
const int ReservoirType
Magic numbers.