Optimization problems in Smart Grids

Optimization problems in Smart Grids Jirka Fink V. Bakker M.G.C. Bosman G. Hoogsteen J.L. Hurink R. van Leeuwen A. Molderink S. Nykamp G.F. Post G.J.M...
Author: Erika Sutton
0 downloads 0 Views 688KB Size
Optimization problems in Smart Grids Jirka Fink V. Bakker M.G.C. Bosman G. Hoogsteen J.L. Hurink R. van Leeuwen A. Molderink S. Nykamp G.F. Post G.J.M. Smit H.A. Toersche University of Twente, The Netherlands

Midsummer Combinatorial Workshop XIX

Jirka Fink (University of Twente, The Netherlands)

Optimization problems in Smart Grids

MCW 2013

1 / 11

Schema of classical electrical grid

Substation Step Down Transformer

Color Key: Black: Generation Blue: Transmission Green: Distribution

Transmission lines

Subtransmission Customer 26kV and 69kV

765, 500, 345, 230, and 138 kV Generating Station

Generating Step Up Transformer

Primary Customer 13kV and 4kV

Transmission Customer 138kV or 230kV

Jirka Fink (University of Twente, The Netherlands)

Optimization problems in Smart Grids

Secondary Customer 120V and 240V

MCW 2013

2 / 11

Schema with renewable energy sources

Jirka Fink (University of Twente, The Netherlands)

Optimization problems in Smart Grids

MCW 2013

3 / 11

Generation energy from the Sun and wind PV average (n=10)

PV (n=1)

100% 90% 80% 70% 60% 50% 40% 30% 20% 10% 0%

Wind average (n=10)

Wind (n=1)

0:00

18:00

6:00

12:00

0:00

18:00

6:00

12:00

0:00

18:00

6:00

12:00

0:00

Feed-in as share on nominal capacity

Feed-in as share on nominal capacity

100% 90% 80% 70% 60% 50% 40% 30% 20% 10% 0%

Figure: Three days in May 2011 in the Emsland, Germany

For the German low and medium voltage levels, a need for additional cables of a length of 380,000 km until 2020 with costs of more than e20 billion is estimated to avoid local problems for the voltage levels. Jirka Fink (University of Twente, The Netherlands)

Optimization problems in Smart Grids

MCW 2013

4 / 11

Smart Grids How to use green energy efficiently? Improve the legislation and regulations Use batteries (advanced lead-acid batteries, NaS or Li-Ion batteries or flow batteries such as Zn-Air, Zn-Br and Vanadium redox) Schedule domestic demands according to production

Which domestic demands can be scheduled? Heating and cooling of houses Heating water Fridges and freezers Washing machines, driers, dishwashers Electrical cars

Smart Grid [European Technology Platform] A Smart grid is an electricity network that can intelligently integrate the actions of all users connected to it - generators, consumers and those that do both in order to efficiently deliver sustainable, economic and secure electricity supplies. Jirka Fink (University of Twente, The Netherlands)

Optimization problems in Smart Grids

MCW 2013

5 / 11

Model Problem statement

Schema market

Price Pt Maximal peak m

sc,t+1 = sc,t + Hc xc,t − Dc,t Lc,t ≤ sc,t ≤ Uc,t

pool

Other combinations

xc,t ∈ {0, 1}

Consumption of electricity Ec converter

Operation state xc,t ∈ {0, 1}

Production of heat Hc

pool

Minimizing cost:

minimize

XX

Minimizing peak:

minimize m where m ≥

buffer

Pt Ec xc,t

c

t

X

Ec xc,t

c

State of charge sc,t Bounds Lc,t ≤ sc,t ≤ Uc,t demand

Demand Dc,t

Applications Heating water House heating Fridges and freezers Energy production

Jirka Fink (University of Twente, The Netherlands)

Optimization problems in Smart Grids

MCW 2013

6 / 11

Minimizing peak Schema

Observation Let

market

Uc,1 = Lc,1 = T − 1 Uc,t = 2T − 2 for t ≥ 2

pool

Price Pt Maximal peak m

Other combinations

Lc,t = 0 for t ≥ 2 Consumption of electricity Ec

Dc,t = 1 Hc = T .

converter

A scheduling of converters is feasible if and only if every converter runs exactly once.

Operation state xc,t ∈ {0, 1}

Production of heat Hc

pool

buffer State of charge sc,t Bounds Lc,t ≤ sc,t ≤ Uc,t

Observation We have one-to-one correspondence between partition integers E1 , . . . , EN and scheduling converters.

demand

Demand Dc,t

Theorem Minimizing peak is NP-complete even if T = 2. Generally, minimizing peak is strongly NP-complete. Jirka Fink (University of Twente, The Netherlands)

Optimization problems in Smart Grids

MCW 2013

7 / 11

Minimizing cost Observe, that every combination can be solved separately.

Dynamic algorithm for minimizing cost of a single combination Let f (t, n) be the minimal cost if the converter is running n times during time intervals 1, . . . , t. Then,  min{f (t − 1, n), f (t − 1, n − 1) + Pt }    P   if Lc,t+1 ≤ Lc,1 + nHc − ti=1 Dc,i ≤ Uc,t+1    and 0 ≤ n ≤ t f (t, n) =      0 if t = n = 0    ∞ otherwise. The time complexity is O(T 2 ). Let R be the ratio between capacity of a buffer and production of a converter. The time complexity can also be estimated as O(RT ).

Greedy algorithm A greedy algorithm finds minimal cost in time O(T log(T )). Jirka Fink (University of Twente, The Netherlands)

Optimization problems in Smart Grids

MCW 2013

8 / 11

Minimizing peak

FPT A dynamic algorithm finds minimal peak in time O((2R)N · T ).

Problem In there an algorithm for minimizing peak whose complexity is O(c N · T ) for some constant c which is independent on R?

Minimizing peaks for converters of equal consumption is polynomial Scheduling problem Pm |ri , pi = 1, chains|Lmax [Dror, Kubiak, Dell’Olmo] Network flow problem with O(NT ) vertices

Jirka Fink (University of Twente, The Netherlands)

Optimization problems in Smart Grids

MCW 2013

9 / 11

Related problems

Advanced converter Multiple operation states Multiple functions (warm water for heating and hot water for tap) Operation restriction (e.g. minimal running time, start up profile) On-line (real-time) control

MicroCHP planning problem [Bosman,Bakker,Molderink,Hurink,Smit,2010] MicroCHP consumes gas and produces heat and electricity The problem consider minimal running time, loss and wearing Objective is minimizing deviation from electricity profile (balancing power) The problem is NP-complete Dynamic and column degeration algorithm

Jirka Fink (University of Twente, The Netherlands)

Optimization problems in Smart Grids

MCW 2013

10 / 11

Central vs. distributed control

Problems of global control in practice [Kok, 2013] Openness Privacy protection Scalability Market mechanism

Kok; Aung, Khambadkone, Srinivasan, Logenthiran; Kane, Lynch, Zimmerman; Bakker, Bosman, Huring, Molderink, Smit; etc. Agent base control with auction mechanisms

Open question Is there another mechanisms to control domestic demands which can work in practice?

Jirka Fink (University of Twente, The Netherlands)

Optimization problems in Smart Grids

MCW 2013

11 / 11