Go to the source code of this file.
Classes | |
class | ReactorFactory |
Factory class to create reactor objects. More... | |
Namespaces | |
namespace | Cantera |
Namespace for the Cantera kernel. | |
Functions | |
shared_ptr< ReactorBase > | newReactor (const string &model) |
Create a Reactor object of the specified type. | |
shared_ptr< ReactorBase > | newReactor (const string &model, shared_ptr< Solution > contents, const string &name="(none)") |
Create a Reactor object of the specified type and contents. | |
shared_ptr< ReactorBase > | newReactor3 (const string &model) |
Create a Reactor object of the specified type. | |