SlideShare a Scribd company logo
1 of 15
Download to read offline
UNDERSTANDING ACTIVE NETWORK
MANAGEMENT IN 30 MINUTES
Damien Ernst
University of Li`ege, Belgium
9`eme RENDEZ-VOUS ANNUEL DU SOLAIRE PHOTOVOLTA¨IQUE
April 2013
INTRODUCTION
Connection of renewable sources of energy to the grid,
and in particular to the distribution grid, is causing many
technical problems.
Well-known problems in Wallonia: (I) Photovoltaic (PV)
installations connected to the low-voltage level (230 V)
cause inacceptable voltage rises (II) Congestion issues
with wind farms connected to distribution networks.
The BUZZWORDS for addressing these problems:
Active Network Management (ANM).
What is active network management about?
It is about modulating in a smart way production and load
(demand side management) so as to operate the
electrical network in a safe way, without having to rely on
significant investments in infrastructure.
In many talks/research
papers, active net-
work management
strategies are not
well-detailed and their
description is often
limited to cartoon-like
charts.
2
In this presentation, I take the challenge to sketch
in less than 30 minutes and to an audience of
mostly non-engineers, detailed Active Network Man-
agement (ANM) solutions.
More specifically:
1. I will show through examples how to state
mathematically active network management problems.
2. I will discuss computational and technical challenges
for implementing solutions to these problems.
3. I will (briefly) discuss the models of interaction
between the different actors of the electrical industry that
need to be implemented to accommodate the ANM
solutions proposed for these examples.
3
PV PANELS AT THE LOW-VOLTAGE LEVEL
PPV
i − Pload
i
node i
house i
MV/LV transformer
system
Phouse
i =
PV panels
at node i
Vi is the voltage
Rest of the power NETWORK ISSUE
Voltages Vi s increase with the
power injected by the houses
into the network (i.e., with the
Phouse
i s). As a consequence,
when the PV panels produce a
lot of power and the households
do not consume much electric-
ity, the Vi s may become larger
than Vmax
, the upper voltage
limit.
4
ANM PROBLEM I: MODULATION OF THE PPV
i s
TO AVOID OVERVOLTAGE PROBLEMS
A MATHEMATICAL FORMULATION OF THIS PROBLEM
Find the values of PPV
i that minimize the amount of power
to be curtailed (i.e., that minimize i (PPV,max
i − PPV
i )
where PPV,max
i is the maximum power that the PV pan-
els of house i can generate) under the constraint that the
Vi s stay below Vmax
.
What are the data required for solving this mathematical
optimisation problem? A good model of the Rest of the
power system, detailed model of the low-voltage network, the
values of the PPV,max
i s and of the Pload
i s.
Can this optimisation problem be solved easily on a
computer, provided that these data are given? Yes.
5
At which rate to refresh the solution of this optimisation
problem?
It has to be solved every ∆t seconds where ∆t is smaller than
the time after which the data required for solving the problem
may change significantly. ∆t is called the time discretization
step which is in discrete-time control the real time between two
discrete instants t and t + 1.
What are the technical difficulties?
(I) To gather and bring in real-time all these data to the central
entity responsible for the modulation of the PPV
i s (II) To send
the modulation orders to the converters (III) To have converters
being able to modulate their power output.
6
What if it is too expensive to build this centralized
controller?
There is a possibility to develop much cheaper decentralized
controllers, at the price of curtailing more power. For example,
such a controller could work by implementing the following
logic in the converters:
If voltage Vi greater than Vmax
i , change (in a smooth way)
the current value of PPV
i to α×PPV
i with α < 1. Otherwise,
change (in a smooth way) PPV
i to min(β ×PPV
i , Pmax
i ) with
β > 1.
7
What are the additional changes that need to be brought to
existing models of interaction to implement this scheme?
1. Choose (or create) the central entity responsible for modulating the
PPV
i s. This entity does not necessarily need to be the Distribution
Network Operator (DNO).
2. Compensation mechanism for the owners of PV installations who
have to curtail their power. If no compensation mechanisms are
implemented, fair curtailment strategies need to be developed so as to
ensure that it is not always the same PV installations which have to
curtail power.
3. Curtailing power will interfere with the role of Access Responsible
Party (ARP) of retailers. Mechanisms have to be put in place so as to
allow retailers to do their work in fair conditions.
4. This scheme will interfere with the balancing mechanisms of the
Transmission System Operator that needs to be informed - as soon as
possible - about the curtailment actions.
8
ANM PROBLEM II: MODULATION OF
THE PPV
i s AND THE Pload
i s TO AVOID
OVERVOLTAGE PROBLEMS
CONTEXT
Loads that have inner storage capabilities (heating/cooling systems,
electric cars or fridges) can be modulated/controlled with little to no
occupant discomfort. By modulating these loads in a clever way, it is
possible to absorb the excess of power (or at least part of it)
generated by the PV panels rather than throwing it away.
Pload,c
lower limitload,c
Poutflow
upper limitload,c
The tank model for representing
loads with inner storage capabili-
ties: the power consumption of the
load Pload,c
(inflow of the tank) can
be modulated under the constraint
the level of the tank stays within its
limit. Poutflow
is the (uncontrollable)
outflow of the tank.
9
ASSUMPTIONS
(I) One controllable load by house i (II) The control variables PPV
i ,
Pload,c
i refreshed every ∆t seconds (III) All the variables remain
constant during every time interval ∆t (IV) No delays for gathering the
data, processing the data, sending the control actions and applying
these actions.
GENERIC MODULATION SCHEME
At every discrete time-step t:
1. Send the data of the problem to a centralized controller
2. Solve a mathematical optimisation problem
3. Send the solution of this problem (the PPV
i,t s and the Pload,c
i,t s) to the
PV installations and to the controllable loads.
How to state properly the mathematical optimisation problem
knowing that you are interested to minimize the sum of the
power curtailed over a sequence of T time steps starting from
t?
10
THE MYOPIC FORMULATION
Find the values of PPV
i,t and Pload
i,t that minimize
P
i (PPV,max
i,t − PPV
i,t ) under the constraints:
1. that the Vi s stay below Vmax
during the ∆t seconds between
the two discrete time-steps t and t + 1.
2. that the level of every tank i stays within its limits the ∆t
seconds between the two discrete time-steps t and t + 1.
The main problem with this myopic formulation is that it does not take
into account that the values of the variables Pload
i,t s are going to
influence the constraint 2. at the subsequent time steps. These
variables indeed modify the levels of the tanks.
As a consequence, the modulation of the loads is done in a
suboptimal way which may lead to unnecessary large values of
P
t
P
i (PPV,max
i,t − PPV
i,t ). A more appropriate formulation would be ...
11
...
Find the values of PPV
i,t , PPV
i,t+1, . . ., PPV
i,t+T−1, Pload
i,t , Pload
i,t+1, . . .,
Pload
i,t+T−1 that minimize
Pt+T−1
t′=t
P
i (PPV,max
i,t′ − PPV
i,t′ ) under the
constraints:
1. that the Vi s stay below Vmax
during the T × ∆t seconds fol-
lowing instant t.
2. that the level of every tank i stays with its limits the T × ∆t
seconds following instant t.
WARNING
Solving this optimisation problem requires accurate predictions of the
PPV,max
i s and of the load behavior (in particular the Poutflow
i s). If these
accurate predictions are not available, probabilistic scenarios for
modelling uncertainty have to be used. In such a context, the problem
becomes of stochastic optimal sequential decision making problem
where the expected amount of power to be curtailed under
probabilistic constraints is minimized. The complexity of these
problems may become rapidly out of reach of today’s computers when
the number of optimisation variables starts growing.
12
PREVIOUSLY
Advanced control
DN
DN
Fit and forget
doctrine
Transmission Network
(TN)
Distribution
Network
(DN)
strategies implemented
13
NOWADAYS
control strategies
DN
DN
DNDN
DN
SUPERGRID
TN
TN
control strategies
Need for advanced
Need for more advanced
control strategies
Need for advanced
Challenges for designing well-performing control strate-
gies and make them work together are immense.
14

