Open Shapeno opened 2 years ago
Hi @Shapeno , @lthurner,
I think, the console output of ql_mvar via verbose=True
is wrong and the pandapower result in net.res_line is correct.
The console output is based on pypower code. https://github.com/e2nIEE/pandapower/blob/develop/pandapower/pypower/printpf.py#L165-L167 results in a difference of q_from_mvar and q_to_mvar instead of a sum...
With the current development version of pandapower I get an OPFNotConverged: Optimal Power Flow did not converge!
for the example code given here.
I tried this case in V2.10.1 , and it works well.
However, I found branch loss in Result Parameters are different from console output.
reactive power consumption of lines are 0.00, 0.00, 0.01.
reactive power consumption of lines are -2.320812,-1.663050,-1.321093
Except the reactive power consumption, other outputs are the same.