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 > | newReactorBase (const string &model, shared_ptr< Solution > contents, const string &name="(none)") |
Create a ReactorBase object of the specified type and contents. | |
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< Reactor > | newReactor4 (const string &model, shared_ptr< Solution > contents, const string &name="(none)") |
Create a Reactor object of the specified type and contents. | |
shared_ptr< Reservoir > | newReservoir (shared_ptr< Solution > contents, const string &name="(none)") |
Create a Reservoir object with the specified contents. | |