SlideShare a Scribd company logo
ASTU
SCHOOL OF ELECTRICAL ENGINEERING AND
COMPUTING
DEPT. OF POWER AND CONTROL ENGINEERING
COMPUTER APPLICATION IN POWER SYSTEM
(PCE5307)
CHAPTER SIX
OPTIMIZATION AND SECURITY
BY: MESFIN M.
INTRODUCTION
 To provide a secure energy supply at a minimum operating
cost is a very complex process that relies heavily upon on-
line computer control.
Optimization and security are often conflicting
requirements and should be considered together.
In an interconnected power system, the objective is to find
the real and reactive power scheduling of each power plant
in such a way as to minimize the operating cost.
1/13/2020
CONT.…
The aim of optimal power system operation is to try and
make the best use of resources subject to a number of
requirements over any specified time period.
Here are some examples of power system optimization
studies, with time scales given in brackets.
Long-term scheduling for plant maintenance and availability
of resources (months/years)
Short-term scheduling for unit commitment (days).
Economic allocation of generation base points (minutes)
1/13/2020
CONT.…
The economic criterion which appears to have universal
acceptance is that of minimizing production costs of which
only those of fuel and maintenance vary significantly with
generation output.
The security objective determines local plant loading limits.
It also imposes limitations on network structures and
loading patterns on a system scale which often conflicts with
the economic objective.
1/13/2020
FORMULATION OF THE OPTIMIZATION
PROBLEM
 With reference to power system operation the optimization
problem consists of minimizing a scalar objective function
(normally a cost criterion) through the optimal control of a
vector [u] of control parameters, i.e.
𝑚𝑖𝑛𝑓( 𝑥 , [𝑢])
Subject to
Equality constraints of the power flow equation
𝑔 𝑥 , 𝑢 = 0
1/13/2020
CONT.…
Inequality constraints on the control parameters
(parameter constraints).
𝑢𝑖,𝑚𝑖𝑛 ≤ 𝑢𝑖 ≤ 𝑢𝑖,𝑚𝑎𝑥
Dependent variables and dependent functions (functional
constraints)
𝑥𝑖,𝑚𝑖𝑛 ≤ 𝑥𝑖 ≤ 𝑥𝑖,𝑚𝑎𝑥
ℎ𝑖 𝑥 , 𝑢 ≤ 0
1/13/2020
CONT.….
The optimal dispatch of real and reactive powers can be
assessed simultaneously using the following control
parameters:
 voltage magnitude at slack node
 voltage magnitudes at controllable P, V nodes
 taps at controllable transformers
 controllable power PGi
 phase shift at controllable phase-shifting transformers
 other control parameters.
1/13/2020
CONT.…
Let us assume that only part (PGi) of the total net power
(PNi) is controllable for the purpose of optimization.
The objective function can then be defined as the sum of
instantaneous operating costs over all controllable power
generation:
𝑓 𝑥 , 𝑢 =
𝑖
𝑐𝑖 (𝑃𝐺𝑖)
Where 𝑐𝑖 is the cost of producing 𝑃𝐺𝑖.
1/13/2020
UNCONSTRAINED PARAMETER
OPTIMIZATION
The mathematical tools that are used to solve
unconstrained parameter optimization problems come
directly from multivariable calculus.
The necessary condition to minimize the cost function
𝑓 𝑥1, 𝑥2, … , 𝑥 𝑛 is obtained by setting the derivative of 𝑓 with
respect to variables equal to zero:
𝜕𝑓
𝑥𝑖
= 0 𝑖 = 1, … , 𝑛
Or
∇𝑓 = 0 𝑔𝑟𝑎𝑑𝑖𝑒𝑛𝑡 𝑣𝑒𝑐𝑡𝑜𝑟
1/13/2020
EXAMPLE
Find the minimum of
𝑓 𝑥1, 𝑥2, 𝑥3 = 𝑥1
2
+ 2𝑥2
2
+ 3𝑥3
2
+ 𝑥1 𝑥2 + 𝑥2 𝑥3 − 8𝑥1 − 16𝑥2 − 32𝑥3 + 110
Soln.
Find the gradient
Check the values using the hessian matrix
1/13/2020
CONSTRAINED PARAMETER
OPTIMIZATION; EQUALITY CONSTRAINTS
This type of problem arises when there are functional
dependencies among the parameters to be chosen. The
problem is to minimize the cost function.
𝑓 𝑥1, 𝑥2, … , 𝑥 𝑛
Subjected to the equality constraints
𝑔𝑖 𝑥1, 𝑥2, … , 𝑥 𝑛 = 0
Such problems may be solved by the Lagrange multiplier
method.
This provides an augmented cost function by introducing k-
vector l of undetermined quantities.
1/13/2020
CONT.….
The constrained cost function becomes.
ℒ = 𝑓 +
𝑖=1
𝑘
𝜆𝑖 𝑔𝑖
The resulting necessary conditions for constrained local
minima of ℒ are the following.
𝜕ℒ
𝜕𝑥𝑖
=
𝜕𝑓
𝜕𝑥𝑖
+
𝑖=1
𝑘
𝜆𝑖
𝜕𝑔𝑖
𝜕𝑥𝑖
= 0
𝜕ℒ
𝜕𝜆𝑖
= 𝑔𝑖 = 0
1/13/2020
OPERATING COST OF THERMAL
PLANT The factor influencing power generation at minimum cost are
operating efficiencies of generator, fuel cost and transmission
losses.
The most efficient generator the system doesn’t guarantee
minimum cost as it may be located in an area where fuel cost is
too high
Also, if the plant is located far from load center, transmission
losses may be considerably higher hence the plant may be
overly uneconomical.
1/13/2020
CONT.….
 Hence, the problem is to determine the generation of different
