Go to the source code of this file.
|
shared_ptr< ConnectorNode > | newConnectorNode (const string &model, shared_ptr< ReactorBase > r0, shared_ptr< ReactorBase > r1, const string &name="(none)") |
| Create a ConnectorNode object of the specified type.
|
|
shared_ptr< FlowDevice > | newFlowDevice (const string &model, shared_ptr< ReactorBase > r0, shared_ptr< ReactorBase > r1, const string &name="(none)") |
| Create a FlowDevice object of the specified type.
|
|
shared_ptr< FlowDevice > | newFlowDevice (const string &model, const string &name="(none)") |
| Create a FlowDevice object of the specified type.
|
|
shared_ptr< WallBase > | newWall (const string &model, shared_ptr< ReactorBase > r0, shared_ptr< ReactorBase > r1, const string &name="(none)") |
| Create a WallBase object of the specified type.
|
|
shared_ptr< WallBase > | newWall (const string &model, const string &name="(none)") |
| Create a WallBase object of the specified type.
|
|