More Related Content

Similar to UNDERSTANDING ACTIVE NETWORK MANAGEMENT IN 30 MINUTES

Multi-terminal HVDC systems and ancillary services
Multi-terminal HVDC systems and ancillary servicesMulti-terminal HVDC systems and ancillary services
Multi-terminal HVDC systems and ancillary servicesUniversité de Liège (ULg)
 
Integration of renewable energy sources and demand-side management into distr...
Integration of renewable energy sources and demand-side management into distr...Integration of renewable energy sources and demand-side management into distr...
Integration of renewable energy sources and demand-side management into distr...Université de Liège (ULg)
 
International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)irjes
 
Cired 2015 poster 1045: LV4MV: A CONCEPT FOR OPTIMAL POWER FLOW MANAGEMENT IN...
Cired 2015 poster 1045: LV4MV: A CONCEPT FOR OPTIMAL POWER FLOW MANAGEMENT IN...Cired 2015 poster 1045: LV4MV: A CONCEPT FOR OPTIMAL POWER FLOW MANAGEMENT IN...
Cired 2015 poster 1045: LV4MV: A CONCEPT FOR OPTIMAL POWER FLOW MANAGEMENT IN...Gaspard Lebel
 
Smart grid 4 novembre
Smart grid 4 novembreSmart grid 4 novembre
Smart grid 4 novembrecanaleenergia
 
