Does the AC/DC power flow run ? If yes, then use these values to initialize the 
optimal power flow.
On another note, which solver are you using ? See the range of solvers in 
MATPOWER manual.

From: [email protected] 
[mailto:[email protected]] On Behalf Of Akash Tyagi
Sent: Saturday, 15 July, 2017 7:12 PM
To: MATPOWER discussion forum
Subject: Error using Case5

I am trying to run optimal power flow for  case5 using the following commands,
clc
clear
close all;
define_constants;
mpc=loadcase(case5);
mpopt=mpoption('pf.nr.max_it',1000);
results=runopf(mpc,mpopt);

After running the program it is showing the error-

Numerically Failed

Did not converge in 8 iterations.

What would i do??

Reply via email to