Add EPANET2 output format

This commit is contained in:
WQY\qiong
2023-03-01 22:05:34 +08:00
parent cf76427562
commit e83d3a83a5
18 changed files with 32 additions and 23 deletions

View File

@@ -122,7 +122,10 @@ def delete_junction(name: str, cs: ChangeSet) -> ChangeSet:
#--------------------------------------------------------------
# [EPANET2]
# id elev. (demand) (demand pattern)
# [IN]
# id elev. (demand) (demand pattern) ;desc
# [OUT]
# id elev. ;desc
#--------------------------------------------------------------
class InpJunction:
def __init__(self, line: str) -> None: