Dear all,
Here is the issue: first I run a OPF, and store the results. Then, I feed the results to the PF. To my surprise, the solver iterates for the PF.
This should not be happening, since the constraints of the OPF ensure that the result will be a stable PF state.
I am always taking about the case14, AC. The tolerance of the OPF is set smaller than that of the PF.
Here is a minimal ingredients example:
from pypower.api import case14, runopf , runpf , ppoption
opt = ppoption(VERBOSE=2)
mpc = runpf(runopf(case14(), opt), opt)