Thanks!!
From: [email protected] [mailto:[email protected]] On Behalf Of Ray Zimmerman Sent: 20 mai 2011 16:04 To: MATPOWER discussion forum Subject: Re: Rv: problem with Ieee 145 system I finally got around to looking at this. I believe if you simply turn on the option to enforce reactive power limits at the generators it will give the expected result. cdf2matp('dd50cdf.txt', 'case145'); opt = mpoption('ENFORCE_Q_LIMS', 1); r = runpf('case145', opt); -- Ray Zimmerman Senior Research Associate 211 Warren Hall, Cornell University, Ithaca, NY 14853 phone: (607) 255-9645 On May 6, 2011, at 3:57 PM, camilo apraez wrote: Hi, I have some problems with the load flow for IEEE 145 bus system that is available on http://www.ee.washington.edu/research/pstca/ in common data format (cdf). I use the function cdf2matp, then I run the flow but I find that the results are far from those expected.If anyone has information about it, I appreciate your help.