plants such that the total operating cost is minimum.
The input to the thermal plant is generally measured in Btu/hr,
and the output is measured in MW.
1/13/2020
CONT.….
 In all practical cases, the fuel cost of generator i can be
represented as a quadratic function of real power generation.
𝐶𝑖 = 𝛼𝑖 + 𝛽𝑖 𝑃𝑖 + 𝛾𝑖 𝑃𝑖
2
An important characteristics is obtained by plotting the
derivative of the fuel cost curve versus the real power. This is
known as incremental fuel cost curve
𝑑𝐶𝑖
𝑑𝑃𝑖
= 2𝛾𝑖 𝑃𝑖 + 𝛽𝑖
The incremental fuel cost curve is a measure of how costly it
will be to produce the next increment of power.
1/13/2020
ECONOMIC DISPATCH NEGLECTING LINE
LOSS
 The simplest economic dispatch problem is the case when
transmission loss is neglected.
This problem model doesn’t consider system configuration and
line impedance.
The model assumes the system is only one bus with all
generators and loads connected to it.
1/13/2020
CONT.….
 since transmission loss is neglected, the total demand is the
sum of the generation.
A cost function Ci is assumed to be known for each plant.
The problem is to find the real power generation for each plant
such that the objective function (i.e., total production cost) as
defined by the equation is min. subjected to the constraint.
𝐶𝑡 =
𝑖=1
𝑛 𝑔
𝐶𝑖
=
𝑖=1
𝑛 𝑔
𝛼𝑖 + 𝛽𝑖 𝑃𝑖 + 𝛾𝑖 𝑃𝑖
2
1/13/2020
CONT.….
Is to minimize subjected to the constraint.
𝑖=1
𝑛 𝑔
𝑃𝑖 = 𝑃 𝐷
A typical approach is to augment the constraints into objective
function by using the Lagrange multipliers.
ℒ = 𝐶𝑡 + 𝜆 𝑃 𝐷 −
𝑖=1
𝑛 𝑔
𝑃𝑖
1/13/2020
CONT.….
The minimum of the constrained function is found at the point
where the partials of the functions to its variable are zero.
𝜕ℒ
𝜕𝑃𝑖
= 0
𝜕ℒ
𝜕𝜆
= 0
First condition,
𝜕 𝐶𝑡
𝜕𝑃𝑖
+ 𝜆 0 − 1 = 0
Since
𝐶𝑡 = 𝐶1 + 𝐶2 + ⋯ + 𝐶 𝑛
1/13/2020
CONT.….
Then
𝜕𝐶𝑡
𝜕𝑃𝑖
=
𝑑𝐶𝑖
𝑑𝑃𝑖
= 𝜆
Therefore, the condition for optimum dispatch is
𝑑𝐶𝑖
𝑑𝑃𝑖
= 𝜆
Or
2𝛾𝑖 𝑃𝑖 + 𝛽𝑖 = 𝜆
𝑃𝑖 =
𝜆 − 𝛽𝑖
2𝛾𝑖
1/13/2020
CONT.….
Second condition
𝑖=1
𝑛 𝑔
𝑃𝑖 = 𝑃 𝐷
Solving for 𝜆 we have
𝑖=1
𝑛 𝑔
𝜆 − 𝛽𝑖
2𝛾𝑖
= 𝑃 𝐷
𝜆 =
𝑃 𝐷 + 𝑖=1
𝑛 𝑔 𝛽𝑖
2𝛾𝑖
𝑖=1
𝑛 𝑔 1
2𝛾𝑖
1/13/2020
CONT.….
Using iterative method
Δ𝜆(𝑘)
=
Δ𝑃(𝑘)
1
2𝛾𝑖
Where Δ𝑃(𝑘)
= 𝑃 𝐷 − 𝑃𝑖
And therefore
𝜆(𝑘+1)
= 𝜆(𝑘)
+ Δ𝜆(𝑘)
The process continued until Δ𝑃(𝑘)
is less than specified
accuracy
1/13/2020
EXAMPLE
The fuel cost function for three thermal plants in $/hr are given
by
𝐶1 = 500 + 5.3𝑃1 + 0.004𝑃1
2
𝐶2 = 400 + 5.5𝑃2 + 0.006𝑃2
2
𝐶3 = 200 + 5.8𝑃3 + 0.009𝑃3
2
Where 𝑃1, 𝑃2, and 𝑃3 are in MW. The total load 𝑃 𝐷 is 800MW.
Neglecting line losses and generator limits, find the optimal
dispatch and the total cost in $/hr, by
A. analytical method.
B. By iterative Method
1/13/2020
CONT.….
The economic dispatch with generator limit, the same
procedure is followed except checking the limit for the
generators.
If it exceeds the upper limit fix the generator value at the
maximum value and solve for the remaining generators power.
Example: do the above example with Pd is at 975 MW and
200 ≤ 𝑃1 ≤ 450
150 ≤ 𝑃2 ≤ 350
100 ≤ 𝑃3 ≤225
1/13/2020
SECURITY ASSESSMENT
The aim of security assessment is:
the detection of operating limit violations through the
continuous monitoring of power flows, voltages, etc.
 contingency analysis, a far more demanding task, which
