Algebra eror in my formulation

Problems with modeling
Post Reply
ManT
User
User
Posts: 12
Joined: 5 years ago

Algebra eror in my formulation

Post by ManT »

Hi,
I am struggling with a formation with my attached GAMS code. I would like to compute the voltage at the sending end of a branch.
I get an error when I solve:
Line 126 is problem.
V(i+1)^2 = V(i)^2 - 2 (resistance * Pflow_line + reactance *Qflow_line);
My code is attached
ForGamsHelpIEEE33Bus.gms
(4.6 KiB) Downloaded 167 times
Help.pdf
(57.47 KiB) Downloaded 174 times
Post Reply