pydfnWorks
python wrapper for dfnWorks
graph_flow.py File Reference

Go to the source code of this file.

Namespaces

 pydfnworks.dfnGraph.graph_flow
 

Functions

def pydfnworks.dfnGraph.graph_flow.get_laplacian_sparse_mat (G, nodelist=None, weight=None, dtype=None, format='lil')
 
def pydfnworks.dfnGraph.graph_flow.prepare_graph_with_attributes (inflow, outflow, G=None)
 
def pydfnworks.dfnGraph.graph_flow.solve_flow_on_graph (Gtilde, Pin, Pout, fluid_viscosity=8.9e-4)
 
def pydfnworks.dfnGraph.graph_flow.run_graph_flow (self, inflow, outflow, Pin, Pout, fluid_viscosity=8.9e-4, G=None)