| | |
| | | if (frequence > 49.5) |
| | | { |
| | | var curve_qh = curve_default.CurveInfo.CurveQH; |
| | | curve_qh.Max = curve_qh.Max * IStation.Calculation.DispatchAna.Common.DispatchAnaGeneralHelper.ExtendMaxRatio; |
| | | curve_qh.Max = curve_qh.Max * IStation.Calculation.DispatchAna.Common.DispatchAnaGeneralHelper压力.ExtendMaxRatio; |
| | | curveListQH.Add(curve_qh); |
| | | |
| | | var curve_qp = curve_default.CurveInfo.CurveQP; |
| | | curve_qp.Max = curve_qp.Max * IStation.Calculation.DispatchAna.Common.DispatchAnaGeneralHelper.ExtendMaxRatio; |
| | | curve_qp.Max = curve_qp.Max * IStation.Calculation.DispatchAna.Common.DispatchAnaGeneralHelper压力.ExtendMaxRatio; |
| | | curveListQP.Add(curve_qp); |
| | | } |
| | | else |
| | |
| | | var ration = frequence / 50.0; |
| | | |
| | | var maxCurveQH = IStation.Model.FitCurveHelper.GetFitPointsByExtend(curve_default.CurveInfo.CurveQH, |
| | | IStation.Calculation.DispatchAna.Common.DispatchAnaGeneralHelper.ExtendMaxRatio, 20); |
| | | IStation.Calculation.DispatchAna.Common.DispatchAnaGeneralHelper压力.ExtendMaxRatio, 20); |
| | | var maxCurveQP = IStation.Model.FitCurveHelper.GetFitPointsByExtend(curve_default.CurveInfo.CurveQP, |
| | | IStation.Calculation.DispatchAna.Common.DispatchAnaGeneralHelper.ExtendMaxRatio, 20); |
| | | IStation.Calculation.DispatchAna.Common.DispatchAnaGeneralHelper压力.ExtendMaxRatio, 20); |
| | | |
| | | List<IStation.Model.CurvePoint> simuPointsQH = new List<IStation.Model.CurvePoint>(); |
| | | foreach (var pt in maxCurveQH) |