first considers all the possible outages in order of severity
and uses that information to alter the pre-contingency
operating state to try and reduce the effect of the
disturbance.
1/13/2020
END OF CHAPTER SIX
Thank You
NEXT CHAPTER FIVE
1/13/2020

More Related Content

What's hot

3 reactive power and voltage control
3 reactive power and voltage control3 reactive power and voltage control
3 reactive power and voltage control
8141245710
 
Load forecasting
Load forecastingLoad forecasting
Load forecasting
sushrut p
 
Power system planning & operation [eceg 4410]
Power system planning & operation [eceg 4410]Power system planning & operation [eceg 4410]
Power system planning & operation [eceg 4410]
Sifan Welisa
 
Planning and modern trends in hvdc
Planning and modern trends in hvdcPlanning and modern trends in hvdc
Planning and modern trends in hvdc
jawaharramaya
 
Load Frequency Control of Two Area System
Load Frequency Control of Two Area SystemLoad Frequency Control of Two Area System
Load Frequency Control of Two Area System
Manash Deka
 
Electrical Machines - II
Electrical Machines - IIElectrical Machines - II
Electrical Machines - II
karthi1017
 
Load Forecasting Techniques.pdf
Load Forecasting Techniques.pdfLoad Forecasting Techniques.pdf
Load Forecasting Techniques.pdf
Ajay Bhatnagar
 
Power System Operation and Control
Power System Operation and ControlPower System Operation and Control
Power System Operation and Control
Biswajit Pratihari
 
Unit 2 Reactive Power Management
Unit 2 Reactive Power ManagementUnit 2 Reactive Power Management
Unit 2 Reactive Power Management
SANTOSH GADEKAR
 
Facts devices
Facts devicesFacts devices
Facts devices
Vinod Srivastava
 
Two area system
Two area systemTwo area system
Two area system
Balaram Das
 
Statcom
StatcomStatcom
Statcom
jawaharramaya
 
Restructuring
RestructuringRestructuring
Restructuring
Revathi Subramaniam
 
power flow and optimal power flow
power flow and optimal power flowpower flow and optimal power flow
power flow and optimal power flow
Ahmed M. Elkholy
 
Congestion issues and its related management
Congestion issues and its related managementCongestion issues and its related management
Congestion issues and its related management
alpna1808
 
Unit I design of electrical machines
Unit I   design of electrical machinesUnit I   design of electrical machines
Unit I design of electrical machines
nganesh90
 
Frequency Control of Power Systems
Frequency Control of Power SystemsFrequency Control of Power Systems
Frequency Control of Power Systems
Satya Sahoo
 
CSI and vSI fed induction motor drives
CSI and vSI fed induction motor drivesCSI and vSI fed induction motor drives
CSI and vSI fed induction motor drives
raviarmugam
 
LOAD FREQUENCY AND VOLTAGE GENERATION CONTROL
LOAD FREQUENCY AND VOLTAGE GENERATION CONTROLLOAD FREQUENCY AND VOLTAGE GENERATION CONTROL
LOAD FREQUENCY AND VOLTAGE GENERATION CONTROL
Preet_patel
 
Optimal load scheduling
Optimal load schedulingOptimal load scheduling
Optimal load scheduling
Mayank Sharma
 

What's hot (20)

3 reactive power and voltage control
3 reactive power and voltage control3 reactive power and voltage control
3 reactive power and voltage control
 
Load forecasting
Load forecastingLoad forecasting
Load forecasting
 
Power system planning & operation [eceg 4410]
Power system planning & operation [eceg 4410]Power system planning & operation [eceg 4410]
Power system planning & operation [eceg 4410]
 
Planning and modern trends in hvdc
Planning and modern trends in hvdcPlanning and modern trends in hvdc
Planning and modern trends in hvdc
 
Load Frequency Control of Two Area System
Load Frequency Control of Two Area SystemLoad Frequency Control of Two Area System
Load Frequency Control of Two Area System
 
Electrical Machines - II
Electrical Machines - IIElectrical Machines - II
Electrical Machines - II
 
Load Forecasting Techniques.pdf
Load Forecasting Techniques.pdfLoad Forecasting Techniques.pdf
Load Forecasting Techniques.pdf
 
Power System Operation and Control
Power System Operation and ControlPower System Operation and Control
Power System Operation and Control
 
Unit 2 Reactive Power Management
Unit 2 Reactive Power ManagementUnit 2 Reactive Power Management
Unit 2 Reactive Power Management
 
Facts devices
Facts devicesFacts devices
Facts devices
 
Two area system
Two area systemTwo area system
Two area system
 
Statcom
StatcomStatcom
Statcom
 
Restructuring
RestructuringRestructuring
Restructuring
 
power flow and optimal power flow
power flow and optimal power flowpower flow and optimal power flow
power flow and optimal power flow
 
Congestion issues and its related management
Congestion issues and its related managementCongestion issues and its related management
Congestion issues and its related management
 
Unit I design of electrical machines
Unit I   design of electrical machinesUnit I   design of electrical machines
Unit I design of electrical machines
 
Frequency Control of Power Systems
Frequency Control of Power SystemsFrequency Control of Power Systems
Frequency Control of Power Systems
 
CSI and vSI fed induction motor drives
CSI and vSI fed induction motor drivesCSI and vSI fed induction motor drives
CSI and vSI fed induction motor drives
 
