Hi All

I am trying to use matpower to evaluate IEEE 39 bus system and I tried to
run an example code for runcpf (Continuation Power Flow)

 define_constants;
 mpopt = mpoption('out.all',0,'verbose',2);
 mpopt = mpoption('cpf.stop_at','nose','cpf.step',0.2);
 mpopt = mpoption(mpopt,'cpf.plot.level',2);
 mpcb = loadcase(t_case9_pfv2); % load base case
 mpct = mpcb; % set up target case with
 mpct.gen(:, [PG QG]) = mpcb.gen(:, [PG QG])
 mpct.bus(2,[PD]) = mpcb.bus(2, [PD])
 results = runcpf(mpcb, mpct, mpopt);
 results.cpf

The program is keep on running and is not converging. Can anybody please
help on this.

If anyone can send me a running example for runcpf of matpower , it will be
of great help and if anybody has worked on IEEE 39 bus using runcpf, please
let me know


Thanking you all in advance.

Regards

Arun Nair

Reply via email to