Shuxia Ning
2024-11-03 342fa8be89ce72d4a1f87fc857def22b41722dfc
WinFrmUI/Yw.WinFrmUI.Phart.Core/01-perform/01-pump-chart/01-chart/03-serial-parallel/PumpSerialParallelInfoViewModel.cs
@@ -40,6 +40,7 @@
         
        public double? CalcuQ { get; set; } 
        public double? CalcuH { get; set; }
        public  double? ExtendFlow { get; set; }
        public void Calc()
        {
            this.CurrentSpeed = Math.Round(this.CurrentHz / 50 * this.RatedSpeed);
@@ -57,6 +58,11 @@
            if (this.QpCalc != null)
                this.QpCalc.MaxX = this.QpCalc.MaxX * this.ExtendRatio / 100;
            if (this.ExtendRatio>100)
            {
                this.ExtendFlow = this.Qh.MaxX;
            }
        }