21 using ReactorBase::ReactorBase;
23 string type()
const override {
32 "Unused; to be removed after Cantera 3.1.");
Base class for stirred reactors.
virtual void setThermo(ThermoPhase &thermo)
Specify the mixture contained in the reactor.
void insert(shared_ptr< Solution > sol)
ThermoPhase & contents()
return a reference to the contents.
A source or sink whose state remains constant regardless of any flows or other interactions with othe...
string type() const override
String indicating the reactor model implemented.
void initialize(double t0=0.0) override
Initialize the reactor.
void insert(ThermoPhase &contents)
Base class for a phase with thermodynamic properties.
Namespace for the Cantera kernel.
void warn_deprecated(const string &source, const AnyBase &node, const string &message)
A deprecation warning for syntax in an input file.