epyt-flow 0.14.1__tar.gz → 0.14.2__tar.gz
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.
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/PKG-INFO +1 -1
- epyt_flow-0.14.2/epyt_flow/EPANET/EPANET/SRC_engines/AUTHORS +28 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/EPANET/EPANET/SRC_engines/LICENSE +3 -3
- epyt_flow-0.14.2/epyt_flow/EPANET/EPANET/SRC_engines/Readme_SRC_Engines.txt +18 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/EPANET/EPANET/SRC_engines/enumstxt.h +7 -24
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/EPANET/EPANET/SRC_engines/epanet.c +374 -726
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/EPANET/EPANET/SRC_engines/epanet2.c +32 -128
- epyt_flow-0.14.2/epyt_flow/EPANET/EPANET/SRC_engines/epanet2.def +131 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/EPANET/EPANET/SRC_engines/errors.dat +1 -7
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/EPANET/EPANET/SRC_engines/funcs.h +14 -40
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/EPANET/EPANET/SRC_engines/hash.c +177 -177
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/EPANET/EPANET/SRC_engines/hash.h +28 -28
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/EPANET/EPANET/SRC_engines/hydcoeffs.c +40 -192
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/EPANET/EPANET/SRC_engines/hydraul.c +46 -101
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/EPANET/EPANET/SRC_engines/hydsolver.c +24 -85
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/EPANET/EPANET/SRC_engines/hydstatus.c +63 -29
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/EPANET/EPANET/SRC_engines/include/epanet2.h +37 -70
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/EPANET/EPANET/SRC_engines/include/epanet2_2.h +234 -408
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/EPANET/EPANET/SRC_engines/include/epanet2_enums.h +37 -87
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/EPANET/EPANET/SRC_engines/inpfile.c +79 -153
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/EPANET/EPANET/SRC_engines/input1.c +94 -59
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/EPANET/EPANET/SRC_engines/input2.c +202 -73
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/EPANET/EPANET/SRC_engines/input3.c +351 -446
- epyt_flow-0.14.2/epyt_flow/EPANET/EPANET/SRC_engines/main.c +93 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/EPANET/EPANET/SRC_engines/mempool.c +4 -8
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/EPANET/EPANET/SRC_engines/mempool.h +23 -23
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/EPANET/EPANET/SRC_engines/output.c +4 -5
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/EPANET/EPANET/SRC_engines/project.c +75 -407
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/EPANET/EPANET/SRC_engines/quality.c +2 -12
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/EPANET/EPANET/SRC_engines/qualreact.c +13 -70
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/EPANET/EPANET/SRC_engines/qualroute.c +5 -7
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/EPANET/EPANET/SRC_engines/report.c +20 -88
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/EPANET/EPANET/SRC_engines/rules.c +6 -144
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/EPANET/EPANET/SRC_engines/smatrix.c +19 -19
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/EPANET/EPANET/SRC_engines/text.h +5 -16
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/EPANET/EPANET/SRC_engines/types.h +19 -73
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/EPANET/compile_linux.sh +1 -1
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/EPANET/compile_macos.sh +1 -1
- epyt_flow-0.14.2/epyt_flow/VERSION +1 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/simulation/scada/scada_data.py +1 -1
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/utils.py +66 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/visualization/visualization_utils.py +4 -2
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow.egg-info/PKG-INFO +1 -1
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow.egg-info/SOURCES.txt +3 -9
- epyt_flow-0.14.1/epyt_flow/EPANET/EPANET/SRC_engines/AUTHORS +0 -60
- epyt_flow-0.14.1/epyt_flow/EPANET/EPANET/SRC_engines/flowbalance.c +0 -186
- epyt_flow-0.14.1/epyt_flow/EPANET/EPANET/SRC_engines/leakage.c +0 -527
- epyt_flow-0.14.1/epyt_flow/EPANET/EPANET/SRC_engines/util/cstr_helper.c +0 -59
- epyt_flow-0.14.1/epyt_flow/EPANET/EPANET/SRC_engines/util/cstr_helper.h +0 -38
- epyt_flow-0.14.1/epyt_flow/EPANET/EPANET/SRC_engines/util/errormanager.c +0 -92
- epyt_flow-0.14.1/epyt_flow/EPANET/EPANET/SRC_engines/util/errormanager.h +0 -39
- epyt_flow-0.14.1/epyt_flow/EPANET/EPANET/SRC_engines/util/filemanager.c +0 -212
- epyt_flow-0.14.1/epyt_flow/EPANET/EPANET/SRC_engines/util/filemanager.h +0 -81
- epyt_flow-0.14.1/epyt_flow/EPANET/EPANET/SRC_engines/validate.c +0 -408
- epyt_flow-0.14.1/epyt_flow/VERSION +0 -1
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/CITATION.cff +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/CODE_OF_CONDUCT.md +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/LICENSE +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/MANIFEST.in +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/README.md +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/REQUIREMENTS.txt +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/EPANET/EPANET/SRC_engines/genmmd.c +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/EPANET/EPANET-MSX/MSX_Updates.txt +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/EPANET/EPANET-MSX/Src/dispersion.h +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/EPANET/EPANET-MSX/Src/hash.c +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/EPANET/EPANET-MSX/Src/hash.h +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/EPANET/EPANET-MSX/Src/include/epanetmsx.h +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/EPANET/EPANET-MSX/Src/include/epanetmsx_export.h +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/EPANET/EPANET-MSX/Src/mathexpr.c +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/EPANET/EPANET-MSX/Src/mathexpr.h +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/EPANET/EPANET-MSX/Src/mempool.c +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/EPANET/EPANET-MSX/Src/mempool.h +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/EPANET/EPANET-MSX/Src/msxchem.c +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/EPANET/EPANET-MSX/Src/msxcompiler.c +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/EPANET/EPANET-MSX/Src/msxdict.h +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/EPANET/EPANET-MSX/Src/msxdispersion.c +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/EPANET/EPANET-MSX/Src/msxerr.c +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/EPANET/EPANET-MSX/Src/msxfile.c +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/EPANET/EPANET-MSX/Src/msxfuncs.c +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/EPANET/EPANET-MSX/Src/msxfuncs.h +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/EPANET/EPANET-MSX/Src/msxinp.c +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/EPANET/EPANET-MSX/Src/msxout.c +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/EPANET/EPANET-MSX/Src/msxproj.c +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/EPANET/EPANET-MSX/Src/msxqual.c +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/EPANET/EPANET-MSX/Src/msxrpt.c +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/EPANET/EPANET-MSX/Src/msxtank.c +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/EPANET/EPANET-MSX/Src/msxtoolkit.c +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/EPANET/EPANET-MSX/Src/msxtypes.h +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/EPANET/EPANET-MSX/Src/msxutils.c +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/EPANET/EPANET-MSX/Src/msxutils.h +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/EPANET/EPANET-MSX/Src/newton.c +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/EPANET/EPANET-MSX/Src/newton.h +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/EPANET/EPANET-MSX/Src/rk5.c +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/EPANET/EPANET-MSX/Src/rk5.h +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/EPANET/EPANET-MSX/Src/ros2.c +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/EPANET/EPANET-MSX/Src/ros2.h +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/EPANET/EPANET-MSX/Src/smatrix.c +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/EPANET/EPANET-MSX/Src/smatrix.h +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/EPANET/EPANET-MSX/readme.txt +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/__init__.py +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/data/__init__.py +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/data/benchmarks/__init__.py +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/data/benchmarks/batadal.py +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/data/benchmarks/batadal_data.py +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/data/benchmarks/battledim.py +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/data/benchmarks/battledim_data.py +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/data/benchmarks/gecco_water_quality.py +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/data/benchmarks/leakdb.py +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/data/benchmarks/leakdb_data.py +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/data/benchmarks/water_usage.py +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/data/networks.py +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/gym/__init__.py +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/gym/scenario_control_env.py +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/rest_api/__init__.py +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/rest_api/base_handler.py +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/rest_api/res_manager.py +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/rest_api/scada_data/__init__.py +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/rest_api/scada_data/data_handlers.py +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/rest_api/scada_data/export_handlers.py +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/rest_api/scada_data/handlers.py +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/rest_api/scenario/__init__.py +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/rest_api/scenario/control_handlers.py +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/rest_api/scenario/event_handlers.py +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/rest_api/scenario/handlers.py +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/rest_api/scenario/simulation_handlers.py +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/rest_api/scenario/uncertainty_handlers.py +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/rest_api/server.py +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/serialization.py +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/simulation/__init__.py +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/simulation/backend/__init__.py +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/simulation/backend/my_epyt.py +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/simulation/events/__init__.py +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/simulation/events/actuator_events.py +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/simulation/events/event.py +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/simulation/events/leakages.py +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/simulation/events/quality_events.py +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/simulation/events/sensor_faults.py +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/simulation/events/sensor_reading_attack.py +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/simulation/events/sensor_reading_event.py +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/simulation/events/system_event.py +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/simulation/parallel_simulation.py +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/simulation/scada/__init__.py +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/simulation/scada/complex_control.py +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/simulation/scada/custom_control.py +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/simulation/scada/scada_data_export.py +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/simulation/scada/simple_control.py +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/simulation/scenario_config.py +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/simulation/scenario_simulator.py +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/simulation/sensor_config.py +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/topology.py +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/uncertainty/__init__.py +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/uncertainty/model_uncertainty.py +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/uncertainty/sensor_noise.py +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/uncertainty/uncertainties.py +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/uncertainty/utils.py +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/visualization/__init__.py +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow/visualization/scenario_visualizer.py +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow.egg-info/dependency_links.txt +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow.egg-info/requires.txt +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/epyt_flow.egg-info/top_level.txt +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/pyproject.toml +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/setup.cfg +0 -0
- {epyt_flow-0.14.1 → epyt_flow-0.14.2}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: epyt-flow
|
|
3
|
-
Version: 0.14.
|
|
3
|
+
Version: 0.14.2
|
|
4
4
|
Summary: EPyT-Flow -- EPANET Python Toolkit - Flow
|
|
5
5
|
Author-email: André Artelt <aartelt@techfak.uni-bielefeld.de>, "Marios S. Kyriakou" <kiriakou.marios@ucy.ac.cy>, "Stelios G. Vrachimis" <vrachimis.stelios@ucy.ac.cy>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
# Authors ordered alphabetically
|
|
2
|
+
|
|
3
|
+
Authors with Contributions in the Public Domain:
|
|
4
|
+
|
|
5
|
+
Lewis Rossman <LRossman@cinci.rr.com>
|
|
6
|
+
Michael Tryby <tryby.michael@epa.gov>
|
|
7
|
+
|
|
8
|
+
Authors with Contributions Subject to Copyright (see LICENSE):
|
|
9
|
+
|
|
10
|
+
Jinduan Chen <jinduan.uc@gmail.com>
|
|
11
|
+
Maurizio Cingi <mrzcng2@gmail.com>
|
|
12
|
+
Demetrios Eliades <eldemet@gmail.com>
|
|
13
|
+
Will Furnass <will@thearete.co.uk>
|
|
14
|
+
Milad Ghiami <milad-ghiami@users.noreply.github.com>
|
|
15
|
+
Sam Hatchett <samhatchett@gmail.com>
|
|
16
|
+
Abel Heinsbroek <mail@abelheinsbroek.nl>
|
|
17
|
+
Mike Kane <muke195@gmail.com>
|
|
18
|
+
Marios Kyriakou <mariosmsk@gmail.com>
|
|
19
|
+
Steffen Macke <sdteffen@sdteffen.de>
|
|
20
|
+
Angela Marchi <angela.marchi@adelaide.edu.au>
|
|
21
|
+
Bryant McDonnell <bemcdonnell@gmail.com>
|
|
22
|
+
Elad Salomons <selad@optiwater.com>
|
|
23
|
+
Feng Shang <fshang>
|
|
24
|
+
Yunier Soad <yunier.soad@gmail.com>
|
|
25
|
+
Markus Sunela <markus.sunela@fluidit.fi>
|
|
26
|
+
Tom Taxon <tntaxon@anl.gov>
|
|
27
|
+
James Uber <jim@citilogics.com>
|
|
28
|
+
Hyoungmin Woo <hyoungmin.woo@gmail.com>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c)
|
|
3
|
+
Copyright (c) 2017 (see AUTHORS)
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -9,8 +9,8 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
9
9
|
copies of the Software, and to permit persons to whom the Software is
|
|
10
10
|
furnished to do so, subject to the following conditions:
|
|
11
11
|
|
|
12
|
-
The above copyright notice
|
|
13
|
-
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
14
|
|
|
15
15
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
16
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
This folder archives the EPA/OWA and community collaboration source code files for the EPANET hydraulic and water quality engines for v2.2.0.
|
|
2
|
+
|
|
3
|
+
It contains the source code for the EPANET 2.2 network hydraulic and water quality solver.
|
|
4
|
+
It is written in ANSI-compatible C and can be compiled into either a Windows Dynamic Link Library of functions
|
|
5
|
+
or into a command-line executable.
|
|
6
|
+
|
|
7
|
+
The DLL version of the solver (epanet2.dll) is used with
|
|
8
|
+
the EPANET 2 user interface executable (epanet2w.exe) to
|
|
9
|
+
form a complete Windows modeling package. It also serves
|
|
10
|
+
as the function library for the EPANET Programmer's Toolkit,
|
|
11
|
+
allowing developers to construct their own customized pipe
|
|
12
|
+
network analysis applications.
|
|
13
|
+
|
|
14
|
+
All the files except main.c are needed to build the DLL version of the solver.
|
|
15
|
+
The file main.c needs to be incudled for building a command-line executable.
|
|
16
|
+
Epanet2.def should be inculded as a module definition file
|
|
17
|
+
for building the DLL that can be used in EPANET user inferface (epanet2w.exe).
|
|
18
|
+
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
/*
|
|
2
2
|
*****************************************************************************
|
|
3
3
|
Project: OWA EPANET
|
|
4
|
-
Version: 2.
|
|
4
|
+
Version: 2.2
|
|
5
5
|
Module: enumstxt.h
|
|
6
6
|
Description: text strings for enumerated data types
|
|
7
7
|
Authors: see AUTHORS
|
|
8
8
|
Copyright: see AUTHORS
|
|
9
9
|
License: see LICENSE
|
|
10
|
-
Last Updated:
|
|
10
|
+
Last Updated: 06/20/2019
|
|
11
11
|
******************************************************************************
|
|
12
12
|
*/
|
|
13
13
|
|
|
@@ -27,8 +27,7 @@ char *LinkTxt[] = {w_CV,
|
|
|
27
27
|
w_PBV,
|
|
28
28
|
w_FCV,
|
|
29
29
|
w_TCV,
|
|
30
|
-
w_GPV
|
|
31
|
-
w_PCV};
|
|
30
|
+
w_GPV};
|
|
32
31
|
|
|
33
32
|
char *StatTxt[] = {t_XHEAD,
|
|
34
33
|
t_TEMPCLOSED,
|
|
@@ -59,8 +58,7 @@ char *RptFlowUnitsTxt[] = {u_CFS,
|
|
|
59
58
|
u_LPM,
|
|
60
59
|
u_MLD,
|
|
61
60
|
u_CMH,
|
|
62
|
-
u_CMD
|
|
63
|
-
u_CMS};
|
|
61
|
+
u_CMD};
|
|
64
62
|
|
|
65
63
|
char *FlowUnitsTxt[] = {w_CFS,
|
|
66
64
|
w_GPM,
|
|
@@ -71,14 +69,11 @@ char *FlowUnitsTxt[] = {w_CFS,
|
|
|
71
69
|
w_LPM,
|
|
72
70
|
w_MLD,
|
|
73
71
|
w_CMH,
|
|
74
|
-
w_CMD
|
|
75
|
-
w_CMS};
|
|
72
|
+
w_CMD};
|
|
76
73
|
|
|
77
74
|
char *PressUnitsTxt[] = {w_PSI,
|
|
78
75
|
w_KPA,
|
|
79
|
-
w_METERS
|
|
80
|
-
w_BAR,
|
|
81
|
-
w_FEET};
|
|
76
|
+
w_METERS};
|
|
82
77
|
|
|
83
78
|
char *DemandModelTxt[] = { w_DDA,
|
|
84
79
|
w_PDA,
|
|
@@ -115,18 +110,6 @@ char *MixTxt[] = {w_MIXED,
|
|
|
115
110
|
char *RptFlagTxt[] = {w_NO,
|
|
116
111
|
w_YES,
|
|
117
112
|
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
113
|
|
|
131
114
|
char *SectTxt[] = {s_TITLE, s_JUNCTIONS, s_RESERVOIRS,
|
|
132
115
|
s_TANKS, s_PIPES, s_PUMPS,
|
|
@@ -137,7 +120,7 @@ char *SectTxt[] = {s_TITLE, s_JUNCTIONS, s_RESERVOIRS,
|
|
|
137
120
|
s_REACTIONS, s_MIXING, s_REPORT,
|
|
138
121
|
s_TIMES, s_OPTIONS, s_COORDS,
|
|
139
122
|
s_VERTICES, s_LABELS, s_BACKDROP,
|
|
140
|
-
s_TAGS,
|
|
123
|
+
s_TAGS, s_END,
|
|
141
124
|
NULL};
|
|
142
125
|
|
|
143
126
|
char *Fldname[] = {t_ELEV, t_DEMAND, t_HEAD,
|