Support calculate distribution

This commit is contained in:
WQY\qiong
2023-05-08 20:59:54 +08:00
parent 132eb036fb
commit 32c47bb2f2
3 changed files with 44 additions and 0 deletions

View File

@@ -143,6 +143,7 @@ from .s32_region_util import get_nodes_in_boundary, get_nodes_in_region, calcula
from .s33_region import get_region_schema, get_region, set_region, add_region, delete_region
from .s34_water_distribution import DISTRIBUTION_TYPE_ADD, DISTRIBUTION_TYPE_OVERRIDE
from .s34_water_distribution import calculate_demand_to_nodes, calculate_demand_to_region
from .s34_water_distribution import distribute_demand_to_nodes, distribute_demand_to_region
from .s35_district_metering_area import PARTITION_TYPE_RB, PARTITION_TYPE_KWAY