Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 2.18 KB

Water_Related_Model.md

File metadata and controls

52 lines (33 loc) · 2.18 KB

Water Resources Software (USGS.gov)

Python solutions

On the uses of graph databases in water distribution systems

Water Distribution Network

  • Junctions - represent points in the network where the pressure is measured
  • Pipes - represent distribution paths
  • Sources
    • Tanks
    • Reservoirs
  • Valves
    • PRV (Pressure Reduction Valve) setting = pressure after the Valve ![[PRV.png]]
    • PSV (Pressure Sustain Valve) setting = pressure in front of Valve ![[PSV.png]]
    • PBV (Pressure Break Valve) setting = lower value of pressure ![[PBV.png]]
    • FCV (Flow Control Valve) setting = flow after the valve
    • TCV (Throttle Control Valve) setting = coefficient in formula $\Delta h=\xi v^{2}/2g$ ![[TCV.png]]
    • GPV (General Purpose Valve) contains relation curve:
      • Valve head loss
      • Valve operation schedule
  • Pumps

gasiepgodoy/WDN-Models-and-Data-Sets: This repository contains various EPANET models of water distribution networks (WDNs), ready-to-use CSV data sets and MATLAB scripts to customize simulation parameters and generate your own data files.

Best Practices

  • Usually put PSV to inlet of Tank to control minimal pressure
  • If to put two or more Valves in a row, always put a pipe between, otherwise causing instabilities
  • For controlling outlet from pumps is used FCV (Setting = nomination l/s)

![[WD_Legend_Prutok.png]]

![[WD_Legend_Tlak.png]]