LOAD FREQUENCY AND VOLTAGE GENERATION CONTROL
LOAD FREQUENCY AND VOLTAGE GENERATION CONTROLLOAD FREQUENCY AND VOLTAGE GENERATION CONTROL
LOAD FREQUENCY AND VOLTAGE GENERATION CONTROL
 
Optimal load scheduling
Optimal load schedulingOptimal load scheduling
Optimal load scheduling
 

Similar to Computer Application in Power system: Chapter six - optimization and security

Optimal Unit Commitment Based on Economic Dispatch Using Improved Particle Sw...
Optimal Unit Commitment Based on Economic Dispatch Using Improved Particle Sw...Optimal Unit Commitment Based on Economic Dispatch Using Improved Particle Sw...
Optimal Unit Commitment Based on Economic Dispatch Using Improved Particle Sw...
paperpublications3
 
Unit 5.pptx
Unit 5.pptxUnit 5.pptx
Unit 5.pptx
Sapna130727
 
A Decomposition Aggregation Method for Solving Electrical Power Dispatch Prob...
A Decomposition Aggregation Method for Solving Electrical Power Dispatch Prob...A Decomposition Aggregation Method for Solving Electrical Power Dispatch Prob...
A Decomposition Aggregation Method for Solving Electrical Power Dispatch Prob...
raj20072
 
Economic dipatch
Economic dipatch Economic dipatch
Economic dipatch
Doni Wahyudi
 
Economic Dispatch using Quantum Evolutionary Algorithm in Electrical Power S...
Economic Dispatch  using Quantum Evolutionary Algorithm in Electrical Power S...Economic Dispatch  using Quantum Evolutionary Algorithm in Electrical Power S...
Economic Dispatch using Quantum Evolutionary Algorithm in Electrical Power S...
IJECEIAES
 
E010232732
E010232732E010232732
E010232732
IOSR Journals
 
Economic operation of power system
Economic operation of power systemEconomic operation of power system
Economic operation of power system
Balaram Das
 
Optimization of Economic Load Dispatch with Unit Commitment on Multi Machine
Optimization of Economic Load Dispatch with Unit Commitment on Multi MachineOptimization of Economic Load Dispatch with Unit Commitment on Multi Machine
Optimization of Economic Load Dispatch with Unit Commitment on Multi Machine
IJAPEJOURNAL
 
Implementation effects of economics and market operations based model for tra...
Implementation effects of economics and market operations based model for tra...Implementation effects of economics and market operations based model for tra...
Implementation effects of economics and market operations based model for tra...
nooriasukmaningtyas
 
The optimal solution for unit commitment problem using binary hybrid grey wol...
The optimal solution for unit commitment problem using binary hybrid grey wol...The optimal solution for unit commitment problem using binary hybrid grey wol...
The optimal solution for unit commitment problem using binary hybrid grey wol...
IJECEIAES
 
Coyote multi-objective optimization algorithm for optimal location and sizing...
Coyote multi-objective optimization algorithm for optimal location and sizing...Coyote multi-objective optimization algorithm for optimal location and sizing...
Coyote multi-objective optimization algorithm for optimal location and sizing...
IJECEIAES
 
IRJET- Solving Economic Load Dispatch Problem with Valve Point Effect
IRJET- Solving Economic Load Dispatch Problem with Valve Point EffectIRJET- Solving Economic Load Dispatch Problem with Valve Point Effect
IRJET- Solving Economic Load Dispatch Problem with Valve Point Effect
IRJET Journal
 
Gs3511851192
Gs3511851192Gs3511851192
Gs3511851192
IJERA Editor
 
Economic Load Dispatch for Multi-Generator Systems with Units Having Nonlinea...
Economic Load Dispatch for Multi-Generator Systems with Units Having Nonlinea...Economic Load Dispatch for Multi-Generator Systems with Units Having Nonlinea...
Economic Load Dispatch for Multi-Generator Systems with Units Having Nonlinea...
IJAPEJOURNAL
 
frequency regulation of deregulated power system having grc integrated with r...
frequency regulation of deregulated power system having grc integrated with r...frequency regulation of deregulated power system having grc integrated with r...
frequency regulation of deregulated power system having grc integrated with r...
Yedukondalachari B
 
Comparative study of the price penalty factors approaches for Bi-objective di...
Comparative study of the price penalty factors approaches for Bi-objective di...Comparative study of the price penalty factors approaches for Bi-objective di...
Comparative study of the price penalty factors approaches for Bi-objective di...
IJECEIAES
 
Economic load dispatch
Economic load  dispatchEconomic load  dispatch
Economic load dispatch
Deepak John
 
Combining both Plug-in Vehicles and Renewable Energy Resources for Unit Commi...
Combining both Plug-in Vehicles and Renewable Energy Resources for Unit Commi...Combining both Plug-in Vehicles and Renewable Energy Resources for Unit Commi...
Combining both Plug-in Vehicles and Renewable Energy Resources for Unit Commi...
IOSR Journals
 
A039101011
A039101011A039101011
A039101011
inventionjournals
 
Economicloaddispatch 111213025406-phpapp01
Economicloaddispatch 111213025406-phpapp01Economicloaddispatch 111213025406-phpapp01
Economicloaddispatch 111213025406-phpapp01
vikram anand
 

Similar to Computer Application in Power system: Chapter six - optimization and security (20)

