109 lines
8.0 KiB
HTML
109 lines
8.0 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
|
<meta name="generator" content="Doxygen 1.8.16"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<title>EPANET: Input File</title>
|
|
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="jquery.js"></script>
|
|
<script type="text/javascript" src="dynsections.js"></script>
|
|
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="search/searchdata.js"></script>
|
|
<script type="text/javascript" src="search/search.js"></script>
|
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
<body>
|
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
|
<div id="titlearea">
|
|
<table cellspacing="0" cellpadding="0">
|
|
<tbody>
|
|
<tr style="height: 56px;">
|
|
<td id="projectalign" style="padding-left: 0.5em;">
|
|
<div id="projectname">EPANET
|
|
 <span id="projectnumber">2.2.0</span>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- end header part -->
|
|
<!-- Generated by Doxygen 1.8.16 -->
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
|
/* @license-end */
|
|
</script>
|
|
<script type="text/javascript" src="menudata.js"></script>
|
|
<script type="text/javascript" src="menu.js"></script>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
$(function() {
|
|
initMenu('',true,false,'search.php','Search');
|
|
$(document).ready(function() { init_search(); });
|
|
});
|
|
/* @license-end */</script>
|
|
<div id="main-nav"></div>
|
|
<!-- window showing the filter options -->
|
|
<div id="MSearchSelectWindow"
|
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
|
onkeydown="return searchBox.OnSearchSelectKey(event)">
|
|
</div>
|
|
|
|
<!-- iframe showing the search results (closed by default) -->
|
|
<div id="MSearchResultsWindow">
|
|
<iframe src="javascript:void(0)" frameborder="0"
|
|
name="MSearchResults" id="MSearchResults">
|
|
</iframe>
|
|
</div>
|
|
|
|
<div id="nav-path" class="navpath">
|
|
<ul>
|
|
<li class="navelem"><a class="el" href="_files.html">Toolkit Files</a></li> </ul>
|
|
</div>
|
|
</div><!-- top -->
|
|
<div class="PageDoc"><div class="header">
|
|
<div class="headertitle">
|
|
<div class="title">Input File </div> </div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<div class="textblock"><p>The Input file is a standard EPANET input data file that describes the system being analyzed. It can either be created external to the application being developed with the Toolkit or by the application itself. It is the first file name supplied to the EN_open function. A project's data associated with its Input file remains accessible until the project is closed down with the EN_close or deleted with EN_deleteproject.</p>
|
|
<p>The file is organized by sections where each section begins with a keyword enclosed in brackets. The various keywords are listed below. Click on a section to see the format of the data it contains.</p>
|
|
<table class="markdownTable">
|
|
<tr class="markdownTableHead">
|
|
<th class="markdownTableHeadLeft">Network Components </th><th class="markdownTableHeadLeft">System Operation </th><th class="markdownTableHeadLeft">Water Quality </th><th class="markdownTableHeadLeft">Options & Reporting </th><th class="markdownTableHeadNone">GUI Support </th></tr>
|
|
<tr class="markdownTableRowOdd">
|
|
<td class="markdownTableBodyLeft"><a class="el" href="_title_page.html">[Title]</a> </td><td class="markdownTableBodyLeft"><a class="el" href="_curves_page.html">[Curves]</a> </td><td class="markdownTableBodyLeft"><a class="el" href="_qual_page.html">[Quality]</a> </td><td class="markdownTableBodyLeft"><a class="el" href="_options_page.html">[Options]</a> </td><td class="markdownTableBodyNone"><a class="el" href="_backdrop_page.html">[Backdrop]</a> </td></tr>
|
|
<tr class="markdownTableRowEven">
|
|
<td class="markdownTableBodyLeft"><a class="el" href="_juncs_page.html">[Junctions]</a> </td><td class="markdownTableBodyLeft"><a class="el" href="_pats_page.html">[Patterns]</a> </td><td class="markdownTableBodyLeft"><a class="el" href="_reacts_page.html">[Reactions]</a> </td><td class="markdownTableBodyLeft"><a class="el" href="_times_page.html">[Times]</a> </td><td class="markdownTableBodyNone"><a class="el" href="_coords_page.html">[Coordinates]</a> </td></tr>
|
|
<tr class="markdownTableRowOdd">
|
|
<td class="markdownTableBodyLeft"><a class="el" href="_resv_page.html">[Reservoirs]</a> </td><td class="markdownTableBodyLeft"><a class="el" href="_energy_page.html">[Energy]</a> </td><td class="markdownTableBodyLeft"><a class="el" href="_sources_page.html">[Sources]</a> </td><td class="markdownTableBodyLeft"><a class="el" href="_report_page.html">[Report]</a> </td><td class="markdownTableBodyNone"><a class="el" href="_vertex_page.html">[Vertices]</a> </td></tr>
|
|
<tr class="markdownTableRowEven">
|
|
<td class="markdownTableBodyLeft"><a class="el" href="_tanks_page.html">[Tanks]</a> </td><td class="markdownTableBodyLeft"><a class="el" href="_status_page.html">[Status]</a> </td><td class="markdownTableBodyLeft"><a class="el" href="_mixing_page.html">[Mixing]</a> </td><td class="markdownTableBodyLeft"></td><td class="markdownTableBodyNone"><a class="el" href="_labels_page.html">[Labels]</a> </td></tr>
|
|
<tr class="markdownTableRowOdd">
|
|
<td class="markdownTableBodyLeft"><a class="el" href="_pipes_page.html">[Pipes]</a> </td><td class="markdownTableBodyLeft"><a class="el" href="_ctrls_page.html">[Controls]</a> </td><td class="markdownTableBodyLeft"></td><td class="markdownTableBodyLeft"></td><td class="markdownTableBodyNone"></td></tr>
|
|
<tr class="markdownTableRowEven">
|
|
<td class="markdownTableBodyLeft"><a class="el" href="_pumps_page.html">[Pumps]</a> </td><td class="markdownTableBodyLeft"><a class="el" href="_rules_page.html">[Rules]</a> </td><td class="markdownTableBodyLeft"></td><td class="markdownTableBodyLeft"></td><td class="markdownTableBodyNone"></td></tr>
|
|
<tr class="markdownTableRowOdd">
|
|
<td class="markdownTableBodyLeft"><a class="el" href="_valves_page.html">[Valves]</a> </td><td class="markdownTableBodyLeft"><a class="el" href="_dmnds_page.html">[Demands]</a> </td><td class="markdownTableBodyLeft"></td><td class="markdownTableBodyLeft"></td><td class="markdownTableBodyNone"></td></tr>
|
|
<tr class="markdownTableRowEven">
|
|
<td class="markdownTableBodyLeft"><a class="el" href="_emits_page.html">[Emitters]</a> </td><td class="markdownTableBodyLeft"></td><td class="markdownTableBodyLeft"></td><td class="markdownTableBodyLeft"></td><td class="markdownTableBodyNone"></td></tr>
|
|
</table>
|
|
<p>The order of sections is not important. However, whenever a node or link is referred to in a section it must have already been defined in the [JUNCTIONS], [RESERVOIRS], [TANKS], [PIPES], [PUMPS], or [VALVES] sections. Thus it is recommended that these sections be placed first.</p>
|
|
<p>Each section can contain one or more lines of data. Blank lines can appear anywhere in the file and the semicolon (;) can be used to indicate that what follows on the line is a comment, not data. A maximum of 1024 characters can appear on a line.</p>
|
|
<p>The ID labels used to identify nodes, links, curves and patterns can be any combination of up to 31 characters and numbers.</p>
|
|
<p>The GUI Support sections are provided to assist an external program that wishes to draw a visual representation of a project's network. </p>
|
|
</div></div><!-- contents -->
|
|
</div><!-- PageDoc -->
|
|
<!-- start footer part -->
|
|
<hr class="footer"/><address class="footer"><small>
|
|
Generated by  <a href="http://www.doxygen.org/index.html">
|
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
|
</a> 1.8.16
|
|
</small></address>
|
|
</body>
|
|
</html>
|