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 KB)
Help.pdf (57.5 KB)