Optimal Unit Commitment Based on Economic Dispatch Using Improved Particle Sw...
Optimal Unit Commitment Based on Economic Dispatch Using Improved Particle Sw...Optimal Unit Commitment Based on Economic Dispatch Using Improved Particle Sw...
Optimal Unit Commitment Based on Economic Dispatch Using Improved Particle Sw...
 
Unit 5.pptx
Unit 5.pptxUnit 5.pptx
Unit 5.pptx
 
A Decomposition Aggregation Method for Solving Electrical Power Dispatch Prob...
A Decomposition Aggregation Method for Solving Electrical Power Dispatch Prob...A Decomposition Aggregation Method for Solving Electrical Power Dispatch Prob...
A Decomposition Aggregation Method for Solving Electrical Power Dispatch Prob...
 
Economic dipatch
Economic dipatch Economic dipatch
Economic dipatch
 
Economic Dispatch using Quantum Evolutionary Algorithm in Electrical Power S...
Economic Dispatch  using Quantum Evolutionary Algorithm in Electrical Power S...Economic Dispatch  using Quantum Evolutionary Algorithm in Electrical Power S...
Economic Dispatch using Quantum Evolutionary Algorithm in Electrical Power S...
 
E010232732
E010232732E010232732
E010232732
 
Economic operation of power system
Economic operation of power systemEconomic operation of power system
Economic operation of power system
 
Optimization of Economic Load Dispatch with Unit Commitment on Multi Machine
Optimization of Economic Load Dispatch with Unit Commitment on Multi MachineOptimization of Economic Load Dispatch with Unit Commitment on Multi Machine
Optimization of Economic Load Dispatch with Unit Commitment on Multi Machine
 
Implementation effects of economics and market operations based model for tra...
Implementation effects of economics and market operations based model for tra...Implementation effects of economics and market operations based model for tra...
Implementation effects of economics and market operations based model for tra...
 
The optimal solution for unit commitment problem using binary hybrid grey wol...
The optimal solution for unit commitment problem using binary hybrid grey wol...The optimal solution for unit commitment problem using binary hybrid grey wol...
The optimal solution for unit commitment problem using binary hybrid grey wol...
 
Coyote multi-objective optimization algorithm for optimal location and sizing...
Coyote multi-objective optimization algorithm for optimal location and sizing...Coyote multi-objective optimization algorithm for optimal location and sizing...
Coyote multi-objective optimization algorithm for optimal location and sizing...
 
IRJET- Solving Economic Load Dispatch Problem with Valve Point Effect
IRJET- Solving Economic Load Dispatch Problem with Valve Point EffectIRJET- Solving Economic Load Dispatch Problem with Valve Point Effect
IRJET- Solving Economic Load Dispatch Problem with Valve Point Effect
 
Gs3511851192
Gs3511851192Gs3511851192
Gs3511851192
 
Economic Load Dispatch for Multi-Generator Systems with Units Having Nonlinea...
Economic Load Dispatch for Multi-Generator Systems with Units Having Nonlinea...Economic Load Dispatch for Multi-Generator Systems with Units Having Nonlinea...
Economic Load Dispatch for Multi-Generator Systems with Units Having Nonlinea...
 
frequency regulation of deregulated power system having grc integrated with r...
frequency regulation of deregulated power system having grc integrated with r...frequency regulation of deregulated power system having grc integrated with r...
frequency regulation of deregulated power system having grc integrated with r...
 
Comparative study of the price penalty factors approaches for Bi-objective di...
Comparative study of the price penalty factors approaches for Bi-objective di...Comparative study of the price penalty factors approaches for Bi-objective di...
Comparative study of the price penalty factors approaches for Bi-objective di...
 
Economic load dispatch
Economic load  dispatchEconomic load  dispatch
Economic load dispatch
 
Combining both Plug-in Vehicles and Renewable Energy Resources for Unit Commi...
Combining both Plug-in Vehicles and Renewable Energy Resources for Unit Commi...Combining both Plug-in Vehicles and Renewable Energy Resources for Unit Commi...
Combining both Plug-in Vehicles and Renewable Energy Resources for Unit Commi...
 
A039101011
A039101011A039101011
A039101011
 
Economicloaddispatch 111213025406-phpapp01
Economicloaddispatch 111213025406-phpapp01Economicloaddispatch 111213025406-phpapp01
Economicloaddispatch 111213025406-phpapp01
 

More from Adama Science and Technology University

Power system planing and operation (pce5312) chapter five
Power system planing and operation (pce5312) chapter fivePower system planing and operation (pce5312) chapter five
Power system planing and operation (pce5312) chapter five
Adama Science and Technology University
 
Power system planing and operation (pce5312) chapter four
Power system planing and operation (pce5312) chapter fourPower system planing and operation (pce5312) chapter four
Power system planing and operation (pce5312) chapter four
Adama Science and Technology University
 
Power system planing and operation (pce5312) chapter one
Power system planing and operation (pce5312) chapter onePower system planing and operation (pce5312) chapter one
Power system planing and operation (pce5312) chapter one
Adama Science and Technology University
 
Power system planing and operation (pce5312) chapter three
Power system planing and operation (pce5312) chapter threePower system planing and operation (pce5312) chapter three
Power system planing and operation (pce5312) chapter three
Adama Science and Technology University
 
Power system planing and operation (pce5312) chapter two
Power system planing and operation (pce5312) chapter twoPower system planing and operation (pce5312) chapter two
Power system planing and operation (pce5312) chapter two
Adama Science and Technology University
 
