Add EPANET3 format
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user