Go to the source code of this file.
|
shared_ptr< ReactorBase > | newReactorBase (const string &model, shared_ptr< Solution > contents, bool clone=true, 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, bool clone=true, const string &name="(none)") |
| Create a Reactor object of the specified type and contents.
|
|
shared_ptr< Reservoir > | newReservoir (shared_ptr< Solution > contents, bool clone=true, const string &name="(none)") |
| Create a Reservoir object with the specified contents.
|
|
shared_ptr< ReactorSurface > | newReactorSurface (shared_ptr< Solution > contents, const vector< 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.
|
|