Go to the source code of this file.
|
| 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< ReactorBase > | newReactor (const string &model, shared_ptr< Solution > phase, 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, 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.
|
| |