Simulation and Modeling of Dynamic Voltage Restorer for Compensation Of Volta...
Simulation and Modeling of Dynamic Voltage Restorer for Compensation Of Volta...Simulation and Modeling of Dynamic Voltage Restorer for Compensation Of Volta...
Simulation and Modeling of Dynamic Voltage Restorer for Compensation Of Volta...IRJET Journal
 
IRJET-Simulation and Modeling of Dynamic Voltage Restorer for Compensation Of...
IRJET-Simulation and Modeling of Dynamic Voltage Restorer for Compensation Of...IRJET-Simulation and Modeling of Dynamic Voltage Restorer for Compensation Of...
IRJET-Simulation and Modeling of Dynamic Voltage Restorer for Compensation Of...IRJET Journal
 
FUZZY INFERENCE SYSTEM FOR VOLT/VAR CONTROL IN DISTRIBUTION SUBSTATIONS IN IS...
FUZZY INFERENCE SYSTEM FOR VOLT/VAR CONTROL IN DISTRIBUTION SUBSTATIONS IN IS...FUZZY INFERENCE SYSTEM FOR VOLT/VAR CONTROL IN DISTRIBUTION SUBSTATIONS IN IS...
FUZZY INFERENCE SYSTEM FOR VOLT/VAR CONTROL IN DISTRIBUTION SUBSTATIONS IN IS...cscpconf
 
FUZZY INFERENCE SYSTEM FOR VOLT VAR CONTROL IN DISTRIBUTION SUBSTATIONS IN IS...
FUZZY INFERENCE SYSTEM FOR VOLT VAR CONTROL IN DISTRIBUTION SUBSTATIONS IN IS...FUZZY INFERENCE SYSTEM FOR VOLT VAR CONTROL IN DISTRIBUTION SUBSTATIONS IN IS...
FUZZY INFERENCE SYSTEM FOR VOLT VAR CONTROL IN DISTRIBUTION SUBSTATIONS IN IS...csandit
 
Nabeelpbm1998@gmail.com
Nabeelpbm1998@gmail.comNabeelpbm1998@gmail.com
Nabeelpbm1998@gmail.comnabeelavulan
 
DVR with Artificial Intelligent Controller for Voltage Sag Mitigation
DVR with Artificial Intelligent Controller for Voltage Sag MitigationDVR with Artificial Intelligent Controller for Voltage Sag Mitigation
DVR with Artificial Intelligent Controller for Voltage Sag MitigationMohamed Khaleeel
 
To Diminish the Voltage Sag Replaced DVR with Generalized Modulation Strategy...
To Diminish the Voltage Sag Replaced DVR with Generalized Modulation Strategy...To Diminish the Voltage Sag Replaced DVR with Generalized Modulation Strategy...
To Diminish the Voltage Sag Replaced DVR with Generalized Modulation Strategy...IRJET Journal
 
Power Quality Enhancement in Power Distribution System by Using Fuzzy Logic C...
Power Quality Enhancement in Power Distribution System by Using Fuzzy Logic C...Power Quality Enhancement in Power Distribution System by Using Fuzzy Logic C...
Power Quality Enhancement in Power Distribution System by Using Fuzzy Logic C...Dr. Sudhir Kumar Srivastava
 
A Fuzzy Logic controller based Multifunctional Dynamic Voltage restorer in Di...
A Fuzzy Logic controller based Multifunctional Dynamic Voltage restorer in Di...A Fuzzy Logic controller based Multifunctional Dynamic Voltage restorer in Di...
A Fuzzy Logic controller based Multifunctional Dynamic Voltage restorer in Di...IOSR Journals
 

Similar to UNDERSTANDING ACTIVE NETWORK MANAGEMENT IN 30 MINUTES (20)

