A module for flow network simulations
Bases: networkx.classes.graph.Graph
A class to describe a flow network.
How the input flows distribute themselves into currents is determined by a flowmodel.
Returns the steady state flows.
Keyword Arguments: | |
---|---|
Whatever is required by the flows method of the flowmodel. | |
Returns: |
|
Note
Depending on the flowmodel, the returned flows may not be unique.
Bases: flownetpy.flownetwork.FlowNetwork
Computes the steady state flows.
Parameters: |
|
---|---|
Returns: |
|
Bases: networkx.classes.graph.Graph
A class to describe a flow network.
How the input flows distribute themselves into currents is determined by a flowmodel.
Returns the steady state flows.
Keyword Arguments: | |
---|---|
Whatever is required by the flows method of the flowmodel. | |
Returns: |
|
Note
Depending on the flowmodel, the returned flows may not be unique.
Bases: flownetpy.flownetwork.FlowNetwork
Computes the steady state flows.
Parameters: |
|
---|---|
Returns: |
|
Bases: flownetpy.flownetwork.FlowNetwork