Hello everyone,
Is there any option in MATPOWER to set the transformer tap settings, and if
it is then how we can set the settings and after running power flow, how
these settings are extracted from the results?
Please help.

On Wed, May 17, 2017 at 12:10 PM, Bone, Gorazd <gorazd.b...@fe.uni-lj.si>
wrote:

> 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 for the variables?
>
> 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 <gorazd.b...@fe.uni-lj.si>
> 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