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

@@ -86,9 +86,8 @@ def set_demand(name: str, cs: ChangeSet) -> ChangeSet:
#--------------------------------------------------------------
# [EPANET2]
# MULTIPLY factor
# node base_demand (pattern)
# [EPANET2][IN][OUT]
# node base_demand (pattern) ;category
#--------------------------------------------------------------
class InpDemand:
def __init__(self, line: str) -> None: