#include "cantera/zeroD/ConnectorFactory.h"#include "cantera/zeroD/FlowDevice.h"#include "cantera/zeroD/flowControllers.h"#include "cantera/zeroD/Wall.h"Go to the source code of this file.
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. | |