ningshuxia
2025-04-01 ea7b317c22ecb371910373b4d20f6bac3ad47738
WinFrmUI/PBS.WinFrmUI.Hydro/05-system-curve/00-core/SystemCurvePage.cs
@@ -197,7 +197,7 @@
            var file_path = _facility.ModelPath;
            var minDemand = 0;   // 最小总需水量(m³/h)
            var maxDemand = _facility.MaxWaterDemand ?? 45;  // 最大总需水量(m³/h) 
            var calcCount = 1000;           // 计算次数
            var calcCount = 3000;           // 计算次数
            var maxHeight = 22.5; //顶楼标高
            var requiredEndPressure = _facility.TerminalPressure ?? 15; //静压 
            CalcSystemCurve(file_path, minDemand, maxDemand, maxHeight, requiredEndPressure, calcCount);