You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/toolkit-input.dox
+13-12Lines changed: 13 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -344,7 +344,7 @@ __Definitions:__
344
344
345
345
For <b>CFS, GPM, MGD, IMGD</b>, and <b>AFD</b> other input quantities are expressed in US Customary Units. If flow units are in liters or cubic meters then Metric Units must be used for all other input quantities as well. (See the @ref Units topic). The default flow units are \b GPM.
346
346
347
-
\b PRESSURE sets the units in which pressure is expressed, for networks using metric units, as determined by the \b UNITS option, the choices are: (\b KPA), or (\b METERS). For networks using US Customary Units, you can only use (\b PSI).
347
+
\b PRESSURE sets the units in which pressure is expressed, for networks using metric units, as determined by the \b UNITS option, the choices are: \b KPA, or \b METERS. For networks using US Customary Units, you can only use \b PSI.
348
348
349
349
\b HEADLOSS selects a formula to use for computing head loss for flow through a pipe. The choices are the Hazen-Williams (\b H-W ), Darcy-Weisbach (\b D-W ), or Chezy-Manning (\b C-M ) formulas. The default is \b H-W.
350
350
@@ -526,7 +526,7 @@ One line per node containing:
526
526
527
527
__Remarks:__
528
528
1. Quality is assumed to be zero for nodes not listed.
529
-
2. Quality represents concentration for chemicals, hours for water age, or percent for source tracing.
529
+
2. Quality represents concentration for chemicals or hours for water age. Values for source tracing are not required and will be ignored.
530
530
3. The <b>[QUALITY]</b> section is optional.
531
531
*/
532
532
@@ -617,6 +617,8 @@ __Definitions:__
617
617
618
618
\b SUMMARY determines whether a summary table of number of network components and key analysis options is generated. The default is \b YES.
619
619
620
+
\b MESSAGES determines whether error and warning messages are reported. The default is \b YES.
621
+
620
622
\b ENERGY determines if a table reporting average energy usage and cost for each pump is provided. The default is \b NO.
621
623
622
624
\b NODES identifies which nodes will be reported on. You can either list individual node ID labels or use the keywords \b NONE or \b ALL. Additional \b NODES lines can be used to continue the list. The default is \b NONE.
@@ -1067,7 +1069,7 @@ Attaches a descriptive title to the network being analyzed.
1067
1069
1068
1070
__Format:__
1069
1071
1070
-
Any number of lines of text.
1072
+
Up to three lines of text containing no more than 79 characters each can be used as a title.
1071
1073
1072
1074
__Remarks:__
1073
1075
@@ -1094,16 +1096,17 @@ One line for each valve containing:
|<B>FCV</B> (flow control valve) | Flow (flow units) |
1104
1106
|<B>TCV</B> (throttle control valve) | Partially open loss coefficient |
1105
1107
|<B>PCV</B> (positional control valve) | Percent open |
1106
1108
|<B>GPV</B> (general purpose valve) | ID of head loss curve |
1109
+
\n
1107
1110
2. Shutoff valves and check valves are considered to be part of a pipe, not a separate control valve component (see @ref PipesPage).
1108
1111
3. The loss coefficient setting for a TCV should not be less than its fully open loss coefficient.
1109
1112
4. The characteristic curve for a PCV relates the valve's percent of fully open flow to the percent open. If not supplied then a linear curve is assumed.
@@ -1141,8 +1144,6 @@ upper-left corner of the network's bounding rectangle. Default is zero offset.
1141
1144
__Remarks:__
1142
1145
1143
1146
1. The [BACKDROP] section is optional and only provides support for an external GUI program that uses the EPANET engine.
1144
-
1145
-
2. Only Windows Enhanced Metafiles and bitmap files can be used as backdrops.
1146
1147
*/
1147
1148
1148
1149
/**
@@ -1163,9 +1164,9 @@ __Remarks:__
1163
1164
1164
1165
1. Include one line for each node that has coordinates.
1165
1166
1166
-
2. The coordinates represent the distance from the node to an arbitrary origin at the lower left of the network. Any convenient units of measure for this distance can be used.
1167
+
2. Any convenient geographic, projected or arbitrary Cartesian coordinate system can be used.
1167
1168
1168
-
3. The locations of the nodes need not be to actual scale.
1169
+
3. The locations of nodes need not be to actual scale.
1169
1170
1170
1171
4. A [COORDINATES] section is optional and only provides support for an external GUI program that uses the EPANET engine.
1171
1172
*/
@@ -1212,7 +1213,7 @@ __Remarks:__
1212
1213
1213
1214
1. Include one line for each label.
1214
1215
1215
-
2. The coordinates refer to the upper left corner of the label and are with respect to an arbitrary origin at the lower left of the network.
1216
+
2. The coordinates refer to the upper left corner of the label.
1216
1217
1217
1218
3. The optional anchor node anchors the label to the node when the network layout is re-scaled during zoom-in operations.
Set `type` to `EN_DDA` for a traditional demand driven analysis (in which case the
1038
1038
remaining three parameter values are ignored) or to `EN_PDA` for a pressure driven
1039
-
analysis. In the latter case a node's demand is computed as:\n
1039
+
analysis. In the latter case a node's demand is 0 when pressure is below `pmin`, is at full demand when pressure is above `preq`, or is otherwise computed as:\n
1040
1040
`Dfull * [ (P - pmin) / (preq - pmin) ] ^ pexp`\n
1041
1041
where `Dfull` is the full demand and `P` is the current pressure.
0 commit comments