MCPcopy Create free account
hub / github.com/Cantera/cantera / newConnectorNode

Function newConnectorNode

src/zeroD/ConnectorFactory.cpp:47–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47shared_ptr<ConnectorNode> newConnectorNode(
48 const string& model,
49 shared_ptr<ReactorBase> r0, shared_ptr<ReactorBase> r1, const string& name)
50{
51 return shared_ptr<ConnectorNode>(
52 ConnectorFactory::factory()->create(model, r0, r1, name));
53}
54
55shared_ptr<FlowDevice> newFlowDevice(
56 const string& model,

Callers 3

newFlowDeviceFunction · 0.85
newWallFunction · 0.85
connector_newFunction · 0.85

Calls 1

createMethod · 0.45

Tested by

no test coverage detected