Add EPANET3 format

This commit is contained in:
WQY\qiong
2023-03-02 20:28:47 +08:00
parent a6627c0e34
commit 0ecc706000
2 changed files with 3 additions and 2 deletions

View File

@@ -35,11 +35,12 @@ def set_control(name: str, cs: ChangeSet) -> ChangeSet:
#-------------------------------------------------------------- #--------------------------------------------------------------
# [EPANET2] # [EPA2][EPA3]
# LINK linkID setting IF NODE nodeID {BELOW/ABOVE} level # LINK linkID setting IF NODE nodeID {BELOW/ABOVE} level
# LINK linkID setting AT TIME value (units) # LINK linkID setting AT TIME value (units)
# LINK linkID setting AT CLOCKTIME value (units) # LINK linkID setting AT CLOCKTIME value (units)
# (0) (1) (2) (3) (4) (5) (6) (7) # (0) (1) (2) (3) (4) (5) (6) (7)
# todo...
#-------------------------------------------------------------- #--------------------------------------------------------------
def inp_in_control(section: list[str]) -> ChangeSet: def inp_in_control(section: list[str]) -> ChangeSet:
if len(section) > 0: if len(section) > 0:

View File

@@ -35,7 +35,7 @@ def set_rule(name: str, cs: ChangeSet) -> ChangeSet:
#-------------------------------------------------------------- #--------------------------------------------------------------
# [EPANET2] # [EPA2][EPA3]
# TODO... # TODO...
#-------------------------------------------------------------- #--------------------------------------------------------------
def inp_in_rule(section: list[str]) -> ChangeSet: def inp_in_rule(section: list[str]) -> ChangeSet: