optimal volt/var control - epcc · pdf fileoptimal volt/var control masoud farivar steven low...

26
Optimal volt/var Control Masoud Farivar Steven Low Mani Chandy Computing + Math Sciences Electrical Engineering Caltech June 2013 Christopher Clarke Russel Neal Robert Sherick T&D BU SCE

Upload: dangdang

Post on 12-Mar-2018

229 views

Category:

Documents


4 download

TRANSCRIPT

Page 1: Optimal volt/var Control - EPCC · PDF fileOptimal volt/var Control Masoud Farivar Steven Low Mani Chandy Computing + Math Sciences Electrical Engineering Caltech June 2013 Christopher

Optimal volt/var Control

Masoud Farivar Steven Low Mani Chandy

Computing + Math Sciences Electrical Engineering

Caltech

June 2013

Christopher Clarke Russel Neal

Robert Sherick

T&D BU

SCE

Page 2: Optimal volt/var Control - EPCC · PDF fileOptimal volt/var Control Masoud Farivar Steven Low Mani Chandy Computing + Math Sciences Electrical Engineering Caltech June 2013 Christopher

Outline

Motivating example

Problem and solution

Simulation evaluation

Illustration: OPF based on convex relaxation

Page 3: Optimal volt/var Control - EPCC · PDF fileOptimal volt/var Control Masoud Farivar Steven Low Mani Chandy Computing + Math Sciences Electrical Engineering Caltech June 2013 Christopher

Motivation n  Static capacitor control cannot cope with rapid

random fluctuations of PVs on distr circuits n  A utility company needs $B infrastructure

investment to cope

Our proposal n  Optimize reactive output of

inverters

Example: distr volt/var control

Page 4: Optimal volt/var Control - EPCC · PDF fileOptimal volt/var Control Masoud Farivar Steven Low Mani Chandy Computing + Math Sciences Electrical Engineering Caltech June 2013 Christopher

Motivation n  Static capacitor control cannot cope with rapid

random fluctuations of PVs on distr circuits n  A utility company needs $B infrastructure

investment to cope

Our proposal n  Solve OPF in real time (mins) n  Overcome nonconvexity

Example: distr volt/var control

Page 5: Optimal volt/var Control - EPCC · PDF fileOptimal volt/var Control Masoud Farivar Steven Low Mani Chandy Computing + Math Sciences Electrical Engineering Caltech June 2013 Christopher

Control strategy

Two timescale coordinated control n  Capacitors: slow infrequent (hours) n  Inverters: fast frequent (mins)

Optimal capacitor control n  Dynamic programming

Optimal inverter control n  Real-time OPF

this talk

Page 6: Optimal volt/var Control - EPCC · PDF fileOptimal volt/var Control Masoud Farivar Steven Low Mani Chandy Computing + Math Sciences Electrical Engineering Caltech June 2013 Christopher

Power network

pjG,qj

G

input: solar power

control: var output

Vj

Page 7: Optimal volt/var Control - EPCC · PDF fileOptimal volt/var Control Masoud Farivar Steven Low Mani Chandy Computing + Math Sciences Electrical Engineering Caltech June 2013 Christopher

min riji~ j∑ Iij

2+ αi

i∑ Vi

2+ c0p0

G

Optimal volt/var control

real  power  loss   CVR  (conserva1on  voltage  reduc1on)    

fuel  cost  

Page 8: Optimal volt/var Control - EPCC · PDF fileOptimal volt/var Control Masoud Farivar Steven Low Mani Chandy Computing + Math Sciences Electrical Engineering Caltech June 2013 Christopher

min f x( )over x := qi

G, Vi , other variables( )s. t. voltage constraints: Vi

min ≤ Vi ≤Vimax

other constraints, e.g., line limits

AC power flow: g(x) = 0

Optimal volt/var control

Page 9: Optimal volt/var Control - EPCC · PDF fileOptimal volt/var Control Masoud Farivar Steven Low Mani Chandy Computing + Math Sciences Electrical Engineering Caltech June 2013 Christopher

min f x( )over x := qi

G, Vi , other variables( )s. t. voltage constraints: Vi

min ≤ Vi ≤Vimax

other constraints, e.g., line limits

AC power flow: g(x) = 0

Optimal volt/var control

Page 10: Optimal volt/var Control - EPCC · PDF fileOptimal volt/var Control Masoud Farivar Steven Low Mani Chandy Computing + Math Sciences Electrical Engineering Caltech June 2013 Christopher

Optimal volt/var control

DistFlow equations

min f x( )over x := qi

G, Vi , other variables( )s. t. voltage constraints: Vi

min ≤ Vi ≤Vimax

other constraints, e.g., line limits

AC power flow: g(x) = 0

Page 11: Optimal volt/var Control - EPCC · PDF fileOptimal volt/var Control Masoud Farivar Steven Low Mani Chandy Computing + Math Sciences Electrical Engineering Caltech June 2013 Christopher

Shorthand:

Optimal volt/var control

minx∈X

f x( )s. t. g(x) = 0 DistFlow equations

Page 12: Optimal volt/var Control - EPCC · PDF fileOptimal volt/var Control Masoud Farivar Steven Low Mani Chandy Computing + Math Sciences Electrical Engineering Caltech June 2013 Christopher

DistFlow equations

Sij − zij ij + sj = Sjkj→k∑

vi = vj + 2 Re zij*Sij( )− zij

2 ij

ijvi = Sij2

