MCPcopy Create free account

hub / github.com/benjiyamin/pyflo / functions

Functions245 in github.com/benjiyamin/pyflo

Methodbasins
(self)
pyflo/networks.py:119
Methodcritical_slope
Goal seek a the critical slope in a open flow case. Args: flow (float): Flow, in :math:`feet^3/second`. Returns:
pyflo/links.py:311
Functioncsv_from_tuple_list
Write a list of tuples that represents data to a csv file. Args: filename (str): The name of the file to write data. data (List[T
pyflo/system.py:56
Methoddrop
(self)
pyflo/links.py:134
Methodefficiency
(self, flow)
pyflo/inlets.py:10
Methodelev_lowest
Get the elevation of the lowest point of the cross section. Returns: float: Elevation, in :math:`feet`.
pyflo/sections.py:291
Methodfirst_station
(self)
pyflo/geometry/vertical.py:82
Methodflood_data
(self, rain_dist, interval)
pyflo/basins.py:8
Methodflood_hydrograph
Get a composite hydrograph of basin runoff generated from rainfall over time. Args: rain_depths (numpy.ndarray): A 2D array of sc
pyflo/nrcs/hydrology.py:140
Methodflood_hydrograph
Get a composite hydrograph of basin runoff generated from rainfall over time. Args: rain_dist (numpy.ndarray): The hydrograph wit
pyflo/rational/hydrology.py:66
Methodflow
(self, stage_1, stage_2)
pyflo/links.py:598
Methodflow_area
(self, depth)
pyflo/sections.py:129
Methodflow_area
Get the cross sectional area of flow, given a depth from the invert. Args: depth (float): Depth, in :math:`feet`. Return
pyflo/sections.py:169
Methodfroude_number
Get the froude number, used to compare if flow is sub- or super-critical. Args: velocity (float): In :math:`feet/second`.
pyflo/links.py:192
Methodget_distribution
Generate a distribution with ordered pairs over the defined range. Args: x_max (float): The maximum input to retrieve values.
pyflo/distributions.py:120
Functionincrement
(array, interval)
pyflo/distributions.py:138
Methodinitial_abstraction
(self)
pyflo/nrcs/hydrology.py:40
Methodinverts
(self)
pyflo/links.py:143
Methodk
(self)
pyflo/geometry/vertical.py:51
Methodlast_station
(self)
pyflo/geometry/vertical.py:88
Methodlength
(self)
pyflo/links.py:124
Methodlinks
(self)
pyflo/networks.py:110
Functionlinks_down_to_node
Gets a list of links traced downstream to a node, ordered from farthest to closest. Args: node (networks.Node): The most downstream node
pyflo/build.py:50
Functionlinks_up_to_node
Gets a list of links traced upstream to a node, ordered from farthest to closest. Args: node (networks.Node): The most upstream node that
pyflo/build.py:116
Methodnode_2
(self)
pyflo/links.py:24
Methodnormal_depth
(self, flow)
pyflo/links.py:82
Methodnormal_depth_accuracy
(self, depth, flow)
pyflo/links.py:39
Methodpeak_runoff
(self)
pyflo/nrcs/hydrology.py:162
Methodpeak_time
(self)
pyflo/nrcs/hydrology.py:156
Methodperimeter
(self)
pyflo/sections.py:126
Functionplot_network_profile
Args: network (networks.Network): link (links.Link): Returns:
pyflo/plot.py:8
Methodpotential_retention
(self)
pyflo/nrcs/hydrology.py:36
Methodprofile_classification
(self, flow, depth=None)
pyflo/links.py:205
Methodprojection
(self, depth)
pyflo/sections.py:52
Methodprojection
(self, depth)
pyflo/sections.py:141
Methodprojection
(self, depth)
pyflo/sections.py:205
Methodpvc_station
(self)
pyflo/geometry/vertical.py:57
Methodpvt_elevation
(self)
pyflo/geometry/vertical.py:67
Methodpvt_station
(self)
pyflo/geometry/vertical.py:61
Methodreaches
(self)
pyflo/networks.py:115
Methodrise
(self)
pyflo/sections.py:19
Methodrise
(self)
pyflo/sections.py:63
Methodrise
(self)
pyflo/sections.py:118
Methodrise
(self)
pyflo/sections.py:152
Methodrunoff_area
(self)
pyflo/rational/hydrology.py:34
Methodrunoff_volume
Get the volume of runoff generated from a defined rainfall and properties of the basin. Args: rain_depth (float): In :math:`inche
pyflo/nrcs/hydrology.py:72
Methodsection_time
(self, depth, flow)
pyflo/links.py:74
Methodsection_time
Get the travel time of water from end-to-end. Args: depth (float): In :math:`feet`. flow (float): Flow, in :math:`fee
pyflo/links.py:376
MethodsetUp
(self)
tests/test_open_channel_flow.py:30
MethodsetUp
(self)
tests/test_open_channel_flow.py:83
MethodsetUp
(self)
tests/speed.py:8
MethodsetUp
(self)
tests/test_routing.py:12
MethodsetUp
(self)
tests/test_routing.py:44
MethodsetUp
(self)
tests/test_routing.py:82
MethodsetUp
(self)
tests/test_rational.py:11
MethodsetUp
(self)
tests/test_rational.py:35
MethodsetUp
(self)
tests/test_rational.py:83
MethodsetUp
(self)
tests/test_rational.py:146
MethodsetUp
(self)
tests/test_rational.py:219
MethodsetUp
(self)
tests/test_vertical.py:10
MethodsetUp
(self)
tests/test_vertical.py:225
MethodsetUp
(self)
tests/test_vertical.py:246
Methodshear_stress
Get the shear stress along the lining of the reach. Args: depth (float): In :math:`feet`. method: The options are `'a
pyflo/links.py:233
Methodslope
Gets the slope at a station along the profile. Args: station (float): The position along the profile, in :math:`feet`. R
pyflo/geometry/vertical.py:111
Methodsolve_poly
(x)
tests/test_maths.py:40
Methodsolve_poly_new
(x, goal)
tests/test_maths.py:63
Methodsolve_poly_old
(x)
tests/test_maths.py:59
Methodstage
Get the elevation that corresponds to a time. Args: time (float): In :math:`hours`. Returns: float: Elevatio
pyflo/routing.py:35
Methodstage
Goal seek the elevation that corresponds to a defined volume. Args: storage (float): A volume, in :math:`feet^3`. Return
pyflo/routing.py:136
Methodstage_accuracy
Check solution convergence for stage's corresponding volume and storage. Args: stage (float): An elevation, in :math:`feet`.
pyflo/routing.py:123
Methodstage_accuracy
(self, stage, inflow, link, results)
pyflo/routing.py:204
Methodsurface_width
(self, depth)
pyflo/sections.py:49
Methodsurface_width
(self, depth)
pyflo/sections.py:138
MethodtearDown
(self)
tests/speed.py:12
Methodtest_cumulative_runoff_data
(self)
tests/test_networks.py:10
Methodtest_elevation
(self)
tests/test_vertical.py:133
Methodtest_elevations
(self)
tests/test_vertical.py:138
Methodtest_flood_hydrograph
(self)
tests/test_routing.py:250
Methodtest_flow
(self)
tests/test_rational.py:65
Methodtest_flow
(self)
tests/test_rational.py:128
Methodtest_flow
(self)
tests/test_rational.py:275
Methodtest_g1
(self)
tests/test_vertical.py:28
Methodtest_g1_next
(self)
tests/test_vertical.py:53
Methodtest_g2
(self)
tests/test_vertical.py:33
Methodtest_generator_expression
(self)
tests/speed.py:19
Methodtest_generator_expression_and_list
(self)
tests/speed.py:22
Methodtest_get_cumulative_runoff
(self)
tests/test_rational.py:57
Methodtest_get_cumulative_runoff
(self)
tests/test_rational.py:120
Methodtest_get_cumulative_runoff
(self)
tests/test_rational.py:203
Methodtest_get_cumulative_runoff
(self)
tests/test_rational.py:267
Methodtest_goal_seek
(self)
tests/test_maths.py:38
Methodtest_hgl_lower
(self)
tests/test_rational.py:75
Methodtest_hgl_lower
(self)
tests/test_rational.py:138
Methodtest_hgl_upper
(self)
tests/test_rational.py:70
Methodtest_hgl_upper
(self)
tests/test_rational.py:133
Methodtest_intensity_coefficients
(self)
tests/test_rational.py:25
Methodtest_intensity_equation
(self)
tests/test_rational.py:15
Methodtest_intensity_x_key
(self)
tests/test_rational.py:20
Methodtest_key_stations
(self)
tests/test_vertical.py:170
Methodtest_key_stations
(self)
tests/test_vertical.py:252
← previousnext →101–200 of 245, ranked by callers