epyt-flow 0.14.1__py3-none-any.whl → 0.15.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (108) hide show
  1. epyt_flow/VERSION +1 -1
  2. epyt_flow/__init__.py +0 -37
  3. epyt_flow/data/benchmarks/battledim.py +2 -2
  4. epyt_flow/data/benchmarks/leakdb.py +12 -9
  5. epyt_flow/gym/scenario_control_env.py +32 -33
  6. epyt_flow/simulation/events/actuator_events.py +24 -18
  7. epyt_flow/simulation/events/leakages.py +59 -57
  8. epyt_flow/simulation/events/quality_events.py +21 -30
  9. epyt_flow/simulation/events/system_event.py +3 -3
  10. epyt_flow/simulation/scada/complex_control.py +14 -12
  11. epyt_flow/simulation/scada/custom_control.py +22 -21
  12. epyt_flow/simulation/scada/scada_data.py +108 -105
  13. epyt_flow/simulation/scada/simple_control.py +38 -31
  14. epyt_flow/simulation/scenario_simulator.py +368 -395
  15. epyt_flow/simulation/sensor_config.py +31 -32
  16. epyt_flow/topology.py +11 -10
  17. epyt_flow/uncertainty/model_uncertainty.py +146 -122
  18. epyt_flow/utils.py +66 -0
  19. epyt_flow/visualization/visualization_utils.py +4 -2
  20. {epyt_flow-0.14.1.dist-info → epyt_flow-0.15.0.dist-info}/METADATA +14 -19
  21. epyt_flow-0.15.0.dist-info/RECORD +65 -0
  22. epyt_flow/EPANET/EPANET/SRC_engines/AUTHORS +0 -60
  23. epyt_flow/EPANET/EPANET/SRC_engines/LICENSE +0 -21
  24. epyt_flow/EPANET/EPANET/SRC_engines/enumstxt.h +0 -151
  25. epyt_flow/EPANET/EPANET/SRC_engines/epanet.c +0 -5930
  26. epyt_flow/EPANET/EPANET/SRC_engines/epanet2.c +0 -961
  27. epyt_flow/EPANET/EPANET/SRC_engines/errors.dat +0 -79
  28. epyt_flow/EPANET/EPANET/SRC_engines/flowbalance.c +0 -186
  29. epyt_flow/EPANET/EPANET/SRC_engines/funcs.h +0 -219
  30. epyt_flow/EPANET/EPANET/SRC_engines/genmmd.c +0 -1000
  31. epyt_flow/EPANET/EPANET/SRC_engines/hash.c +0 -177
  32. epyt_flow/EPANET/EPANET/SRC_engines/hash.h +0 -28
  33. epyt_flow/EPANET/EPANET/SRC_engines/hydcoeffs.c +0 -1303
  34. epyt_flow/EPANET/EPANET/SRC_engines/hydraul.c +0 -1172
  35. epyt_flow/EPANET/EPANET/SRC_engines/hydsolver.c +0 -781
  36. epyt_flow/EPANET/EPANET/SRC_engines/hydstatus.c +0 -442
  37. epyt_flow/EPANET/EPANET/SRC_engines/include/epanet2.h +0 -464
  38. epyt_flow/EPANET/EPANET/SRC_engines/include/epanet2_2.h +0 -1960
  39. epyt_flow/EPANET/EPANET/SRC_engines/include/epanet2_enums.h +0 -518
  40. epyt_flow/EPANET/EPANET/SRC_engines/inpfile.c +0 -884
  41. epyt_flow/EPANET/EPANET/SRC_engines/input1.c +0 -672
  42. epyt_flow/EPANET/EPANET/SRC_engines/input2.c +0 -735
  43. epyt_flow/EPANET/EPANET/SRC_engines/input3.c +0 -2265
  44. epyt_flow/EPANET/EPANET/SRC_engines/leakage.c +0 -527
  45. epyt_flow/EPANET/EPANET/SRC_engines/mempool.c +0 -146
  46. epyt_flow/EPANET/EPANET/SRC_engines/mempool.h +0 -24
  47. epyt_flow/EPANET/EPANET/SRC_engines/output.c +0 -853
  48. epyt_flow/EPANET/EPANET/SRC_engines/project.c +0 -1691
  49. epyt_flow/EPANET/EPANET/SRC_engines/quality.c +0 -695
  50. epyt_flow/EPANET/EPANET/SRC_engines/qualreact.c +0 -800
  51. epyt_flow/EPANET/EPANET/SRC_engines/qualroute.c +0 -696
  52. epyt_flow/EPANET/EPANET/SRC_engines/report.c +0 -1557
  53. epyt_flow/EPANET/EPANET/SRC_engines/rules.c +0 -1500
  54. epyt_flow/EPANET/EPANET/SRC_engines/smatrix.c +0 -871
  55. epyt_flow/EPANET/EPANET/SRC_engines/text.h +0 -508
  56. epyt_flow/EPANET/EPANET/SRC_engines/types.h +0 -928
  57. epyt_flow/EPANET/EPANET/SRC_engines/util/cstr_helper.c +0 -59
  58. epyt_flow/EPANET/EPANET/SRC_engines/util/cstr_helper.h +0 -38
  59. epyt_flow/EPANET/EPANET/SRC_engines/util/errormanager.c +0 -92
  60. epyt_flow/EPANET/EPANET/SRC_engines/util/errormanager.h +0 -39
  61. epyt_flow/EPANET/EPANET/SRC_engines/util/filemanager.c +0 -212
  62. epyt_flow/EPANET/EPANET/SRC_engines/util/filemanager.h +0 -81
  63. epyt_flow/EPANET/EPANET/SRC_engines/validate.c +0 -408
  64. epyt_flow/EPANET/EPANET-MSX/MSX_Updates.txt +0 -53
  65. epyt_flow/EPANET/EPANET-MSX/Src/dispersion.h +0 -27
  66. epyt_flow/EPANET/EPANET-MSX/Src/hash.c +0 -107
  67. epyt_flow/EPANET/EPANET-MSX/Src/hash.h +0 -28
  68. epyt_flow/EPANET/EPANET-MSX/Src/include/epanetmsx.h +0 -102
  69. epyt_flow/EPANET/EPANET-MSX/Src/include/epanetmsx_export.h +0 -42
  70. epyt_flow/EPANET/EPANET-MSX/Src/mathexpr.c +0 -937
  71. epyt_flow/EPANET/EPANET-MSX/Src/mathexpr.h +0 -39
  72. epyt_flow/EPANET/EPANET-MSX/Src/mempool.c +0 -204
  73. epyt_flow/EPANET/EPANET-MSX/Src/mempool.h +0 -24
  74. epyt_flow/EPANET/EPANET-MSX/Src/msxchem.c +0 -1285
  75. epyt_flow/EPANET/EPANET-MSX/Src/msxcompiler.c +0 -368
  76. epyt_flow/EPANET/EPANET-MSX/Src/msxdict.h +0 -42
  77. epyt_flow/EPANET/EPANET-MSX/Src/msxdispersion.c +0 -586
  78. epyt_flow/EPANET/EPANET-MSX/Src/msxerr.c +0 -116
  79. epyt_flow/EPANET/EPANET-MSX/Src/msxfile.c +0 -260
  80. epyt_flow/EPANET/EPANET-MSX/Src/msxfuncs.c +0 -175
  81. epyt_flow/EPANET/EPANET-MSX/Src/msxfuncs.h +0 -35
  82. epyt_flow/EPANET/EPANET-MSX/Src/msxinp.c +0 -1504
  83. epyt_flow/EPANET/EPANET-MSX/Src/msxout.c +0 -401
  84. epyt_flow/EPANET/EPANET-MSX/Src/msxproj.c +0 -791
  85. epyt_flow/EPANET/EPANET-MSX/Src/msxqual.c +0 -2010
  86. epyt_flow/EPANET/EPANET-MSX/Src/msxrpt.c +0 -400
  87. epyt_flow/EPANET/EPANET-MSX/Src/msxtank.c +0 -422
  88. epyt_flow/EPANET/EPANET-MSX/Src/msxtoolkit.c +0 -1164
  89. epyt_flow/EPANET/EPANET-MSX/Src/msxtypes.h +0 -551
  90. epyt_flow/EPANET/EPANET-MSX/Src/msxutils.c +0 -524
  91. epyt_flow/EPANET/EPANET-MSX/Src/msxutils.h +0 -56
  92. epyt_flow/EPANET/EPANET-MSX/Src/newton.c +0 -158
  93. epyt_flow/EPANET/EPANET-MSX/Src/newton.h +0 -34
  94. epyt_flow/EPANET/EPANET-MSX/Src/rk5.c +0 -287
  95. epyt_flow/EPANET/EPANET-MSX/Src/rk5.h +0 -39
  96. epyt_flow/EPANET/EPANET-MSX/Src/ros2.c +0 -293
  97. epyt_flow/EPANET/EPANET-MSX/Src/ros2.h +0 -35
  98. epyt_flow/EPANET/EPANET-MSX/Src/smatrix.c +0 -816
  99. epyt_flow/EPANET/EPANET-MSX/Src/smatrix.h +0 -29
  100. epyt_flow/EPANET/EPANET-MSX/readme.txt +0 -14
  101. epyt_flow/EPANET/compile_linux.sh +0 -4
  102. epyt_flow/EPANET/compile_macos.sh +0 -4
  103. epyt_flow/simulation/backend/__init__.py +0 -1
  104. epyt_flow/simulation/backend/my_epyt.py +0 -1101
  105. epyt_flow-0.14.1.dist-info/RECORD +0 -148
  106. {epyt_flow-0.14.1.dist-info → epyt_flow-0.15.0.dist-info}/WHEEL +0 -0
  107. {epyt_flow-0.14.1.dist-info → epyt_flow-0.15.0.dist-info}/licenses/LICENSE +0 -0
  108. {epyt_flow-0.14.1.dist-info → epyt_flow-0.15.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,65 @@
1
+ epyt_flow/VERSION,sha256=-EBaczDChwKNRww-41Bvh48a2F7XnB0a3BnfL_c5iRU,7
2
+ epyt_flow/__init__.py,sha256=mXQNlqjdqYKRiKCYnSCflFAJFEVlke7o-_ln6wZPAmY,154
3
+ epyt_flow/serialization.py,sha256=uGGN1iZ21ek1u6Xzs4z2xum5Qt8554Wem-wEMGEaa7I,14574
4
+ epyt_flow/topology.py,sha256=GKWugRj386E-uYMwLDPxZtg5KD27-nkQArSAZEYhde4,26571
5
+ epyt_flow/utils.py,sha256=dCEx7FwgTmU8T-ajI-abbrLzJu8llhgn0QDewfTuqHk,20074
6
+ epyt_flow/data/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
+ epyt_flow/data/networks.py,sha256=fZLv3yv_iDS23H-7KNMxNhCvfvrr9WdO7VNR5K3e94U,39842
8
+ epyt_flow/data/benchmarks/__init__.py,sha256=nJ6hqPaPNp8YMizniev3fwOWpzvvNUBMoRF16wACUkE,754
9
+ epyt_flow/data/benchmarks/batadal.py,sha256=E9kl0gI5HyL6LZ9ZoLZwdQBNHXKblWW1QV4E8ucr99s,11247
10
+ epyt_flow/data/benchmarks/batadal_data.py,sha256=oIzcysGivMPAgrfzrk5l8i-j6Ii96DPcFa6sL4TSaw8,880
11
+ epyt_flow/data/benchmarks/battledim.py,sha256=sVV8w4ESjybD__jrmKFhQxuBjtmLoBQmSmU2Wp-v76w,20790
12
+ epyt_flow/data/benchmarks/battledim_data.py,sha256=0vHm-2eAiLv6U-n5dqUUWS1o_szFRy9mVJ3eqDRp4PE,3373
13
+ epyt_flow/data/benchmarks/gecco_water_quality.py,sha256=xYN-xrcx409IhTJjvaMbZABORru3XQNnble76aAOKQ8,11414
14
+ epyt_flow/data/benchmarks/leakdb.py,sha256=1EtGshPwnAGJFRrd9B8RqRCnABsCtAoG2kvg1Q0xxic,26894
15
+ epyt_flow/data/benchmarks/leakdb_data.py,sha256=FNssgMkC1wqWVlaOrrihr4Od9trEZY7KeK5KuBeRMvM,507058
16
+ epyt_flow/data/benchmarks/water_usage.py,sha256=RiLGLof1HT0luwn7_dG11_nP5U5r9B3L8vDLuwsIKTM,4962
17
+ epyt_flow/gym/__init__.py,sha256=gDIP9VGjKraajsJo6MnPN-TaEUTLnnJNj2c_7jrb8Bg,36
18
+ epyt_flow/gym/scenario_control_env.py,sha256=LIU1NJ6lnrPeIA2daNJ-runiSLiyMreGLCObe1j3bk4,13909
19
+ epyt_flow/rest_api/__init__.py,sha256=4HilmXhdh6H56UHJBB2WUSULlEBUDnI1FPTP11ft3HE,126
20
+ epyt_flow/rest_api/base_handler.py,sha256=HDLXrMXqgWvxWAsB-3G4plyTyCv27_eBbq4eRl_FeBo,2609
21
+ epyt_flow/rest_api/res_manager.py,sha256=j6-3FUBZNLKM9bCsIDZzSytfDYJbDLRwjn1mIPstTqI,2342
22
+ epyt_flow/rest_api/server.py,sha256=cPQM17rdbXLFlPRePb0Y7OcCyfJUN9SX7cv0etHtfvo,8727
23
+ epyt_flow/rest_api/scada_data/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
24
+ epyt_flow/rest_api/scada_data/data_handlers.py,sha256=VGw3uakxhFgqLMYRC5OaAuCbp0SnGxdPXWruUVEBiJc,11895
25
+ epyt_flow/rest_api/scada_data/export_handlers.py,sha256=W-T2WgPuG8cNVzA8h3e0lwi-nSKFi11PPyuNQWTMwzg,4624
26
+ epyt_flow/rest_api/scada_data/handlers.py,sha256=jcGw91TjjhRQm_hJvjbWvSTBLpvMJDOA4bQw5iOpSUw,7673
27
+ epyt_flow/rest_api/scenario/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
28
+ epyt_flow/rest_api/scenario/control_handlers.py,sha256=ouxc54V_yJyoO2yPJEJqcPbZs7CXgM_CWKGj5RvkABQ,4585
29
+ epyt_flow/rest_api/scenario/event_handlers.py,sha256=wgKWFHJPwF4celetSb-_jTlrcicoxDbC7GpZ9uw-BJY,8969
30
+ epyt_flow/rest_api/scenario/handlers.py,sha256=v1V6gsBh2HLtPTnl9_53W13Awo5YjG681Urp24yXelY,14993
31
+ epyt_flow/rest_api/scenario/simulation_handlers.py,sha256=A59Iv-6k7SlGF_RDQgoFlvHWM1mScvfCobXBW4Rhh6E,6511
32
+ epyt_flow/rest_api/scenario/uncertainty_handlers.py,sha256=Pdo2YmiawOqKXWcLs2P-lv5qN-OKHS3sDgkAFQeRzK8,4568
33
+ epyt_flow/simulation/__init__.py,sha256=nihvZ8O2rJjYQkv7JhtVMqNacO5bA38VtS8Y_0BWrVQ,129
34
+ epyt_flow/simulation/parallel_simulation.py,sha256=ph4KXw9jCt-hiJFJbmC6fNvEsrbQoWV-tFKE5-qSfoQ,6523
35
+ epyt_flow/simulation/scenario_config.py,sha256=uHHwwzCRwooVdODxDNoCOUgfrlol1K-TS8P8_Ja9Coc,30435
36
+ epyt_flow/simulation/scenario_simulator.py,sha256=OIkEjPIFXg16kGXRngzMVJrSQpuyfrOcDvpkEYrhzII,165937
37
+ epyt_flow/simulation/sensor_config.py,sha256=5_KNgPMP-z176KeX2KBtTxrqhd8hzVYMH3AJxpBIXp4,94363
38
+ epyt_flow/simulation/events/__init__.py,sha256=gv8ZcvwjJN0Z5MwRXEOVFRNq4X5NPyyqXIQnhBxszQ0,215
39
+ epyt_flow/simulation/events/actuator_events.py,sha256=-WP8n8WOWJOJm2oz78HiwCZMQsyJ5dGS9ZvaeCnesi8,8405
40
+ epyt_flow/simulation/events/event.py,sha256=kARPV20XCAl6zxnJwI9U7ICtZUPACO_rgAmtHm1mGCs,2603
41
+ epyt_flow/simulation/events/leakages.py,sha256=tBgxKJGLbjEQ7TOSMjzVGF20-Z5qZAY104MP0AEZaWs,18297
42
+ epyt_flow/simulation/events/quality_events.py,sha256=LA9KUlO5hJ1OuneNMsZu4Wl26U6ZiGmz7oUpWXVyvI4,7854
43
+ epyt_flow/simulation/events/sensor_faults.py,sha256=RFR8LjePkDEkCgENHEgCGT7iKYYtr_qq87-IIwN6ezg,8423
44
+ epyt_flow/simulation/events/sensor_reading_attack.py,sha256=2E8q6yWnLxeLgYxW0MHw0GSjlUDjIIZ2GybVRLA7FJQ,7967
45
+ epyt_flow/simulation/events/sensor_reading_event.py,sha256=OWMRWPsvgMgaynMayJ-hQotP9zV5sDIYrOfY0fOCuvc,7586
46
+ epyt_flow/simulation/events/system_event.py,sha256=kyj6--D457vlbiVyg0M9yAXMs7GFHpcY8YZns3Aeo8c,2616
47
+ epyt_flow/simulation/scada/__init__.py,sha256=pfJhg-tM5DaiZTXs0_1qJsY2R6Py_LwSz6BUFJexfQM,150
48
+ epyt_flow/simulation/scada/complex_control.py,sha256=06c_cPUetOso2SNDWXS-uhfqYeWtb1Or0U5B4e3dZtA,22132
49
+ epyt_flow/simulation/scada/custom_control.py,sha256=HNO5WmRhN9BtMEzC82DKreAym1SC6xdLhNQ-cSOfU2c,4758
50
+ epyt_flow/simulation/scada/scada_data.py,sha256=ufaxv_1bFg2WCYQ8IQt1duQ7_fuGINiIL53HYzVa9hM,203288
51
+ epyt_flow/simulation/scada/scada_data_export.py,sha256=WNAFn_WNfzYAEFbl2Al-cOIx-A0ozY4AI60-i_qEHdc,11643
52
+ epyt_flow/simulation/scada/simple_control.py,sha256=BO9u7gUYdNlGqkWdY_DIiGUWpfQZrL2blx0W805GvIo,12600
53
+ epyt_flow/uncertainty/__init__.py,sha256=ZRjuJL9rDpWVSdPwObPxFpEmMTcgAl3VmPOsS6cIyGg,89
54
+ epyt_flow/uncertainty/model_uncertainty.py,sha256=cqK9XGWcVL6uA-xG_r6rbyJgFkKdtrHhS8YyRicQrG8,50858
55
+ epyt_flow/uncertainty/sensor_noise.py,sha256=-AnBfuW1VAx7Ya-q_gJ9bAr7Kx6pzP_y0PvNeuRjXIg,6477
56
+ epyt_flow/uncertainty/uncertainties.py,sha256=QBRbI3zIzkeFScyYD5Dy0TBxuL9jPV4SnVU8QwOrJq8,20495
57
+ epyt_flow/uncertainty/utils.py,sha256=K-ZhyO6Bg7UmNPgpfND0JLa_wRwyrtUUgGTWyWwy-fo,8029
58
+ epyt_flow/visualization/__init__.py,sha256=uQ7lO6AsgLc88X48Te3QhBQY-iDKGvdPtxKCl4b-Mfw,70
59
+ epyt_flow/visualization/scenario_visualizer.py,sha256=vkP0J_OfjvePUz_HehXJkH4CGKR3chAHe_UTx4hQ6XI,57860
60
+ epyt_flow/visualization/visualization_utils.py,sha256=-_Hs3FKQz--iVJ10ZeEv1Co9OSbayZmHjxyhKsnzalE,27629
61
+ epyt_flow-0.15.0.dist-info/licenses/LICENSE,sha256=YRJC2kcAhMlpEeHwUF0lzE-GRXLFyAjXNErI8L5UwYk,1071
62
+ epyt_flow-0.15.0.dist-info/METADATA,sha256=aRbELLILtji0kntYVXehD_dYmGGxGkkdKb4v16RJtww,9615
63
+ epyt_flow-0.15.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
64
+ epyt_flow-0.15.0.dist-info/top_level.txt,sha256=Wh_kd7TRL8ownCw3Y3dxx-9C0iTSk6wNauv_NX9JcrY,10
65
+ epyt_flow-0.15.0.dist-info/RECORD,,
@@ -1,60 +0,0 @@
1
- # Authors ordered alphabetically.
2
-
3
- Authors with Contributions in the Public Domain:
4
- Lewis Rossman <LRossman@cinci.rr.com>
5
- Michael Tryby <tryby.michael@epa.gov>
6
-
7
- Version 2.0
8
- Lewis Rossman <LRossman@cinci.rr.com>
9
-
10
- Authors with Contributions Subject to Copyright (see LICENSE):
11
- Except where noted.
12
-
13
- Version 2.1
14
- Jinduan Chen <jinduan.uc@gmail.com>
15
- Maurizio Cingi <mrzcng2@gmail.com>
16
- Demetrios Eliades <eldemet@gmail.com>
17
- Will Furnass <will@thearete.co.uk>
18
- Milad Ghiami <milad.ghiami67@gmail.com>
19
- Sam Hatchett <samhatchett@gmail.com>
20
- Mike Kane <muke195@gmail.com>
21
- Marios Kyriakou <mariosmsk@gmail.com>
22
- Steffen Macke <sdteffen@sdteffen.de>
23
- Angela Marchi <angela.marchi@adelaide.edu.au>
24
- Bryant McDonnell <bemcdonnell@gmail.com>
25
- Lew Rossman <LRossman@cinci.rr.com>
26
- Elad Salomons <selad@optiwater.com>
27
- Feng Shang <fengshang72@gmail.com>
28
- Yunier Soad <yunier.soad@gmail.com>
29
- Tom Taxon <tntaxon@anl.gov>
30
- Michael Tryby <tryby.michael@epa.gov> (Contributions in the Public Domain)
31
- James Uber <jim@citilogics.com>
32
- Hyoungmin Woo <hyoungmin.woo@gmail.com>
33
-
34
- Version 2.2
35
- Demetrios Eliades <eldemet@gmail.com>
36
- Sam Hatchett <samhatchett@gmail.com>
37
- Abel Heinsbroek <mail@abelheinsbroek.nl>
38
- Marios Kyriakou <mariosmsk@gmail.com>
39
- Lewis Rossman <LRossman@cinci.rr.com>
40
- Elad Salomons <selad@optiwater.com>
41
- Markus Sunela <markus.sunela@fluidit.fi>
42
- Michael Tryby <tryby.michael@epa.gov> (Contributions in the Public Domain)
43
-
44
- Version 2.3
45
- Luke Butler <lukepbutler@gmail.com>
46
- Demetrios Eliades <eldemet@gmail.com>
47
- Sam Hatchett <samhatchett@gmail.com>
48
- Abel Heinsbroek <mail@abelheinsbroek.nl>
49
- Robert Janke <janke.robert@epa.gov>
50
- Marios Kyriakou <mariosmsk@gmail.com>
51
- Corey McNeish
52
- 0tkl <tkl.zhaoqing@gmail.com>
53
- Lewis Rossman <LRossman@cinci.rr.com>
54
- Elad Salomons <selad@optiwater.com>
55
- Alex Sinske
56
- Sahand Tashak
57
- Yu Chun Tsao
58
- James Uber <jim@citilogics.com>
59
- Oscar Vegas Niño <ovegas141279@gmail.com>
60
- Dennis Zanutto <dennis.zanutto@kwrwater.nl>
@@ -1,21 +0,0 @@
1
- MIT License
2
-
3
- Copyright (c) 2019 (See AUTHORS)
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice, list of authors, and this permission notice shall
13
- be included in all copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
@@ -1,151 +0,0 @@
1
- /*
2
- *****************************************************************************
3
- Project: OWA EPANET
4
- Version: 2.3
5
- Module: enumstxt.h
6
- Description: text strings for enumerated data types
7
- Authors: see AUTHORS
8
- Copyright: see AUTHORS
9
- License: see LICENSE
10
- Last Updated: 03/10/2025
11
- ******************************************************************************
12
- */
13
-
14
- #ifndef ENUMSTXT_H
15
- #define ENUMSTXT_H
16
- #include "text.h"
17
-
18
- char *NodeTxt[] = {t_JUNCTION,
19
- t_RESERVOIR,
20
- t_TANK};
21
-
22
- char *LinkTxt[] = {w_CV,
23
- w_PIPE,
24
- w_PUMP,
25
- w_PRV,
26
- w_PSV,
27
- w_PBV,
28
- w_FCV,
29
- w_TCV,
30
- w_GPV,
31
- w_PCV};
32
-
33
- char *StatTxt[] = {t_XHEAD,
34
- t_TEMPCLOSED,
35
- t_CLOSED,
36
- t_OPEN,
37
- t_ACTIVE,
38
- t_XFLOW,
39
- t_XFCV,
40
- t_XPRESSURE,
41
- t_FILLING,
42
- t_EMPTYING,
43
- t_OVERFLOWING};
44
-
45
- char *FormTxt[] = {w_HW,
46
- w_DW,
47
- w_CM};
48
-
49
- char *RptFormTxt[] = {t_HW,
50
- t_DW,
51
- t_CM};
52
-
53
- char *RptFlowUnitsTxt[] = {u_CFS,
54
- u_GPM,
55
- u_MGD,
56
- u_IMGD,
57
- u_AFD,
58
- u_LPS,
59
- u_LPM,
60
- u_MLD,
61
- u_CMH,
62
- u_CMD,
63
- u_CMS};
64
-
65
- char *FlowUnitsTxt[] = {w_CFS,
66
- w_GPM,
67
- w_MGD,
68
- w_IMGD,
69
- w_AFD,
70
- w_LPS,
71
- w_LPM,
72
- w_MLD,
73
- w_CMH,
74
- w_CMD,
75
- w_CMS};
76
-
77
- char *PressUnitsTxt[] = {w_PSI,
78
- w_KPA,
79
- w_METERS,
80
- w_BAR,
81
- w_FEET};
82
-
83
- char *DemandModelTxt[] = { w_DDA,
84
- w_PDA,
85
- NULL };
86
-
87
- char *QualTxt[] = {w_NONE,
88
- w_CHEM,
89
- w_AGE,
90
- w_TRACE};
91
-
92
-
93
- char *SourceTxt[] = {w_CONCEN,
94
- w_MASS,
95
- w_SETPOINT,
96
- w_FLOWPACED};
97
-
98
- char *ControlTxt[] = {w_BELOW,
99
- w_ABOVE,
100
- w_TIME,
101
- w_CLOCKTIME};
102
-
103
- char *TstatTxt[] = {w_NONE,
104
- w_AVG,
105
- w_MIN,
106
- w_MAX,
107
- w_RANGE};
108
-
109
- char *MixTxt[] = {w_MIXED,
110
- w_2COMP,
111
- w_FIFO,
112
- w_LIFO,
113
- NULL};
114
-
115
- char *RptFlagTxt[] = {w_NO,
116
- w_YES,
117
- w_FULL};
118
-
119
- char *BackflowTxt[] = {w_NO,
120
- w_YES,
121
- NULL};
122
-
123
- char *CurveTypeTxt[] = {c_VOLUME,
124
- c_PUMP,
125
- c_EFFIC,
126
- c_HEADLOSS,
127
- c_GENERIC,
128
- c_VALVE,
129
- NULL};
130
-
131
- char *SectTxt[] = {s_TITLE, s_JUNCTIONS, s_RESERVOIRS,
132
- s_TANKS, s_PIPES, s_PUMPS,
133
- s_VALVES, s_CONTROLS, s_RULES,
134
- s_DEMANDS, s_SOURCES, s_EMITTERS,
135
- s_PATTERNS, s_CURVES, s_QUALITY,
136
- s_STATUS, s_ROUGHNESS, s_ENERGY,
137
- s_REACTIONS, s_MIXING, s_REPORT,
138
- s_TIMES, s_OPTIONS, s_COORDS,
139
- s_VERTICES, s_LABELS, s_BACKDROP,
140
- s_TAGS, s_LEAKAGE, s_END,
141
- NULL};
142
-
143
- char *Fldname[] = {t_ELEV, t_DEMAND, t_HEAD,
144
- t_PRESSURE, t_QUALITY, t_LENGTH,
145
- t_DIAM, t_FLOW, t_VELOCITY,
146
- t_HEADLOSS, t_LINKQUAL, t_LINKSTATUS,
147
- t_SETTING, t_REACTRATE, t_FRICTION,
148
- "", "", "", "", "", "", NULL};
149
-
150
-
151
- #endif