Solar power Plant
Solar power PlantSolar power Plant
Geothermal power plant
Geothermal power plantGeothermal power plant
Thermal power plant
Thermal power plantThermal power plant
Overview of thermodynamics
Overview of thermodynamicsOverview of thermodynamics
Overview of thermodynamics
Adama Science and Technology University
 
Wind energy
Wind energyWind energy

More from Adama Science and Technology University (10)

Power system planing and operation (pce5312) chapter five
Power system planing and operation (pce5312) chapter fivePower system planing and operation (pce5312) chapter five
Power system planing and operation (pce5312) chapter five
 
Power system planing and operation (pce5312) chapter four
Power system planing and operation (pce5312) chapter fourPower system planing and operation (pce5312) chapter four
Power system planing and operation (pce5312) chapter four
 
Power system planing and operation (pce5312) chapter one
Power system planing and operation (pce5312) chapter onePower system planing and operation (pce5312) chapter one
Power system planing and operation (pce5312) chapter one
 
Power system planing and operation (pce5312) chapter three
Power system planing and operation (pce5312) chapter threePower system planing and operation (pce5312) chapter three
Power system planing and operation (pce5312) chapter three
 
Power system planing and operation (pce5312) chapter two
Power system planing and operation (pce5312) chapter twoPower system planing and operation (pce5312) chapter two
Power system planing and operation (pce5312) chapter two
 
Solar power Plant
Solar power PlantSolar power Plant
Solar power Plant
 
Geothermal power plant
Geothermal power plantGeothermal power plant
Geothermal power plant
 
Thermal power plant
Thermal power plantThermal power plant
Thermal power plant
 
Overview of thermodynamics
Overview of thermodynamicsOverview of thermodynamics
Overview of thermodynamics
 
Wind energy
Wind energyWind energy
Wind energy
 

Recently uploaded

Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
IJECEIAES
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
insn4465
 
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
IJECEIAES
 
Casting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdfCasting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdf
zubairahmad848137
 
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
VICTOR MAESTRE RAMIREZ
 
New techniques for characterising damage in rock slopes.pdf
New techniques for characterising damage in rock slopes.pdfNew techniques for characterising damage in rock slopes.pdf
New techniques for characterising damage in rock slopes.pdf
wisnuprabawa3
 
Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...
bijceesjournal
 
Properties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptxProperties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptx
MDSABBIROJJAMANPAYEL
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
Aditya Rajan Patra
 
The Python for beginners. This is an advance computer language.
The Python for beginners. This is an advance computer language.The Python for beginners. This is an advance computer language.
The Python for beginners. This is an advance computer language.
sachin chaurasia
 
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdfIron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
RadiNasr
 
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
Yasser Mahgoub
 
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressionsKuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
Victor Morales
 
Engine Lubrication performance System.pdf
Engine Lubrication performance System.pdfEngine Lubrication performance System.pdf
Engine Lubrication performance System.pdf
mamamaam477
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
Madan Karki
 
Computational Engineering IITH Presentation
Computational Engineering IITH PresentationComputational Engineering IITH Presentation
Computational Engineering IITH Presentation
co23btech11018
 
Question paper of renewable energy sources
Question paper of renewable energy sourcesQuestion paper of renewable energy sources
Question paper of renewable energy sources
mahammadsalmanmech
 
Engineering Drawings Lecture Detail Drawings 2014.pdf
Engineering Drawings Lecture Detail Drawings 2014.pdfEngineering Drawings Lecture Detail Drawings 2014.pdf
Engineering Drawings Lecture Detail Drawings 2014.pdf
abbyasa1014
 
International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...
gerogepatton
 
Understanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine LearningUnderstanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine Learning
SUTEJAS
 

Recently uploaded (20)

Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
 
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
 
Casting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdfCasting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdf
 
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
 
New techniques for characterising damage in rock slopes.pdf
New techniques for characterising damage in rock slopes.pdfNew techniques for characterising damage in rock slopes.pdf
New techniques for characterising damage in rock slopes.pdf
 
Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...
 
Properties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptxProperties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptx
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
 
The Python for beginners. This is an advance computer language.
The Python for beginners. This is an advance computer language.The Python for beginners. This is an advance computer language.
The Python for beginners. This is an advance computer language.
 
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdfIron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
 
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
 
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressionsKuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
 
Engine Lubrication performance System.pdf
Engine Lubrication performance System.pdfEngine Lubrication performance System.pdf
Engine Lubrication performance System.pdf
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
 
Computational Engineering IITH Presentation
Computational Engineering IITH PresentationComputational Engineering IITH Presentation
Computational Engineering IITH Presentation
 
Question paper of renewable energy sources
Question paper of renewable energy sourcesQuestion paper of renewable energy sources
Question paper of renewable energy sources
 
Engineering Drawings Lecture Detail Drawings 2014.pdf
Engineering Drawings Lecture Detail Drawings 2014.pdfEngineering Drawings Lecture Detail Drawings 2014.pdf
Engineering Drawings Lecture Detail Drawings 2014.pdf
 
International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...
 
Understanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine LearningUnderstanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine Learning
 