GREDOR Presentation
GREDOR PresentationGREDOR Presentation
GREDOR Presentation
 
Multi-terminal HVDC systems and ancillary services
Multi-terminal HVDC systems and ancillary servicesMulti-terminal HVDC systems and ancillary services
Multi-terminal HVDC systems and ancillary services
 
GREDOR
GREDORGREDOR
GREDOR
 
Integration of renewable energy sources and demand-side management into distr...
Integration of renewable energy sources and demand-side management into distr...Integration of renewable energy sources and demand-side management into distr...
Integration of renewable energy sources and demand-side management into distr...
 
International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)
 
Cired 2015 poster 1045: LV4MV: A CONCEPT FOR OPTIMAL POWER FLOW MANAGEMENT IN...
Cired 2015 poster 1045: LV4MV: A CONCEPT FOR OPTIMAL POWER FLOW MANAGEMENT IN...Cired 2015 poster 1045: LV4MV: A CONCEPT FOR OPTIMAL POWER FLOW MANAGEMENT IN...
Cired 2015 poster 1045: LV4MV: A CONCEPT FOR OPTIMAL POWER FLOW MANAGEMENT IN...
 
i-Capacitor Voltage Control for PV Z-source System with Enhanced Shoot-through
i-Capacitor Voltage Control for PV Z-source System with Enhanced Shoot-throughi-Capacitor Voltage Control for PV Z-source System with Enhanced Shoot-through
i-Capacitor Voltage Control for PV Z-source System with Enhanced Shoot-through
 
Smart grid 4 novembre
Smart grid 4 novembreSmart grid 4 novembre
Smart grid 4 novembre
 
Simulation and Modeling of Dynamic Voltage Restorer for Compensation Of Volta...
Simulation and Modeling of Dynamic Voltage Restorer for Compensation Of Volta...Simulation and Modeling of Dynamic Voltage Restorer for Compensation Of Volta...
Simulation and Modeling of Dynamic Voltage Restorer for Compensation Of Volta...
 
IRJET-Simulation and Modeling of Dynamic Voltage Restorer for Compensation Of...
IRJET-Simulation and Modeling of Dynamic Voltage Restorer for Compensation Of...IRJET-Simulation and Modeling of Dynamic Voltage Restorer for Compensation Of...
IRJET-Simulation and Modeling of Dynamic Voltage Restorer for Compensation Of...
 
FUZZY INFERENCE SYSTEM FOR VOLT/VAR CONTROL IN DISTRIBUTION SUBSTATIONS IN IS...
FUZZY INFERENCE SYSTEM FOR VOLT/VAR CONTROL IN DISTRIBUTION SUBSTATIONS IN IS...FUZZY INFERENCE SYSTEM FOR VOLT/VAR CONTROL IN DISTRIBUTION SUBSTATIONS IN IS...
FUZZY INFERENCE SYSTEM FOR VOLT/VAR CONTROL IN DISTRIBUTION SUBSTATIONS IN IS...
 
FUZZY INFERENCE SYSTEM FOR VOLT VAR CONTROL IN DISTRIBUTION SUBSTATIONS IN IS...
FUZZY INFERENCE SYSTEM FOR VOLT VAR CONTROL IN DISTRIBUTION SUBSTATIONS IN IS...FUZZY INFERENCE SYSTEM FOR VOLT VAR CONTROL IN DISTRIBUTION SUBSTATIONS IN IS...
FUZZY INFERENCE SYSTEM FOR VOLT VAR CONTROL IN DISTRIBUTION SUBSTATIONS IN IS...
 
Nabeelpbm1998@gmail.com
Nabeelpbm1998@gmail.comNabeelpbm1998@gmail.com
Nabeelpbm1998@gmail.com
 
UNIT-4-PPT.ppt
UNIT-4-PPT.pptUNIT-4-PPT.ppt
UNIT-4-PPT.ppt
 
DVR with Artificial Intelligent Controller for Voltage Sag Mitigation
DVR with Artificial Intelligent Controller for Voltage Sag MitigationDVR with Artificial Intelligent Controller for Voltage Sag Mitigation
DVR with Artificial Intelligent Controller for Voltage Sag Mitigation
 
To Diminish the Voltage Sag Replaced DVR with Generalized Modulation Strategy...
To Diminish the Voltage Sag Replaced DVR with Generalized Modulation Strategy...To Diminish the Voltage Sag Replaced DVR with Generalized Modulation Strategy...
To Diminish the Voltage Sag Replaced DVR with Generalized Modulation Strategy...
 
