Go to the source code of this file.
Classes | |
| class | ConnectorFactory |
| Factory class to create ConnectorNode objects. More... | |
Namespaces | |
| namespace | Cantera |
| Namespace for the Cantera kernel. | |
Functions | |
| 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< 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. | |