tangxu
2022-11-02 05f522e321a742f03bf1e3e26edaeb5147da42f4
Calculation/IStation.Calculation.Dispatch/custom/shys/station/南汇北/OptAna.cs
@@ -117,7 +117,7 @@
                    inlet_press = complex_request_paras.InletPipePara[0].Value;
                }
            }
            double water_level = inlet_press * 102;
            //鏈烘车淇℃伅
@@ -132,26 +132,21 @@
                }
            }
            double outlet_press = (pipe1_TargetPess + pipe2_TargetPess) / 2;
 
   
            Common.DispatchAnaGeneralHelper鍘嬪姏 calc_pipe1_helper =
     new Common.DispatchAnaGeneralHelper鍘嬪姏();
            Common.DispatchAnaGeneralHelper鍘嬪姏 calc_pipe1_helper =  new Common.DispatchAnaGeneralHelper鍘嬪姏();
 
                calc_pipe1_helper.InitialParas(
                    pipe1_TargetFlow + pipe2_TargetFlow,
                    water_level,true ,
                    (pipe1_TargetPess + pipe2_TargetPess) / 2,false ,
                inlet_press, false,
                outlet_press, false,
                    null, null,
                    _allMachineList,
                    machine_run_status == null ? null : machine_run_status.MachineRunFilter);
                return calc_pipe1_helper.CalcOptList(complex_request_paras.SchemeSortType, 3);
        }