Power Quality Enhancement in Power Distribution System by Using Fuzzy Logic C...
Power Quality Enhancement in Power Distribution System by Using Fuzzy Logic C...Power Quality Enhancement in Power Distribution System by Using Fuzzy Logic C...
Power Quality Enhancement in Power Distribution System by Using Fuzzy Logic C...
 
IJET-V3I2P19
IJET-V3I2P19IJET-V3I2P19
IJET-V3I2P19
 
NSegal_IEEE_paper
NSegal_IEEE_paperNSegal_IEEE_paper
NSegal_IEEE_paper
 
A Fuzzy Logic controller based Multifunctional Dynamic Voltage restorer in Di...
A Fuzzy Logic controller based Multifunctional Dynamic Voltage restorer in Di...A Fuzzy Logic controller based Multifunctional Dynamic Voltage restorer in Di...
A Fuzzy Logic controller based Multifunctional Dynamic Voltage restorer in Di...
 

More from Université de Liège (ULg)

Reinforcement learning for electrical markets and the energy transition
Reinforcement learning for electrical markets and the energy transitionReinforcement learning for electrical markets and the energy transition
Reinforcement learning for electrical markets and the energy transitionUniversité de Liège (ULg)
 
Algorithms for the control and sizing of renewable energy communities
Algorithms for the control and sizing of renewable energy communitiesAlgorithms for the control and sizing of renewable energy communities
Algorithms for the control and sizing of renewable energy communitiesUniversité de Liège (ULg)
 
AI for energy: a bright and uncertain future ahead
AI for energy: a bright and uncertain future aheadAI for energy: a bright and uncertain future ahead
AI for energy: a bright and uncertain future aheadUniversité de Liège (ULg)
 
Extreme engineering for fighting climate change and the Katabata project
Extreme engineering for fighting climate change and the Katabata projectExtreme engineering for fighting climate change and the Katabata project
Extreme engineering for fighting climate change and the Katabata projectUniversité de Liège (ULg)
 
Ex-post allocation of electricity and real-time control strategy for renewabl...
Ex-post allocation of electricity and real-time control strategy for renewabl...Ex-post allocation of electricity and real-time control strategy for renewabl...
Ex-post allocation of electricity and real-time control strategy for renewabl...Université de Liège (ULg)
 
Harvesting wind energy in Greenland: a project for Europe and a huge step tow...
Harvesting wind energy in Greenland: a project for Europe and a huge step tow...Harvesting wind energy in Greenland: a project for Europe and a huge step tow...
Harvesting wind energy in Greenland: a project for Europe and a huge step tow...Université de Liège (ULg)
 
Décret favorisant le développement des communautés d’énergie renouvelable
Décret favorisant le développement des communautés d’énergie renouvelableDécret favorisant le développement des communautés d’énergie renouvelable
Décret favorisant le développement des communautés d’énergie renouvelableUniversité de Liège (ULg)
 
Harnessing the Potential of Power-to-Gas Technologies. Insights from a prelim...
Harnessing the Potential of Power-to-Gas Technologies. Insights from a prelim...Harnessing the Potential of Power-to-Gas Technologies. Insights from a prelim...
Harnessing the Potential of Power-to-Gas Technologies. Insights from a prelim...Université de Liège (ULg)
 
Reinforcement learning, energy systems and deep neural nets
Reinforcement learning, energy systems and deep neural nets Reinforcement learning, energy systems and deep neural nets
Reinforcement learning, energy systems and deep neural nets Université de Liège (ULg)
 
Soirée des Grands Prix SEE - A glimpse at the research work of the laureate o...
Soirée des Grands Prix SEE - A glimpse at the research work of the laureate o...Soirée des Grands Prix SEE - A glimpse at the research work of the laureate o...
Soirée des Grands Prix SEE - A glimpse at the research work of the laureate o...Université de Liège (ULg)
 
Reinforcement learning for data-driven optimisation
Reinforcement learning for data-driven optimisationReinforcement learning for data-driven optimisation
Reinforcement learning for data-driven optimisationUniversité de Liège (ULg)
 
