AC OPF, polar coordinate problem

Problems with modeling
Post Reply
nhattan214
User
User
Posts: 1
Joined: 4 months ago

AC OPF, polar coordinate problem

Post by nhattan214 »

Hi all,

I am trying to implement the AC-OPF problem in GAMS (with knitro and ipopt solvers).

There are two versions I created. The first one follows this example https://www.gams.com/latest/psoptlib_ml ... 24bus.html and it works correcttly and give a correct solution.
In the second version, I tried to follow the model in this paper https://www.tandfonline.com/doi/epdf/10 ... ccess=true
Here I used Eq (5)- Eq (11) and Eq (57) - Eq (58) for the power flow equations. This version keeps getting infeasible solution (it should have yielded the same solution as in version 1)

I have attached my GAMS codes for your references. Your help would be greatly appreciated.

Thanks,

Andy
Attachments
AC_OPF_14bus_polar_v2.gms
(12.54 KiB) Downloaded 185 times
AC_OPF_14bus_polar_v1.gms
(4.97 KiB) Downloaded 167 times
Post Reply