That should be ...
mpopt = mpoption('ENFORCE_Q_LIMS', 1);
--
Ray Zimmerman
Senior Research Associate
211 Warren Hall, Cornell University, Ithaca, NY 14853
phone: (607) 255-9645
On Jul 13, 2010, at 8:01 AM, amir khorsandi wrote:
hi
If you want that in power flow calculations, reactive power limits of
generators satisfied use this commands:
mpopt = mpoption('ENFORCE_Q_LIMS', 0);
[baseMVA, bus, gen, branch, success, et] = runpf('case30',mpopt);
good luck
From: indra g.c. <[email protected]<mailto:[email protected]>>
To: [email protected]
Sent: Tue, 13 July, 2010 15:22:57
Subject: Help
In MATPOWER, the power flow result for the contingency cases show that the
generator sources violate their maximum reactive power limit but maintain their
specified voltage magnitude.
Whether it is possible or not to maintain the max. Reactive power limit?
Theoretically, if a generator source in a PV buses crosses the reactive power
limit, then we treat that bus as load bus. It is true or not ? If it is true,
why the power flow result for the contingency cases show generator sources
violate their maximum reactive power limit?