Re: Query for Lagrange multiplier correspond to Qg limits

2016-04-12 Thread Deep Kiran
Wow, its been 2 years of using Matpower and I was unaware of this setting. Thank you Sir. Best regards, Deep Kiran On 8 April 2016 at 19:37, Ray Zimmerman <r...@cornell.edu> wrote: > Your understanding is correct. However, with numerical algorithms such as > the primal-dual in

Re: power flow

2016-04-12 Thread Deep Kiran
Dear Mounika, for example of case5.m Write the code as: mpc = loadcase(case5); mpc.branch('branch number',6) = 'specify your line limit for the branch of your choice'; I hope this helps! Regards, Deep Kiran On 12 April 2016 at 14:15, Mounika Vanjarapu <mounikavanjar...@gmail.com>

Query for Lagrange multiplier correspond to Qg limits

2016-04-08 Thread Deep Kiran
nt is = 0. Although, the Qmin mu(=0.001) is small, however, Qg is 4.8 off from its lower bound. Am I missing some obvious link here? Thank you in advance. Best regards, Deep Kiran Research Scholar, IIT Delhi, India

Re: Extracting Branch Data

2015-02-22 Thread Deep Kiran
Hi Bijay, You can use m=loadcase('case') to load each data in m as structure. m.baseMVA, m.gen, m.bus, m.branch, m.gencost. For total number of buses: i.e. m = loadcase(case30); nbus = numel(m.bus(:,1)); I hope this will help. -- regards Deep Kiran

Re: Problem with the dcline in matpower 5.0

2014-12-22 Thread Deep Kiran
release soon. Thanks for bringing this to my attention. Ray On Dec 21, 2014, at 12:44 PM, Deep Kiran dkir...@gmail.com wrote: Hi all, I was trying work out with MATPOWER 5.0. An error is observed while implementing dcline. mpc = loadcase(t_case9_dcline); mpc = toggle_dcline(mpc

Problem with the dcline in matpower 5.0

2014-12-21 Thread Deep Kiran
the solution with this. P.S. many thanks for MATPOWER, it's a very useful package and one which I have used alot throughout my research. -- Deep Kiran