-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixes in getMSXOptions, setMSXOptions... - add testMSXoptions
add example inp, msx
- Loading branch information
Showing
5 changed files
with
247 additions
and
111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# -*- coding: utf-8 -*- | ||
__author__ = """Marios S. Kyriakou""" | ||
__email__ = "[email protected]" | ||
__version__ = "1.1.1" | ||
__version__ = "1.1.2" | ||
__msxversion__ = "2.0.0" | ||
__copyright__ = """Copyright 2022, KIOS Research and Innovation Center of Excellence (KIOS CoE), | ||
University of Cyprus (www.kios.org.cy).""" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
[TITLE] | ||
EPANET-MSX Example Network | ||
|
||
[JUNCTIONS] | ||
;ID Elev Demand Pattern | ||
A 0 4.1 | ||
B 0 3.4 | ||
C 0 5.5 | ||
D 0 2.3 | ||
|
||
[RESERVOIRS] | ||
;ID Head Pattern | ||
Source 100 | ||
|
||
[PIPES] | ||
;ID Node1 Node2 Length Diameter Roughness | ||
1 Source A 1000 200 100 | ||
2 A B 800 150 100 | ||
3 A C 1200 200 100 | ||
4 B C 1000 150 100 | ||
5 C D 2000 150 100 | ||
|
||
[TIMES] | ||
Duration 48 | ||
Hydraulic Timestep 1:00 | ||
Quality Timestep 0:05 | ||
Report Timestep 2 | ||
Report Start 0 | ||
Statistic NONE | ||
|
||
[OPTIONS] | ||
Units CMH | ||
Headloss H-W | ||
Quality NONE | ||
|
||
[END] |
Oops, something went wrong.