EPANET
   HOME

TheInfoList



OR:

EPANET (Environmental Protection Agency Network Evaluation Tool) is a
public domain The public domain (PD) consists of all the creative work A creative work is a manifestation of creative effort including fine artwork (sculpture, paintings, drawing, sketching, performance art), dance, writing (literature), filmmaking, ...
,
water distribution system A water distribution system is a part of water supply network with components that carry potable water from a centralized treatment plant or wells to consumers to satisfy residential, commercial, industrial and fire fighting requirements. Defini ...
modeling software package developed by the
United States Environmental Protection Agency The Environmental Protection Agency (EPA) is an independent executive agency of the United States federal government tasked with environmental protection matters. President Richard Nixon proposed the establishment of EPA on July 9, 1970; it be ...
's (EPA) Water Supply and Water Resources Division. It performs extended-period simulation of hydraulic and water-quality behavior within pressurized pipe networks and is designed to be "a research tool that improves our understanding of the movement and fate of drinking-water constituents within distribution systems". EPANET first appeared in 1993. EPANET 2 is available both as a standalone program and as an open-source toolkit (
Application Programming Interface An application programming interface (API) is a way for two or more computer programs to communicate with each other. It is a type of software interface, offering a service to other pieces of software. A document or standard that describes how t ...
in C). Its computational engine is used by many software companies that developed more powerful, proprietary packages, often
GIS A geographic information system (GIS) is a type of database containing Geographic data and information, geographic data (that is, descriptions of phenomena for which location is relevant), combined with Geographic information system software, sof ...
-centric. The EPANET ".inp" input file format,Rossman, L. A., "EPANET 2 Users Manual", 2000 which represents network topology, water consumption, and control rules, is supported by many free and commercial modeling packages. Therefore, it is arguably considered as the
industry standard ''Industry Standard'' is the sixth studio album by the Dixie Dregs, released in 1982. This was the second of two albums released under the moniker The Dregs, and is their only album featuring vocals (by Alex Ligertwood of Santana and Patrick Si ...
.


Features

EPANET provides an integrated environment for editing network input data, running hydraulic and
water quality Water quality refers to the chemical, physical, and biological characteristics of water based on the standards of its usage. It is most frequently used by reference to a set of standards against which compliance, generally achieved through tr ...
simulations, and viewing the results in a variety of formats. EPANET provides a fully equipped and extended period of hydraulic analysis that can handle systems of any size. The package also supports the simulation of spatially and temporally varying water demand, constant or variable speed pumps, and the minor head losses for bends and fittings. The modeling provides information such as flows in pipes, pressures at junctions, propagation of a contaminant, chlorine concentration, water age, and even alternative scenario analysis. This helps to compute pumping energy and cost and then model various types of
valve A valve is a device or natural object that regulates, directs or controls the flow of a fluid (gases, liquids, fluidized solids, or slurries) by opening, closing, or partially obstructing various passageways. Valves are technically fittings ...
s, including shutoffs, check pressure regulating and flow control. EPANET's water quality modeling functionality allows users to analyze the movement of a reactive or non-reactive tracer material which spreads through the network over time. It tracks the reactive material as it spreads, measuring the percentage of flow from the given nodes. The package employs the global reaction rate
coefficient In mathematics, a coefficient is a multiplicative factor in some term of a polynomial, a series, or an expression; it is usually a number, but may be any expression (including variables such as , and ). When the coefficients are themselves var ...
which can be modified on a pipe-by-pipe basis. The storage tanks can be modeled as complete mix,
plug flow In fluid mechanics, plug flow is a simple model of the velocity profile of a fluid flowing in a pipe. In plug flow, the velocity of the fluid is assumed to be constant across any cross-section of the pipe perpendicular to the axis of the pipe. T ...
or two-compartment reactors. The visual network editor of EPANET simplifies the process of building piping network models and editing their properties. These various types of
data reporting Data reporting is the process of collecting and submitting data which gives rise to accurate analyses of the facts on the ground; inaccurate data reporting can lead to vastly uninformed decision-making based on erroneous evidence. Different from da ...
visualization tools are used to assist to analyze the networks, which include the graphics views, tabular views, and special reports.


Hydraulic simulation


Headloss in pipe segments

EPANET hydraulics engine computes headlosses along the pipes by using one of the three formulas: * Hazen-Williams formula: used to model full flow conditions under simplified conditions (turbulent flow, temperature around 60 degrees Fahrenheit, and viscosity similar to water) https://www.epa.gov/water-research/epanet * Darcy-Weisbach formula: used to model pressurized flow under a broader range of hydraulic conditions *Chezy-Manning formula: used to model pressurized flow by using Chezy's roughness coefficients for Manning's equation Since the pipe segment headloss equation is used within the network solver, the formula above is selected for the entire model.


Head-flow Curves of Pumps

Within EPANET,
pumps A pump is a device that moves fluids (liquids or gases), or sometimes slurries, by mechanical action, typically converted from electrical energy into hydraulic energy. Pumps can be classified into three major groups according to the method they u ...
are modeled using a head-flow curve, which defines the relationship between hydraulic head imparted to the system by the pump and flow conveyed by the pump. The model calculates the flow conveyed by the pump element for a given system head condition based on this curve. EPANET can also model a pump as a constant power input, effectively adding a given amount of energy to the system downstream of the pump element.


Network solver

The network hydraulics solver employed by EPANET uses the "Gradient Method" first proposed by Todini and Pilati, which is a variant of
Newton–Raphson method In numerical analysis, Newton's method, also known as the Newton–Raphson method, named after Isaac Newton and Joseph Raphson, is a root-finding algorithm which produces successively better approximations to the roots (or zeroes) of a real-valu ...
.


Water-quality simulation

EPANET includes the capability to model water age and predict flow of non-reactive and, under simplified conditions, reactive materials. This capability is frequently used to predict chlorine residuals within water distribution systems. While the internal water quality simulation capabilities only evaluates decay or growth of a single constituent, an extension is available (EPANET-MSX), which allows modeling of interactions between constituents.


EPANET Toolkit

EPANET's computational engine is available for download as a separate
dynamic link library Dynamic-link library (DLL) is Microsoft's implementation of the shared library concept in the Microsoft Windows and OS/2 operating systems. These libraries usually have the file extension DLL, OCX (for libraries containing ActiveX controls), or ...
for incorporation into other applications. The source code for EPANET 2 is available on the EPA's EPANET website. In 2012 the EPANET toolkit, written in C, was rewritten in Java in a more
object-oriented Object-oriented programming (OOP) is a programming paradigm based on the concept of "objects", which can contain data and code. The data is in the form of fields (often known as attributes or ''properties''), and the code is in the form of pro ...
style. The code in Java is available on GitHub: https://github.com/Baseform/Baseform-Epanet-Java-Library.


Compatibility

EPANET uses a binary file format, but also includes the capability for importing and exporting data in
dxf AutoCAD DXF (Drawing Interchange Format, or Drawing Exchange Format) is a CAD data file format developed by Autodesk for enabling data interoperability between AutoCAD and other programs. DXF was introduced in December 1982 as part of AutoCA ...
, metafile, and ASCII file formats. EPANET's ASCII file format is called an input file within EPANET, and uses a file extension ".inp". The input file can include data describing network topology, water consumption, and control rules, and is supported by many free and commercial modeling packages. While EPANET is used as the computational engine for most water distribution system models, most models are developed and maintained in hydraulic modeling packages based on EPANET's computational engine. Some of the major hydraulic modeling packages are:
InfoWorks WS Pro, InfoWater Pro, and InfoWater
developed by Innovyze n Autodesk Companybr>Qatium
developed by Qatium
Fluidit Water
developed by Fluidit
Pipe2000
developed by KYPipe, LLC *MIKE URBAN, developed by DHI * WaterCAD, WaterGEMS, HAMMER, and SewerCAD developed by
Bentley Bentley Motors Limited is a British designer, manufacturer and marketer of luxury cars and SUVs. Headquartered in Crewe, England, the company was founded as Bentley Motors Limited by W. O. Bentley (1888–1971) in 1919 in Cricklewood, North ...
's Haestad Methods (Hydraulics & Hydrology) group. *WatDis, developed by Transparent Blue * WaterNAM, Water Network Analysis Model, Developed by Streamstech Inc. * Giswater, open source software developed by the Giswater Association
GISpipe
software which is easily used for the analysis, design, and operation of water distribution networks Integrated with GIS system developed by Jinbosoft
Urbano Hydra
AutoCAD/Map3D/Civil3D application software used for the hydraulic calculation, analysis, design and operation of water distribution networks. Integrated with GIS system and ready for BIM workflows developed by StudioARS Company
GeoSan
open source GIS software to manage water pipes and consumers, developed b
NEXUS GeoEngenharia
available a
www.softwarepublico.gov.br
*WateNET-CAD developed by Diolkos3D. *Esurvey Water - developed by {https://www.esurveying.net], The output Files from EPANET can be used to generate LS and presentable Final Drawings Most of these applications allow for multiple demand conditions, planning scenarios, and various methods of integrating with other data sources an agency may already have in place not supported in EPANET, such as Geographic information systems software, GIS, and support additional types of analyses not found in EPANET. ESurvey Water is developed to create Auto Designed Longitudinal Profiles, and auto generation of the final outputs after the hydraulic design is completed in EPANET and other software.


See also

*
Hydraulics Hydraulics (from Greek: Υδραυλική) is a technology and applied science using engineering, chemistry, and other sciences involving the mechanical properties and use of liquids. At a very basic level, hydraulics is the liquid counter ...
*
Pipe network analysis In fluid dynamics, pipe network analysis is the analysis of the fluid flow through a hydraulics network, containing several or many interconnected branches. The aim is to determine the flow rates and pressure drops in the individual sections of ...
*
Storm Water Management Model The United States Environmental Protection Agency (EPA) Storm Water Management Model (SWMM) is a dynamic rainfall–surface runoff, runoff–groundwater, subsurface runoff Scientific modelling, simulation model used for single-event to long-term (c ...
*
Public domain software Public-domain software is software that has been placed in the public domain, in other words, software for which there is absolutely no ownership such as copyright, trademark, or patent. Software in the public domain can be modified, distributed, ...
*
Water supply network A water supply network or water supply system is a system of engineered hydrologic and hydraulic components that provide water supply. A water supply system typically includes the following: # A drainage basin (see water purification – source ...


References


External links


EPA Webpage (Download from here)
* {{SourceForge, epanet - Development Repository
Epanet and Development discussion group

Open Water Analytics EPANET support forum
* EPANET Community (Facebook group) United States Environmental Protection Agency Civil engineering Computer programming Hydraulic engineering Environmental engineering Free simulation software Public-domain software with source code Pascal (programming language) software