Loading [MathJax]/extensions/tex2jax.js
Cantera  3.2.0a1
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
ConnectorFactory.h File Reference
Include dependency graph for ConnectorFactory.h:
This graph shows which files directly or indirectly include this file:

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< ConnectorNodenewConnectorNode (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< FlowDevicenewFlowDevice (const string &model, const string &name="(none)")
 Create a FlowDevice object of the specified type.
 
shared_ptr< FlowDevicenewFlowDevice (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< WallBasenewWall (const string &model, const string &name="(none)")
 Create a WallBase object of the specified type.
 
shared_ptr< WallBasenewWall (const string &model, shared_ptr< ReactorBase > r0, shared_ptr< ReactorBase > r1, const string &name="(none)")
 Create a WallBase object of the specified type.