Shuxia Ning
2024-07-17 fd681339c81201ed6fb3303647ecab89e3e6c0c1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
 
using IStation;
using IStation.Epanet;
using IStation.Service;
using IStation.Test;
 
//IStation.ConfigHelper.InitHydraulicDB();
 
//Console.WriteLine("开始");
//ScadaModelValidHelper.Analysis();
//Console.WriteLine("结束");
//Console.ReadKey();
 
//var file_path = $"{AppDomain.CurrentDomain.BaseDirectory}Data\\HydraulicModel.inp";
 
//NetworkHelper.Open(file_path,out IStation.Epanet.Network.Network network);
//var a = network;
 
//var json = Yw.JsonHelper.Object2Json(a);
//var b = json;
//HydraulicModelValidationHelperJob.Execute();