Electricity retailing in Europe: remarkable events (with a special focus on B...
Electricity retailing in Europe: remarkable events (with a special focus on B...Electricity retailing in Europe: remarkable events (with a special focus on B...
Electricity retailing in Europe: remarkable events (with a special focus on B...Université de Liège (ULg)
 
Projet de décret « GRD »: quelques remarques du Prof. Damien ERNST
Projet de décret « GRD »: quelques remarques du Prof. Damien ERNSTProjet de décret « GRD »: quelques remarques du Prof. Damien ERNST
Projet de décret « GRD »: quelques remarques du Prof. Damien ERNSTUniversité de Liège (ULg)
 
Time to make a choice between a fully liberal or fully regulated model for th...
Time to make a choice between a fully liberal or fully regulated model for th...Time to make a choice between a fully liberal or fully regulated model for th...
Time to make a choice between a fully liberal or fully regulated model for th...Université de Liège (ULg)
 
Electrification and the Democratic Republic of the Congo
Electrification and the Democratic Republic of the CongoElectrification and the Democratic Republic of the Congo
Electrification and the Democratic Republic of the CongoUniversité de Liège (ULg)
 

More from Université de Liège (ULg) (20)

Reinforcement learning for electrical markets and the energy transition
Reinforcement learning for electrical markets and the energy transitionReinforcement learning for electrical markets and the energy transition
Reinforcement learning for electrical markets and the energy transition
 
Algorithms for the control and sizing of renewable energy communities
Algorithms for the control and sizing of renewable energy communitiesAlgorithms for the control and sizing of renewable energy communities
Algorithms for the control and sizing of renewable energy communities
 
AI for energy: a bright and uncertain future ahead
AI for energy: a bright and uncertain future aheadAI for energy: a bright and uncertain future ahead
AI for energy: a bright and uncertain future ahead
 
Extreme engineering for fighting climate change and the Katabata project
Extreme engineering for fighting climate change and the Katabata projectExtreme engineering for fighting climate change and the Katabata project
Extreme engineering for fighting climate change and the Katabata project
 
Ex-post allocation of electricity and real-time control strategy for renewabl...
Ex-post allocation of electricity and real-time control strategy for renewabl...Ex-post allocation of electricity and real-time control strategy for renewabl...
Ex-post allocation of electricity and real-time control strategy for renewabl...
 
Big infrastructures for fighting climate change
Big infrastructures for fighting climate changeBig infrastructures for fighting climate change
Big infrastructures for fighting climate change
 
Harvesting wind energy in Greenland: a project for Europe and a huge step tow...
Harvesting wind energy in Greenland: a project for Europe and a huge step tow...Harvesting wind energy in Greenland: a project for Europe and a huge step tow...
Harvesting wind energy in Greenland: a project for Europe and a huge step tow...
 
Décret favorisant le développement des communautés d’énergie renouvelable
Décret favorisant le développement des communautés d’énergie renouvelableDécret favorisant le développement des communautés d’énergie renouvelable
Décret favorisant le développement des communautés d’énergie renouvelable
 
Harnessing the Potential of Power-to-Gas Technologies. Insights from a prelim...
Harnessing the Potential of Power-to-Gas Technologies. Insights from a prelim...Harnessing the Potential of Power-to-Gas Technologies. Insights from a prelim...
Harnessing the Potential of Power-to-Gas Technologies. Insights from a prelim...
 
Reinforcement learning, energy systems and deep neural nets
Reinforcement learning, energy systems and deep neural nets Reinforcement learning, energy systems and deep neural nets
Reinforcement learning, energy systems and deep neural nets
 
Soirée des Grands Prix SEE - A glimpse at the research work of the laureate o...
Soirée des Grands Prix SEE - A glimpse at the research work of the laureate o...Soirée des Grands Prix SEE - A glimpse at the research work of the laureate o...
Soirée des Grands Prix SEE - A glimpse at the research work of the laureate o...
 
Reinforcement learning for data-driven optimisation
Reinforcement learning for data-driven optimisationReinforcement learning for data-driven optimisation
Reinforcement learning for data-driven optimisation
 
Electricity retailing in Europe: remarkable events (with a special focus on B...
Electricity retailing in Europe: remarkable events (with a special focus on B...Electricity retailing in Europe: remarkable events (with a special focus on B...
Electricity retailing in Europe: remarkable events (with a special focus on B...
 
Projet de décret « GRD »: quelques remarques du Prof. Damien ERNST
Projet de décret « GRD »: quelques remarques du Prof. Damien ERNSTProjet de décret « GRD »: quelques remarques du Prof. Damien ERNST
Projet de décret « GRD »: quelques remarques du Prof. Damien ERNST
 
Belgian offshore wind potential
Belgian offshore wind potentialBelgian offshore wind potential
Belgian offshore wind potential
 
Time to make a choice between a fully liberal or fully regulated model for th...
Time to make a choice between a fully liberal or fully regulated model for th...Time to make a choice between a fully liberal or fully regulated model for th...
Time to make a choice between a fully liberal or fully regulated model for th...
 
Electrification and the Democratic Republic of the Congo
Electrification and the Democratic Republic of the CongoElectrification and the Democratic Republic of the Congo
Electrification and the Democratic Republic of the Congo
 
Energy: the clash of nations
Energy: the clash of nationsEnergy: the clash of nations
Energy: the clash of nations
 
Smart Grids Versus Microgrids
Smart Grids Versus MicrogridsSmart Grids Versus Microgrids
Smart Grids Versus Microgrids
 
Uber-like Models for the Electrical Industry
Uber-like Models for the Electrical IndustryUber-like Models for the Electrical Industry
Uber-like Models for the Electrical Industry
 

Recently uploaded

Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZTE
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 

Recently uploaded (20)

Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 

UNDERSTANDING ACTIVE NETWORK MANAGEMENT IN 30 MINUTES

  • 1. UNDERSTANDING ACTIVE NETWORK MANAGEMENT IN 30 MINUTES Damien Ernst University of Li`ege, Belgium 9`eme RENDEZ-VOUS ANNUEL DU SOLAIRE PHOTOVOLTA¨IQUE April 2013
  • 2. INTRODUCTION Connection of renewable sources of energy to the grid, and in particular to the distribution grid, is causing many technical problems. Well-known problems in Wallonia: (I) Photovoltaic (PV) installations connected to the low-voltage level (230 V) cause inacceptable voltage rises (II) Congestion issues with wind farms connected to distribution networks. The BUZZWORDS for addressing these problems: Active Network Management (ANM).
  • 3. What is active network management about? It is about modulating in a smart way production and load (demand side management) so as to operate the electrical network in a safe way, without having to rely on significant investments in infrastructure. In many talks/research papers, active net- work management strategies are not well-detailed and their description is often limited to cartoon-like charts. 2
  • 4. In this presentation, I take the challenge to sketch in less than 30 minutes and to an audience of mostly non-engineers, detailed Active Network Man- agement (ANM) solutions. More specifically: 1. I will show through examples how to state mathematically active network management problems. 2. I will discuss computational and technical challenges for implementing solutions to these problems. 3. I will (briefly) discuss the models of interaction between the different actors of the electrical industry that need to be implemented to accommodate the ANM solutions proposed for these examples. 3
  • 5. PV PANELS AT THE LOW-VOLTAGE LEVEL PPV i − Pload i node i house i MV/LV transformer system Phouse i = PV panels at node i Vi is the voltage Rest of the power NETWORK ISSUE Voltages Vi s increase with the power injected by the houses into the network (i.e., with the Phouse i s). As a consequence, when the PV panels produce a lot of power and the households do not consume much electric- ity, the Vi s may become larger than Vmax , the upper voltage limit. 4
  • 6. ANM PROBLEM I: MODULATION OF THE PPV i s TO AVOID OVERVOLTAGE PROBLEMS A MATHEMATICAL FORMULATION OF THIS PROBLEM Find the values of PPV i that minimize the amount of power to be curtailed (i.e., that minimize i (PPV,max i − PPV i ) where PPV,max i is the maximum power that the PV pan- els of house i can generate) under the constraint that the Vi s stay below Vmax . What are the data required for solving this mathematical optimisation problem? A good model of the Rest of the power system, detailed model of the low-voltage network, the values of the PPV,max i s and of the Pload i s. Can this optimisation problem be solved easily on a computer, provided that these data are given? Yes. 5
  • 7. At which rate to refresh the solution of this optimisation problem? It has to be solved every ∆t seconds where ∆t is smaller than the time after which the data required for solving the problem may change significantly. ∆t is called the time discretization step which is in discrete-time control the real time between two discrete instants t and t + 1. What are the technical difficulties? (I) To gather and bring in real-time all these data to the central entity responsible for the modulation of the PPV i s (II) To send the modulation orders to the converters (III) To have converters being able to modulate their power output. 6
  • 8. What if it is too expensive to build this centralized controller? There is a possibility to develop much cheaper decentralized controllers, at the price of curtailing more power. For example, such a controller could work by implementing the following logic in the converters: If voltage Vi greater than Vmax i , change (in a smooth way) the current value of PPV i to α×PPV i with α < 1. Otherwise, change (in a smooth way) PPV i to min(β ×PPV i , Pmax i ) with β > 1. 7
  • 9. What are the additional changes that need to be brought to existing models of interaction to implement this scheme? 1. Choose (or create) the central entity responsible for modulating the PPV i s. This entity does not necessarily need to be the Distribution Network Operator (DNO). 2. Compensation mechanism for the owners of PV installations who have to curtail their power. If no compensation mechanisms are implemented, fair curtailment strategies need to be developed so as to ensure that it is not always the same PV installations which have to curtail power. 3. Curtailing power will interfere with the role of Access Responsible Party (ARP) of retailers. Mechanisms have to be put in place so as to allow retailers to do their work in fair conditions. 4. This scheme will interfere with the balancing mechanisms of the Transmission System Operator that needs to be informed - as soon as possible - about the curtailment actions. 8
  • 10. ANM PROBLEM II: MODULATION OF THE PPV i s AND THE Pload i s TO AVOID OVERVOLTAGE PROBLEMS CONTEXT Loads that have inner storage capabilities (heating/cooling systems, electric cars or fridges) can be modulated/controlled with little to no occupant discomfort. By modulating these loads in a clever way, it is possible to absorb the excess of power (or at least part of it) generated by the PV panels rather than throwing it away. Pload,c lower limitload,c Poutflow upper limitload,c The tank model for representing loads with inner storage capabili- ties: the power consumption of the load Pload,c (inflow of the tank) can be modulated under the constraint the level of the tank stays within its limit. Poutflow is the (uncontrollable) outflow of the tank. 9
  • 11. ASSUMPTIONS (I) One controllable load by house i (II) The control variables PPV i , Pload,c i refreshed every ∆t seconds (III) All the variables remain constant during every time interval ∆t (IV) No delays for gathering the data, processing the data, sending the control actions and applying these actions. GENERIC MODULATION SCHEME At every discrete time-step t: 1. Send the data of the problem to a centralized controller 2. Solve a mathematical optimisation problem 3. Send the solution of this problem (the PPV i,t s and the Pload,c i,t s) to the PV installations and to the controllable loads. How to state properly the mathematical optimisation problem knowing that you are interested to minimize the sum of the power curtailed over a sequence of T time steps starting from t? 10
  • 12. THE MYOPIC FORMULATION Find the values of PPV i,t and Pload i,t that minimize P i (PPV,max i,t − PPV i,t ) under the constraints: 1. that the Vi s stay below Vmax during the ∆t seconds between the two discrete time-steps t and t + 1. 2. that the level of every tank i stays within its limits the ∆t seconds between the two discrete time-steps t and t + 1. The main problem with this myopic formulation is that it does not take into account that the values of the variables Pload i,t s are going to influence the constraint 2. at the subsequent time steps. These variables indeed modify the levels of the tanks. As a consequence, the modulation of the loads is done in a suboptimal way which may lead to unnecessary large values of P t P i (PPV,max i,t − PPV i,t ). A more appropriate formulation would be ... 11
  • 13. ... Find the values of PPV i,t , PPV i,t+1, . . ., PPV i,t+T−1, Pload i,t , Pload i,t+1, . . ., Pload i,t+T−1 that minimize Pt+T−1 t′=t P i (PPV,max i,t′ − PPV i,t′ ) under the constraints: 1. that the Vi s stay below Vmax during the T × ∆t seconds fol- lowing instant t. 2. that the level of every tank i stays with its limits the T × ∆t seconds following instant t. WARNING Solving this optimisation problem requires accurate predictions of the PPV,max i s and of the load behavior (in particular the Poutflow i s). If these accurate predictions are not available, probabilistic scenarios for modelling uncertainty have to be used. In such a context, the problem becomes of stochastic optimal sequential decision making problem where the expected amount of power to be curtailed under probabilistic constraints is minimized. The complexity of these problems may become rapidly out of reach of today’s computers when the number of optimisation variables starts growing. 12
  • 14. PREVIOUSLY Advanced control DN DN Fit and forget doctrine Transmission Network (TN) Distribution Network (DN) strategies implemented 13
  • 15. NOWADAYS control strategies DN DN DNDN DN SUPERGRID TN TN control strategies Need for advanced Need for more advanced control strategies Need for advanced Challenges for designing well-performing control strate- gies and make them work together are immense. 14