Dear Dr. Zimmerman,

I run the DCOPF algorithm to solve the IEEE 300-bus system considering the
default technical data for the system. Using the MIPS algorithm, the
solution converges in 13 iterations with an objective function of 706292.30
$/hr. When I analyze the solution, the sum of the power generation (23527.15
MW) is bigger than the load power (23525.85 MW). The commands used are the
following:

mpc=case300; mpopt=mpoption; mpopt=mpoption('OPF_ALG',200,'OUT_ALL',0);
salida_matpower=dcopf(mpc,mpopt);

I'd like to know why there's a difference of 1.3 MW
(sum(salida_matpower.gen(:,2))-sum(mpc.bus(:,3))

)

Regards,

Vh

Reply via email to