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 <[email protected]> wrote:
> 
> 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 iterate the changes in taps and phases. I believe it will be 
> faster if I the results from one iteration are used as initial values in the 
> concurrent iteration. I was wondering if there is a built in way to do that 
> and if not, how can I do it.
> 
> Regards, Gorazd

Reply via email to