Computer Application in Power system: Chapter six - optimization and security

  • 1. ASTU SCHOOL OF ELECTRICAL ENGINEERING AND COMPUTING DEPT. OF POWER AND CONTROL ENGINEERING COMPUTER APPLICATION IN POWER SYSTEM (PCE5307) CHAPTER SIX OPTIMIZATION AND SECURITY BY: MESFIN M.
  • 2. INTRODUCTION  To provide a secure energy supply at a minimum operating cost is a very complex process that relies heavily upon on- line computer control. Optimization and security are often conflicting requirements and should be considered together. In an interconnected power system, the objective is to find the real and reactive power scheduling of each power plant in such a way as to minimize the operating cost. 1/13/2020
  • 3. CONT.… The aim of optimal power system operation is to try and make the best use of resources subject to a number of requirements over any specified time period. Here are some examples of power system optimization studies, with time scales given in brackets. Long-term scheduling for plant maintenance and availability of resources (months/years) Short-term scheduling for unit commitment (days). Economic allocation of generation base points (minutes) 1/13/2020
  • 4. CONT.… The economic criterion which appears to have universal acceptance is that of minimizing production costs of which only those of fuel and maintenance vary significantly with generation output. The security objective determines local plant loading limits. It also imposes limitations on network structures and loading patterns on a system scale which often conflicts with the economic objective. 1/13/2020
  • 5. FORMULATION OF THE OPTIMIZATION PROBLEM  With reference to power system operation the optimization problem consists of minimizing a scalar objective function (normally a cost criterion) through the optimal control of a vector [u] of control parameters, i.e. 𝑚𝑖𝑛𝑓( 𝑥 , [𝑢]) Subject to Equality constraints of the power flow equation 𝑔 𝑥 , 𝑢 = 0 1/13/2020
  • 6. CONT.… Inequality constraints on the control parameters (parameter constraints). 𝑢𝑖,𝑚𝑖𝑛 ≤ 𝑢𝑖 ≤ 𝑢𝑖,𝑚𝑎𝑥 Dependent variables and dependent functions (functional constraints) 𝑥𝑖,𝑚𝑖𝑛 ≤ 𝑥𝑖 ≤ 𝑥𝑖,𝑚𝑎𝑥 ℎ𝑖 𝑥 , 𝑢 ≤ 0 1/13/2020
  • 7. CONT.…. The optimal dispatch of real and reactive powers can be assessed simultaneously using the following control parameters:  voltage magnitude at slack node  voltage magnitudes at controllable P, V nodes  taps at controllable transformers  controllable power PGi  phase shift at controllable phase-shifting transformers  other control parameters. 1/13/2020
  • 8. CONT.… Let us assume that only part (PGi) of the total net power (PNi) is controllable for the purpose of optimization. The objective function can then be defined as the sum of instantaneous operating costs over all controllable power generation: 𝑓 𝑥 , 𝑢 = 𝑖 𝑐𝑖 (𝑃𝐺𝑖) Where 𝑐𝑖 is the cost of producing 𝑃𝐺𝑖. 1/13/2020
  • 9. UNCONSTRAINED PARAMETER OPTIMIZATION The mathematical tools that are used to solve unconstrained parameter optimization problems come directly from multivariable calculus. The necessary condition to minimize the cost function 𝑓 𝑥1, 𝑥2, … , 𝑥 𝑛 is obtained by setting the derivative of 𝑓 with respect to variables equal to zero: 𝜕𝑓 𝑥𝑖 = 0 𝑖 = 1, … , 𝑛 Or ∇𝑓 = 0 𝑔𝑟𝑎𝑑𝑖𝑒𝑛𝑡 𝑣𝑒𝑐𝑡𝑜𝑟 1/13/2020
  • 10. EXAMPLE Find the minimum of 𝑓 𝑥1, 𝑥2, 𝑥3 = 𝑥1 2 + 2𝑥2 2 + 3𝑥3 2 + 𝑥1 𝑥2 + 𝑥2 𝑥3 − 8𝑥1 − 16𝑥2 − 32𝑥3 + 110 Soln. Find the gradient Check the values using the hessian matrix 1/13/2020
  • 11. CONSTRAINED PARAMETER OPTIMIZATION; EQUALITY CONSTRAINTS This type of problem arises when there are functional dependencies among the parameters to be chosen. The problem is to minimize the cost function. 𝑓 𝑥1, 𝑥2, … , 𝑥 𝑛 Subjected to the equality constraints 𝑔𝑖 𝑥1, 𝑥2, … , 𝑥 𝑛 = 0 Such problems may be solved by the Lagrange multiplier method. This provides an augmented cost function by introducing k- vector l of undetermined quantities. 1/13/2020
  • 12. CONT.…. The constrained cost function becomes. ℒ = 𝑓 + 𝑖=1 𝑘 𝜆𝑖 𝑔𝑖 The resulting necessary conditions for constrained local minima of ℒ are the following. 𝜕ℒ 𝜕𝑥𝑖 = 𝜕𝑓 𝜕𝑥𝑖 + 𝑖=1 𝑘 𝜆𝑖 𝜕𝑔𝑖 𝜕𝑥𝑖 = 0 𝜕ℒ 𝜕𝜆𝑖 = 𝑔𝑖 = 0 1/13/2020
  • 13. OPERATING COST OF THERMAL PLANT The factor influencing power generation at minimum cost are operating efficiencies of generator, fuel cost and transmission losses. The most efficient generator the system doesn’t guarantee minimum cost as it may be located in an area where fuel cost is too high Also, if the plant is located far from load center, transmission losses may be considerably higher hence the plant may be overly uneconomical. 1/13/2020
  • 14. CONT.….  Hence, the problem is to determine the generation of different plants such that the total operating cost is minimum. The input to the thermal plant is generally measured in Btu/hr, and the output is measured in MW. 1/13/2020
  • 15. CONT.….  In all practical cases, the fuel cost of generator i can be represented as a quadratic function of real power generation. 𝐶𝑖 = 𝛼𝑖 + 𝛽𝑖 𝑃𝑖 + 𝛾𝑖 𝑃𝑖 2 An important characteristics is obtained by plotting the derivative of the fuel cost curve versus the real power. This is known as incremental fuel cost curve 𝑑𝐶𝑖 𝑑𝑃𝑖 = 2𝛾𝑖 𝑃𝑖 + 𝛽𝑖 The incremental fuel cost curve is a measure of how costly it will be to produce the next increment of power. 1/13/2020
  • 16. ECONOMIC DISPATCH NEGLECTING LINE LOSS  The simplest economic dispatch problem is the case when transmission loss is neglected. This problem model doesn’t consider system configuration and line impedance. The model assumes the system is only one bus with all generators and loads connected to it. 1/13/2020
  • 17. CONT.….  since transmission loss is neglected, the total demand is the sum of the generation. A cost function Ci is assumed to be known for each plant. The problem is to find the real power generation for each plant such that the objective function (i.e., total production cost) as defined by the equation is min. subjected to the constraint. 𝐶𝑡 = 𝑖=1 𝑛 𝑔 𝐶𝑖 = 𝑖=1 𝑛 𝑔 𝛼𝑖 + 𝛽𝑖 𝑃𝑖 + 𝛾𝑖 𝑃𝑖 2 1/13/2020
  • 18. CONT.…. Is to minimize subjected to the constraint. 𝑖=1 𝑛 𝑔 𝑃𝑖 = 𝑃 𝐷 A typical approach is to augment the constraints into objective function by using the Lagrange multipliers. ℒ = 𝐶𝑡 + 𝜆 𝑃 𝐷 − 𝑖=1 𝑛 𝑔 𝑃𝑖 1/13/2020
  • 19. CONT.…. The minimum of the constrained function is found at the point where the partials of the functions to its variable are zero. 𝜕ℒ 𝜕𝑃𝑖 = 0 𝜕ℒ 𝜕𝜆 = 0 First condition, 𝜕 𝐶𝑡 𝜕𝑃𝑖 + 𝜆 0 − 1 = 0 Since 𝐶𝑡 = 𝐶1 + 𝐶2 + ⋯ + 𝐶 𝑛 1/13/2020
  • 20. CONT.…. Then 𝜕𝐶𝑡 𝜕𝑃𝑖 = 𝑑𝐶𝑖 𝑑𝑃𝑖 = 𝜆 Therefore, the condition for optimum dispatch is 𝑑𝐶𝑖 𝑑𝑃𝑖 = 𝜆 Or 2𝛾𝑖 𝑃𝑖 + 𝛽𝑖 = 𝜆 𝑃𝑖 = 𝜆 − 𝛽𝑖 2𝛾𝑖 1/13/2020
  • 21. CONT.…. Second condition 𝑖=1 𝑛 𝑔 𝑃𝑖 = 𝑃 𝐷 Solving for 𝜆 we have 𝑖=1 𝑛 𝑔 𝜆 − 𝛽𝑖 2𝛾𝑖 = 𝑃 𝐷 𝜆 = 𝑃 𝐷 + 𝑖=1 𝑛 𝑔 𝛽𝑖 2𝛾𝑖 𝑖=1 𝑛 𝑔 1 2𝛾𝑖 1/13/2020
  • 22. CONT.…. Using iterative method Δ𝜆(𝑘) = Δ𝑃(𝑘) 1 2𝛾𝑖 Where Δ𝑃(𝑘) = 𝑃 𝐷 − 𝑃𝑖 And therefore 𝜆(𝑘+1) = 𝜆(𝑘) + Δ𝜆(𝑘) The process continued until Δ𝑃(𝑘) is less than specified accuracy 1/13/2020
  • 23. EXAMPLE The fuel cost function for three thermal plants in $/hr are given by 𝐶1 = 500 + 5.3𝑃1 + 0.004𝑃1 2 𝐶2 = 400 + 5.5𝑃2 + 0.006𝑃2 2 𝐶3 = 200 + 5.8𝑃3 + 0.009𝑃3 2 Where 𝑃1, 𝑃2, and 𝑃3 are in MW. The total load 𝑃 𝐷 is 800MW. Neglecting line losses and generator limits, find the optimal dispatch and the total cost in $/hr, by A. analytical method. B. By iterative Method 1/13/2020
  • 24. CONT.…. The economic dispatch with generator limit, the same procedure is followed except checking the limit for the generators. If it exceeds the upper limit fix the generator value at the maximum value and solve for the remaining generators power. Example: do the above example with Pd is at 975 MW and 200 ≤ 𝑃1 ≤ 450 150 ≤ 𝑃2 ≤ 350 100 ≤ 𝑃3 ≤225 1/13/2020
  • 25. SECURITY ASSESSMENT The aim of security assessment is: the detection of operating limit violations through the continuous monitoring of power flows, voltages, etc.  contingency analysis, a far more demanding task, which first considers all the possible outages in order of severity and uses that information to alter the pre-contingency operating state to try and reduce the effect of the disturbance. 1/13/2020
  • 26. END OF CHAPTER SIX Thank You NEXT CHAPTER FIVE 1/13/2020