Go to the source code of this file.
Classes | |
| class | ReactorFactory |
| Factory class to create reactor objects. More... | |
| class | ReactorSurfaceFactory |
| Factory class to create ReactorSurface objects. More... | |
Namespaces | |
| namespace | Cantera |
| Namespace for the Cantera kernel. | |
Functions | |
| shared_ptr< ReactorBase > | newReactorBase (const string &model, shared_ptr< Solution > phase, bool clone=true, const string &name="(none)") |
| Create a ReactorBase object of the specified type and contents. | |
| shared_ptr< Reactor > | newReactor (const string &model, shared_ptr< Solution > phase, bool clone=true, const string &name="(none)") |
| Create a Reactor object of the specified type and contents. | |
| shared_ptr< Reactor > | newReactor4 (const string &model, shared_ptr< Solution > phase, bool clone=true, const string &name="(none)") |
| Create a Reactor object of the specified type and contents. | |
| shared_ptr< Reservoir > | newReservoir (shared_ptr< Solution > phase, bool clone=true, const string &name="(none)") |
| Create a Reservoir object with the specified contents. | |
| shared_ptr< ReactorSurface > | newReactorSurface (shared_ptr< Solution > phase, span< shared_ptr< ReactorBase > > reactors, bool clone=true, const string &name="(none)") |
| Create a ReactorSurface object with the specified contents and adjacent reactors participating in surface reactions. | |
| shared_ptr< ReactorSurface > | newReactorSurface (const string &model, shared_ptr< Solution > phase, span< shared_ptr< ReactorBase > > reactors, bool clone=true, const string &name="(none)") |
| Create a ReactorSurface object with the specified contents and adjacent reactors participating in surface reactions. | |