Baran  and  Wu  1989  Chiang  and  Baran  1990  

ij := Iij2

vi := Vi2

nonconvex (linear otherwise)

real & reactive power balance

AC Ohm’s law (magnitude sq’d)

apparent power

Page 13: Optimal volt/var Control - EPCC · PDF fileOptimal volt/var Control Masoud Farivar Steven Low Mani Chandy Computing + Math Sciences Electrical Engineering Caltech June 2013 Christopher

DistFlow equations

ij := Iij2

vi := Vi22nd-order

cone Convex !

real & reactive power balance

AC Ohm’s law (magnitude sq’d)

apparent power

Sij − zij ij + sj = Sjkj→k∑

vi = vj + 2 Re zij*Sij( )− zij

2 ij

ijvi ≥ Sij2

Baran  and  Wu  1989  Chiang  and  Baran  1990  

Page 14: Optimal volt/var Control - EPCC · PDF fileOptimal volt/var Control Masoud Farivar Steven Low Mani Chandy Computing + Math Sciences Electrical Engineering Caltech June 2013 Christopher

Shorthand:

Optimal volt/var control

minx∈X

f x( )s. t. g(x) = 0

nonconvex

Page 15: Optimal volt/var Control - EPCC · PDF fileOptimal volt/var Control Masoud Farivar Steven Low Mani Chandy Computing + Math Sciences Electrical Engineering Caltech June 2013 Christopher

Shorthand:

Optimal volt/var control

minx∈X

f x( )s. t. g(x) ≥ 0

convex ! SOCP relaxation

Page 16: Optimal volt/var Control - EPCC · PDF fileOptimal volt/var Control Masoud Farivar Steven Low Mani Chandy Computing + Math Sciences Electrical Engineering Caltech June 2013 Christopher

Why solve SOCP relaxation?

DC OPF not applicable n  Control reactive power to regulate voltage n  DC power flow ignores both !

Traditional nonlinear algorithms n  Why ? n  … when SOCP relaxation is (almost)

guaranteed to converge to a global optimal

Page 17: Optimal volt/var Control - EPCC · PDF fileOptimal volt/var Control Masoud Farivar Steven Low Mani Chandy Computing + Math Sciences Electrical Engineering Caltech June 2013 Christopher

Solution strategy

Solve  SOCP  relaxa1on  

heuris1cs  w/  guarantee  

Solu1on  sa1sfies      g x*( ) = 0 ?

global  op1mal  

Theorem Always works for practical networks ! •  radial nature •  parameters

minx∈X

f x( )s. t. g(x) ≥ 0

No

Yes

Page 18: Optimal volt/var Control - EPCC · PDF fileOptimal volt/var Control Masoud Farivar Steven Low Mani Chandy Computing + Math Sciences Electrical Engineering Caltech June 2013 Christopher

Simulations

SCE 47-bus Calabash distribution circuit 5 PV buses

Page 19: Optimal volt/var Control - EPCC · PDF fileOptimal volt/var Control Masoud Farivar Steven Low Mani Chandy Computing + Math Sciences Electrical Engineering Caltech June 2013 Christopher

Load  and  Solar  Varia1on  

Empirical  distribu1on    of  (load,  solar)  for  Calabash  

pic

pig

Page 20: Optimal volt/var Control - EPCC · PDF fileOptimal volt/var Control Masoud Farivar Steven Low Mani Chandy Computing + Math Sciences Electrical Engineering Caltech June 2013 Christopher

•  More  reliable  opera1on  •  Energy  savings  

Simulations

Page 21: Optimal volt/var Control - EPCC · PDF fileOptimal volt/var Control Masoud Farivar Steven Low Mani Chandy Computing + Math Sciences Electrical Engineering Caltech June 2013 Christopher

Simulations

SCE 56-bus (rural) distribution circuit 1 PV bus (5MW)

6 miles from substation

Page 22: Optimal volt/var Control - EPCC · PDF fileOptimal volt/var Control Masoud Farivar Steven Low Mani Chandy Computing + Math Sciences Electrical Engineering Caltech June 2013 Christopher

•  More  reliable  opera1on  •  Energy  savings  

Simulations

Under IEEE 1547: Volt at point of common coupling vs solar output (MW)

Page 23: Optimal volt/var Control - EPCC · PDF fileOptimal volt/var Control Masoud Farivar Steven Low Mani Chandy Computing + Math Sciences Electrical Engineering Caltech June 2013 Christopher

Simulations

Low load High load

Optimal inverer VAR injection (kVAR)

Page 24: Optimal volt/var Control - EPCC · PDF fileOptimal volt/var Control Masoud Farivar Steven Low Mani Chandy Computing + Math Sciences Electrical Engineering Caltech June 2013 Christopher

Papers

Application:

Inverter VAR control for distribution systems with renewables Farivar, Clarke, Low and Chandy IEEE SmartGridComm Conference, 2011 Theory:

Branch flow model: relaxations and convexification Farivar and Low IEEE Trans. Power Systems, 2013

Page 25: Optimal volt/var Control - EPCC · PDF fileOptimal volt/var Control Masoud Farivar Steven Low Mani Chandy Computing + Math Sciences Electrical Engineering Caltech June 2013 Christopher

Backup Slides

Page 26: Optimal volt/var Control - EPCC · PDF fileOptimal volt/var Control Masoud Farivar Steven Low Mani Chandy Computing + Math Sciences Electrical Engineering Caltech June 2013 Christopher