| | |
| | | double out_total_flow = GetReservoirDropFlowTotalByTimeIndex(end_time_index) - |
| | | GetReservoirDropFlowTotalByTimeIndex(start_time_index); |
| | | |
| | | return IStation.Common.ReservoirParasHelper.CalcLevel(start_level, in_total_flow - out_total_flow); |
| | | return IStation.Calc.ErQu.GlobalParas.CalcLevel(start_level, in_total_flow - out_total_flow); |
| | | } |
| | | /// <summary> |
| | | /// |
| | |
| | | double in_total_flow, |
| | | double start_level) |
| | | { |
| | | return IStation.Common.ReservoirParasHelper.CalcLevel(start_level, in_total_flow - out_total_flow); |
| | | return IStation.Calc.ErQu.GlobalParas.CalcLevel(start_level, in_total_flow - out_total_flow); |
| | | } |
| | | |
| | | /// <summary> |