RE: Setting the initial values for the variables?

2017-05-16 Thread Bone, Gorazd
That's really simple. Thank you. Od: bounce-121534931-78499...@list.cornell.edu [bounce-121534931-78499...@list.cornell.edu] v imenu Ray Zimmerman [r...@cornell.edu] Poslano: 16. maj 2017 21:10 Za: MATPOWER discussion forum Zadeva: Re: Setting the initial values

Re: MOST

2017-05-16 Thread Ammar Raza
Hi I am trying to do example 6 of the MOST user manual with Bus 118 and I got this error. Error using mpopt2qpopt (line 92) mpopt2qpopt: Sorry, no solver available for MIQP models Error in most (line 2065) mdo.QP.opt = mpopt2qpopt(mpopt, model, 'most'); Error in most_ammar6 (line 108) mdo = m

Re: Setting the initial values for the variables?

2017-05-16 Thread Ray Zimmerman
Since the results struct is a super-set of the input mpc, you can just use it directly as input. E.g. r1 = runpf(mpc); r2 = runpf(r1); When in doubt … just try it ;-) Ray > On May 16, 2017, at 5:58 AM, Bone, Gorazd wrote: > > Hello > > I wonder if it is possible to input the initial

Setting the initial values for the variables?

2017-05-16 Thread Bone, Gorazd
Hello I wonder if it is possible to input the initial conditions of one load flow calculation into another load flow calculation. In trying to develop a method that calculates the taps and phases of transformer, so I have to repeatedly perform Load Flow calculations one after another and iterat