SlideShare a Scribd company logo
1 of 5
Download to read offline
International Journal of Scientific Research and Engineering Development-– Volume 2 Issue 1, Jan-Feb 2019
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED: All Rights are Reserved Page 206
Locational Marginal Pricing Calculation Methods
for Optimal Power Flow under Lossy Conditions
A.S.Kannan1
, E.Kalaiyarasi2
1
Department of Electrical and Electronics Engineering,as Assistant Professor ,Annamalai University, Chidambaram, India.
2Department of Electrical and Electronics Engineering, as Research Scholar ,Annamalai University, Chidambaram, India
---------------------------------------***************************-----------------------------------
Abstract:
This paper deals with concepts of Locational Marginal Pricing (LMP). LMP can be calculated by solving
either DC OPF or AC OPF. Firstly, the calculation of LMP is carried out using DC OPF algorithm for both lossy and
lossless cases. Secondly, it is solved by AC OPF algorithm. Finally, Artificial Intelligence(AI) – Genetic Algorithm
(GA) technique has been introduced for computing LMP. All the above methods have been implemented for IEEE –
30 bus system and the results are compared.
---------------------------------------***************************-----------------------------------
NOMENCLATURE
Pk Real power generation of bus k
Dk Demand on the bus of bus k
Ri Line resistance of line i
Xi Line reactance of line i
Gi Line conductance of line i
Bi Line susceptance of line i
Θk Voltage angle of bus k
C Cost function
N Number of buses
F Transmission Line limit
LFi Load factor
DFi Delivery factor
Ploss Power loss
GSFi Generation shift factor
Offset System loss linearization offset.
Fnd Fictitious nodal demand
µ shadow price for line flow constraint
I. INTRODUCTION
Locational Marginal Price (LMP), also referred to
as Nodal Price is a pricing concept used in deregulated
electricity markets. This can be used to manage the
efficient use of the transmission system when congestion
occurs on the bulk power grid. The Federal Energy
Regulatory Commission (FERC) has proposed LMP as a
way to achieve short-term and long-term efficiency in
wholesale electricity markets. In electricity, LMP may
vary at different times and locations based on
transmission congestion and losses. LMP provides a
clear and accurate signal of the price of electricity at
every location on the grid. These prices, in turn, reveal
the value of locating new generation, upgrading
transmission, or reducing electricity consumption needed
in a well-functioning market to increase competition and
improve the systems’ ability to meet power demand.
LMP calculation (Litvinov et al, 2004) can be
formulated with Optimal Power Flow(OPF). The LMP of
electricity at a location (bus) is defined as the least cost
to service the next increment of demand at that location
consistent with all power system operating constraints.
Calculation of LMP in a market environment
involves solving an optimization problem. The LMP
models existing in literature can be broadly categorized
into two classes, namely, the ACOPF model and the
DCOPF model (H.Liu et al,2009). As such, LMP is
usually decomposed into three components: marginal
energy price (MEP), marginal loss price (MLP), and
marginal congestion price (MCP), which is carefully
analyzed in (M. Rivier and J. I. Perez-Arriaga,1993).
Because of the inherent nonlinearity of transmission
losses, there is a great desire to improve the accuracy in
loss calculation and pricing (Z.Hu et al, 2010).
Artificial intelligent techniques can also be used
to solve OPF problem through which LMP can be
calculated. Inspired by the results of Genetic Algorithm
(GA) method, LMP calculation is performed using GA in
this work. The OPF is modelled as a nonlinear
constrained problem with continuous variables in GA.
The algorithm uses a local search method for the search
of Global optimum solution. Binary coded Genetic
RESEARCH ARTICLE OPEN ACCESS
International Journal of Scientific Research and Engineering Development-– Volume 2 Issue 1, Jan-Feb 2019
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED: All Rights are Reserved Page 207
algorithm is replaced with continuous genetic algorithm
that uses real values of generation instead of binary
coded data.
This paper is organized as follows. Section II
discusses the concept of loss factor and delivery factor
and presents the iterative DCOPF model for LMP
calculation. Section III presents the ACOPF-based
approach to calculate LMP. Section IV presents the test
system and results of the proposed approaches. Section V
concludes the paper.
II. LMP CALCULATION USING 4 METHODS
This section first presents the common model
for DC optimal power flow without losses. Then, the loss
factor and delivery factor are discussed. Based on
delivery factor, an iterative DCOPF model with marginal
losses is presented and discussed (F.Li et al, 2006).
A. Generic DCOPF Model Without Losses
The generic DCOPF model without the
consideration of losses can be easily modelled as the
minimization of the total production cost subject to
power balance and transmission (including contingency)
constraints. This may be written as follows:
min ( )
i
i i
p
i I
C p
∈
∑
(1)
Subject to:
( )1,
1N
k k
m m k km k m
P D
x θ θ= ≠
 
= − 
− 
∑ for k=1..N
(2)
N – total number of buses
There are no voltage magnitude constraints
because all voltage magnitudes are assumed to be 1.0
p.u. The generator and branch power flow constraint
becomes:
min max
i i ip p p≤ ≤ (3)
min max
( )km km kmF P x F≤ ≤ (4)
Based on the assumptions,
( ) k m
km
km
P x
x
θ θ−
=
(5)
B. Loss Factor and Delivery Factor
To consider the transmission loss in DCOPF
model, the loss factor has to be considered. The loss
factor (LF) at the ith
bus may be viewed as the change of
total system loss with respect to a 1MW increase in
injection at that bus. Mathematically, it can be written as:
(6)
where
LFi= loss factor at bus i.
Ploss = total loss of the system.
The delivery factor (DF) at the ith
bus represents
the effective MW delivered to the customers to serve the
load at that bus. It is defined as
DFi = 1 - LFi (7)
The loss factor and delivery factor can be
calculated as follows. Based on the definition of loss
factor, we have
(8)
Where Fk – line flow loss of line k
M – total number of lines
So, the DC OPF problem can be formulated with loss as,
min ( )
i
i i
p
i I
C p
∈
∑
(9)
Subject to:
(10)
(11)
min max
( )km km kmF P x F≤ ≤
(12)
The components of LMP can be calculated by
LMPi = LMPref+LMPcon+LMPloss (13)
LMPcon = (14)
LMPloss = LMPref×(DFi-1) (15)
Where, LMPref - Energy cost of reference bus
µi – Shadow price for line flow constraint
After obtaining the optimal solution of generation
scheduling, the LMP at any bus i can be calculated as the
sum of the following three LMP components: marginal
energy price, marginal congestion price and marginal
loss price.
C. FND based DC OPF formulation
By analogy with the approximation idea of the DC
power flow model, the following approximate formula can be
derived .
(16)
International Journal of Scientific Research and Engineering Development-– Volume 2 Issue 1, Jan-Feb 2019
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED: All Rights are Reserved Page 208
For DC power flow, Pij equals - Bijθij . So, 0.5Gijθij
2
can be considered as the approximate active power loss at one
terminal of a branch. The approximate loss at the other
terminal also equals 0.5Gijθij
2
. The total loss of a branch
equals Iij
2
Rij. If the loss 0.5Gijθij
2
is represented as a fictitious
nodal demand at each end of a branch, branch losses can be
approximately considered. The iterative DCOPF formulation
to solve LMP problem proposed in (F.Li and R.Bo , 2007) can
be formulated here
min ( )
i
i i
p
i I
C p
∈
∑
(17)
(18)
(19)
(20)
(21)
(22)
Where LF is derived from DC power flow model; offset
and Pfnd are obtained from the results of DC power flow,
which are updated after each iteration. It should be noted
that the loss variable is not included here.
D. ACOPF model
In general the ACOPF model can be formulated
as
min ( )
i
i i
p
i I
C p
∈
∑
(23)
Subject to:
0cal k iP D p+ − =∑ (Real power balance) (24)
0cal k iQ Q q+ − =∑ (Reactive power balance) (25)
pimin ≤ pi ≤ pimax (Gen. real power limits) (26)
qimin ≤ qi ≤ qimax (Gen. reactive power limits) (27)
1
[ cos( ) sin( )]
N
cal k i ki k i ki k i
i
P V V G Bθ θ θ θ
=
= − + −∑
(28)
1
[ sin( ) cos( )]
N
cal k i ki k i ki k i
i
Q V V G Bθ θ θ θ
=
= − + −∑
(
29)
The LMP from the above formulation is the
sensitivity of the Lagrange function with respect to the
bus load.
III.GENETIC ALGORITHM
The drawbacks of conventional methods can be
summarized as three major problems:
Firstly, they may not be able to provide optimal
solution and usually getting stuck at a local optimal.
Secondly, all these methods are based on assumption of
continuity and differentiability of objective function
which is not actually allowed in a practical system.
Finally, all these methods cannot be applied with discrete
variables, which are transformer taps.
It is observed that Genetic Algorithm (GA) is an
appropriate method to solve this problem, which
eliminates the above drawbacks. GAs differs from other
optimization and search procedures in four ways:
GAs work with a coding of the parameter set, not
the parameters themselves. Therefore GAs can easily
handle the integer or discrete variables. GA search
within a population of points, not a single point.
Therefore GAs can provide a globally optimal solution.
GAs use only objective function information, not
derivatives or other auxiliary knowledge. Therefore GAs
can deal with non-smooth, non-continuous and non-
differentiable functions which are actually exist in a
practical optimization problem. GAs use probabilistic
transition rules, not deterministic rules.
We use GA because the features of GA are
different from other search techniques in several aspects,
such as: First, the algorithm is a multipath that searches
many peaks in parallel and hence reducing the possibility
of local minimum trapping. Secondly, GA works with a
coding of parameters instead of the parameters
themselves. The coding of parameter will help the
genetic operator to evolve the current state into the next
state with minimum computations. Thirdly, GA
evaluates the fitness of each string to guide its search
instead of the optimization function.
Figure 1: Flow chart
Algorithm
Step 1: Creating Population for Power generation and
LMP
International Journal of Scientific Research and Engineering Development-– Volume 2 Issue 1, Jan-Feb 2019
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED: All Rights are Reserved Page 209
Step 2: Evaluating all the chromosomes in population
Step 3: Creating new child chromosomes by performing
Cross over
Step 4: Performing the genetic operation Mutation
Step 5: Selection of best chromosomes is done after
evaluating the mutated parent and on the basis of
fitness function.
Step 6: If the iteration count reaches maximum, Print the
results else go to the next step
Step 7: Increasing the iteration count by 1 and again go to
the step 3, cross over
IV. TEST RESULTS ON 30-BUS EXAMPLE
SYSTEM
This section presents the test results of
above mentioned methodologies for 30 bus system.
TABLE I
DC OPF Model results
Bus
no
LMP($/MWh)
Conventional Model 1 Model 2
1 3.0377 3.789 3.662
2 3.5339 3.227 3.432
3 3.283 3.859 3.222
4 3.0899 2.909 2.032
5 4.8981 5.299 5.422
6 2.8297 2.459 2.112
7 4.2418 5.259 4.852
8 3.6504 3.759 3.742
9 4.6397 5.569 5.562
10 5.5315 5.099 5.022
11 2.9483 2.891 3.782
12 3.5347 2.939 2.122
13 2.9747 2.541 3.108
14 3.5455 2.439 3.902
15 2.8597 3.969 2.812
16 3.439 3.689 3.952
17 3.5924 3.729 3.182
18 3.5379 3.609 3.342
19 3.173 3.271 3.358
20 3.3157 3.341 3.878
21 2.4373 1.599 1.882
22 3.9582 3.659 4.012
23 2.2037 1.399 1.402
24 2.2393 2.279 2.932
25 4.8718 5.939 5.902
26 3.5032 3.329 3.442
27 3.0318 3.329 3.642
28 3.0353 3.119 2.912
29 3.4086 3.789 3.812
30 3.2212 3.389 3.272
TABLE II
AC OPF Results
Bus LMP
($/MWh)
(Conventional)
LMP
($/MWh)
(GA)No
1 3.662 2.9006
2 3.689 2.8772
3 3.754 3.0404
4 3.771 2.8433
5 3.744 2.7083
6 3.779 3.7592
7 3.801 2.5045
8 4.383 3.693
9 3.823 2.5599
10 3.846 3.7481
11 3.823 2.823
12 3.81 3.9815
13 3.81 3.8728
14 3.868 3.7633
15 3.856 2.831
16 3.849 2.9093
17 3.862 3.4813
18 3.911 2.263
19 3.926 2.444
20 3.91 3.4048
21 3.854 2.4975
22 3.843 3.2092
23 3.813 3.4276
24 3.884 2.4119
25 3.932 3.8566
26 3.999 3.2273
27 3.916 2.5147
28 3.106 3.1485
29 3.966 2.8041
30 3.051 2.4242
International Journal of Scientific Research and Engineering Development-– Volume 2 Issue 1, Jan-Feb 2019
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED: All Rights are Reserved Page 210
V.CONCLUSION
Table 1 illustrates DC OPF including losses will
give accurate results, either model1 or model 2, both are
similar. From table 2 we came to know that, GA method
provides optimized results. In this paper, lossy DC OPF
Models are compared with lossless conventional model.
AC OPF conventional model is compared with Genetic
Algorithm. AC OPF LMP calculation is accurate method
compared to DC OPF calculations. But due to some, time
consumption difficulties it can’t be used in large systems.
Since the AI techniques are more efficient, LMP is
computed using GA. In spite of its own disadvantages,
GA gives proper results for LMP.
APPENDIX
The IEEE 30 bus system taken for the case
study is shown below.
REFERENCES
[1] Audun Botterud, Zhi Zhou(2012). Wind Power
Trading Under Uncertainty in LMP Markets,
IEEE transactions on power systems, VOL. 27,
NO. 2.
[2] E. Litvinov, T. Zheng, G. Rosenwald, and P.
Shamsollahi, ‘‘Marginal loss modeling in LMP
calculation,’’ IEEE Trans. Power Syst., vol. 19,
no. 2, pp. 880--888, May 2004.
[3] F. C. Schweppe, M. C. Caraminis, R. D. Tabors,
and R. E. Bohn, “Spot pricing of electricity”,
Norwell, MA: Kluwer, 1988.
[4] F. Li and R. Bo, “DCOPF-based LMP
simulation: Algorithm, comparison with
ACOPF, and sensitivity,” IEEE Trans. Power
Syst., vol. 22, no. 4, pp. 1475–1485, Nov. 2007.
[5] Fangxing Li,Rui Bo and Wenjuan Zhang,
”Comparison of Different LMP Calculations in
Power Market Simulation,” International
Conference on Power System Technology 2006
[6] Haifeng Liu, Leigh Tesfatsion, A. A.
Chowdhury (2009). “Locational marginal
pricing basics for restructured wholesale power
markets” Power & energy society general
meeting, 1-8
[7] http://www.caiso.com/1b93/1b936f946ff90.htm
l
[8] Ilic, M., Galiana, F., and Fink, L. (1998).
”Power System Restructuring: Engineering and
Economics”. Kluwer, Norwell.
[9] M. Rivier and J. I. Perez-Arriaga, “Computation
and decomposition of spot prices for
transmission pricing,” in Proc. 11th PSC Conf.,
1993
[10]Overbye, T. J., Cheng, X., and Sun, Y. (2004).
“A comparison of the AC and DC power flow
models for LMP calculation”. The 37th Annual
Hawaii International Conference on System
Science, 1-9.
[11]Schweppe, F. C., Caraminis, M. C., Tabors, R.
D. and Bohn, R. E. (1998). “Spot Pricing of
Electricity”. Kluwer Academic Publishers,
Boston.
[12]Shahidehpour, M., Yamin, H. and Li, Z. (2002).
“Market Operations in Electric Power
Systems”: Wiley, New York.
[13]Wood, A. J. and Wollenberg, B. F. (1996).
“Power Generation, Operation, and Control”,
2nd Edition. John Wiley & Sons, INC., New
York.
[14]Yuanyu Dai and Jie Huang, Ke Meng,
Yusheng Xue, Z. Y. Dong, Gerard
Ledwich,”LMP Estimation Considering the
Uncertainty of Wind Power,”
[15]Zechun Hu, Haozhong Cheng, Zheng Yan, and
Furong Li, ” An Iterative LMP Calculation
Method Considering Loss Distributions,” IEEE
Transactions on power systems, vol. 25, no. 3,
august 2010

More Related Content

What's hot

VLSI Implementation of High Speed & Low Power Multiplier in FPGA
VLSI Implementation of High Speed & Low Power Multiplier in FPGAVLSI Implementation of High Speed & Low Power Multiplier in FPGA
VLSI Implementation of High Speed & Low Power Multiplier in FPGA
IOSR Journals
 
Enhancements of Extended Locational Marginal Pricing – Advancing Practical Im...
Enhancements of Extended Locational Marginal Pricing – Advancing Practical Im...Enhancements of Extended Locational Marginal Pricing – Advancing Practical Im...
Enhancements of Extended Locational Marginal Pricing – Advancing Practical Im...
Power System Operation
 
Multi objective economic load dispatch using hybrid fuzzy, bacterial
Multi objective economic load dispatch using hybrid fuzzy, bacterialMulti objective economic load dispatch using hybrid fuzzy, bacterial
Multi objective economic load dispatch using hybrid fuzzy, bacterial
IAEME Publication
 
Grid Interconnection of PV System Using Symmetric and Asymmetric MLI Topology
Grid Interconnection of PV System Using Symmetric and Asymmetric MLI TopologyGrid Interconnection of PV System Using Symmetric and Asymmetric MLI Topology
Grid Interconnection of PV System Using Symmetric and Asymmetric MLI Topology
International Journal of Power Electronics and Drive Systems
 

What's hot (20)

VLSI Implementation of High Speed & Low Power Multiplier in FPGA
VLSI Implementation of High Speed & Low Power Multiplier in FPGAVLSI Implementation of High Speed & Low Power Multiplier in FPGA
VLSI Implementation of High Speed & Low Power Multiplier in FPGA
 
IRJET- Particle Swarm Intelligence based Dynamics Economic Dispatch with Dail...
IRJET- Particle Swarm Intelligence based Dynamics Economic Dispatch with Dail...IRJET- Particle Swarm Intelligence based Dynamics Economic Dispatch with Dail...
IRJET- Particle Swarm Intelligence based Dynamics Economic Dispatch with Dail...
 
Mems paper
Mems paperMems paper
Mems paper
 
Power Optimized Multiplexer Based 1 Bit Full Adder Cell Using .18 µm CMOS Tec...
Power Optimized Multiplexer Based 1 Bit Full Adder Cell Using .18 µm CMOS Tec...Power Optimized Multiplexer Based 1 Bit Full Adder Cell Using .18 µm CMOS Tec...
Power Optimized Multiplexer Based 1 Bit Full Adder Cell Using .18 µm CMOS Tec...
 
Asymmetric hybrid multilevel inverter with reduced harmonic using hybrid modu...
Asymmetric hybrid multilevel inverter with reduced harmonic using hybrid modu...Asymmetric hybrid multilevel inverter with reduced harmonic using hybrid modu...
Asymmetric hybrid multilevel inverter with reduced harmonic using hybrid modu...
 
Enhancements of Extended Locational Marginal Pricing – Advancing Practical Im...
Enhancements of Extended Locational Marginal Pricing – Advancing Practical Im...Enhancements of Extended Locational Marginal Pricing – Advancing Practical Im...
Enhancements of Extended Locational Marginal Pricing – Advancing Practical Im...
 
Eq36876880
Eq36876880Eq36876880
Eq36876880
 
Multi objective economic load dispatch using hybrid fuzzy, bacterial
Multi objective economic load dispatch using hybrid fuzzy, bacterialMulti objective economic load dispatch using hybrid fuzzy, bacterial
Multi objective economic load dispatch using hybrid fuzzy, bacterial
 
LOAD FLOW ANALYSIS FOR A 220KV LINE – CASE STUDY
LOAD FLOW ANALYSIS FOR A 220KV LINE – CASE STUDYLOAD FLOW ANALYSIS FOR A 220KV LINE – CASE STUDY
LOAD FLOW ANALYSIS FOR A 220KV LINE – CASE STUDY
 
E010232732
E010232732E010232732
E010232732
 
Ej34821826
Ej34821826Ej34821826
Ej34821826
 
NOVEL PSO STRATEGY FOR TRANSMISSION CONGESTION MANAGEMENT
NOVEL PSO STRATEGY FOR TRANSMISSION CONGESTION MANAGEMENTNOVEL PSO STRATEGY FOR TRANSMISSION CONGESTION MANAGEMENT
NOVEL PSO STRATEGY FOR TRANSMISSION CONGESTION MANAGEMENT
 
Application of a new constraint handling method for economic dispatch conside...
Application of a new constraint handling method for economic dispatch conside...Application of a new constraint handling method for economic dispatch conside...
Application of a new constraint handling method for economic dispatch conside...
 
Bu34437441
Bu34437441Bu34437441
Bu34437441
 
Paper id 28201438
Paper id 28201438Paper id 28201438
Paper id 28201438
 
Power Quality Enhancement Using the Interline Power Flow Controller
Power Quality Enhancement Using the Interline Power Flow ControllerPower Quality Enhancement Using the Interline Power Flow Controller
Power Quality Enhancement Using the Interline Power Flow Controller
 
Grid Interconnection of PV System Using Symmetric and Asymmetric MLI Topology
Grid Interconnection of PV System Using Symmetric and Asymmetric MLI TopologyGrid Interconnection of PV System Using Symmetric and Asymmetric MLI Topology
Grid Interconnection of PV System Using Symmetric and Asymmetric MLI Topology
 
Area–delay–power efficient carry select adder
Area–delay–power efficient carry select adderArea–delay–power efficient carry select adder
Area–delay–power efficient carry select adder
 
DESIGN OF REVERSIBLE MULTIPLIERS FOR LINEAR FILTERING APPLICATIONS IN DSP
DESIGN OF REVERSIBLE MULTIPLIERS FOR LINEAR FILTERING APPLICATIONS IN DSPDESIGN OF REVERSIBLE MULTIPLIERS FOR LINEAR FILTERING APPLICATIONS IN DSP
DESIGN OF REVERSIBLE MULTIPLIERS FOR LINEAR FILTERING APPLICATIONS IN DSP
 
High Speed Carryselect Adder
High Speed Carryselect AdderHigh Speed Carryselect Adder
High Speed Carryselect Adder
 

Similar to IJSRED-V2I1P23

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
 
Log-domain electronically-tuneable fully differential high order multi-functi...
Log-domain electronically-tuneable fully differential high order multi-functi...Log-domain electronically-tuneable fully differential high order multi-functi...
Log-domain electronically-tuneable fully differential high order multi-functi...
IJECEIAES
 

Similar to IJSRED-V2I1P23 (20)

40220140503002
4022014050300240220140503002
40220140503002
 
Toward coordinated transmission and distribution operations
Toward coordinated transmission and distribution operationsToward coordinated transmission and distribution operations
Toward coordinated transmission and distribution operations
 
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...
 
A Hybrid Formulation between Differential Evolution and Simulated Annealing A...
A Hybrid Formulation between Differential Evolution and Simulated Annealing A...A Hybrid Formulation between Differential Evolution and Simulated Annealing A...
A Hybrid Formulation between Differential Evolution and Simulated Annealing A...
 
Performance Enhancement in Active Power Filter (APF) by FPGA Implementation
Performance Enhancement in Active Power Filter (APF) by FPGA Implementation Performance Enhancement in Active Power Filter (APF) by FPGA Implementation
Performance Enhancement in Active Power Filter (APF) by FPGA Implementation
 
Al36228233
Al36228233Al36228233
Al36228233
 
E021052327
E021052327E021052327
E021052327
 
1.a fuzzy based pv apf controller for compensating current harmonics (2)
1.a fuzzy based pv apf controller for compensating current harmonics (2)1.a fuzzy based pv apf controller for compensating current harmonics (2)
1.a fuzzy based pv apf controller for compensating current harmonics (2)
 
FINAL VERSION PPT.pptx
FINAL VERSION PPT.pptxFINAL VERSION PPT.pptx
FINAL VERSION PPT.pptx
 
Investigation Effect of Outage Line on the Transmission Line for Karbalaa-132...
Investigation Effect of Outage Line on the Transmission Line for Karbalaa-132...Investigation Effect of Outage Line on the Transmission Line for Karbalaa-132...
Investigation Effect of Outage Line on the Transmission Line for Karbalaa-132...
 
Optimal Power Flow with Reactive Power Compensation for Cost And Loss Minimiz...
Optimal Power Flow with Reactive Power Compensation for Cost And Loss Minimiz...Optimal Power Flow with Reactive Power Compensation for Cost And Loss Minimiz...
Optimal Power Flow with Reactive Power Compensation for Cost And Loss Minimiz...
 
Optimal Power Flow With UPFC Using Fuzzy- PSO With Non-Smooth Fuel Cost Function
Optimal Power Flow With UPFC Using Fuzzy- PSO With Non-Smooth Fuel Cost FunctionOptimal Power Flow With UPFC Using Fuzzy- PSO With Non-Smooth Fuel Cost Function
Optimal Power Flow With UPFC Using Fuzzy- PSO With Non-Smooth Fuel Cost Function
 
Comparative study of methods for optimal reactive power dispatch
Comparative study of methods for optimal reactive power dispatchComparative study of methods for optimal reactive power dispatch
Comparative study of methods for optimal reactive power dispatch
 
40220140504003
4022014050400340220140504003
40220140504003
 
Log-domain electronically-tuneable fully differential high order multi-functi...
Log-domain electronically-tuneable fully differential high order multi-functi...Log-domain electronically-tuneable fully differential high order multi-functi...
Log-domain electronically-tuneable fully differential high order multi-functi...
 
Hybrid Particle Swarm Optimization for Solving Multi-Area Economic Dispatch P...
Hybrid Particle Swarm Optimization for Solving Multi-Area Economic Dispatch P...Hybrid Particle Swarm Optimization for Solving Multi-Area Economic Dispatch P...
Hybrid Particle Swarm Optimization for Solving Multi-Area Economic Dispatch P...
 
IRJET- Power Quality Improvement by using Three Phase Adaptive Filter Control...
IRJET- Power Quality Improvement by using Three Phase Adaptive Filter Control...IRJET- Power Quality Improvement by using Three Phase Adaptive Filter Control...
IRJET- Power Quality Improvement by using Three Phase Adaptive Filter Control...
 
[IJCT-V3I2P23] Authors: Baljinder Kaur, Narinder Sharma
[IJCT-V3I2P23] Authors: Baljinder Kaur, Narinder Sharma[IJCT-V3I2P23] Authors: Baljinder Kaur, Narinder Sharma
[IJCT-V3I2P23] Authors: Baljinder Kaur, Narinder Sharma
 
HYBRID PARTICLE SWARM OPTIMIZATION FOR SOLVING MULTI-AREA ECONOMIC DISPATCH P...
HYBRID PARTICLE SWARM OPTIMIZATION FOR SOLVING MULTI-AREA ECONOMIC DISPATCH P...HYBRID PARTICLE SWARM OPTIMIZATION FOR SOLVING MULTI-AREA ECONOMIC DISPATCH P...
HYBRID PARTICLE SWARM OPTIMIZATION FOR SOLVING MULTI-AREA ECONOMIC DISPATCH P...
 
Profitability of frequency_regulation_by_electric_car
Profitability of frequency_regulation_by_electric_carProfitability of frequency_regulation_by_electric_car
Profitability of frequency_regulation_by_electric_car
 

More from IJSRED

BigBasket encashing the Demonetisation: A big opportunity
BigBasket encashing the Demonetisation: A big opportunityBigBasket encashing the Demonetisation: A big opportunity
BigBasket encashing the Demonetisation: A big opportunity
IJSRED
 
Quantitative and Qualitative Analysis of Plant Leaf Disease
Quantitative and Qualitative Analysis of Plant Leaf DiseaseQuantitative and Qualitative Analysis of Plant Leaf Disease
Quantitative and Qualitative Analysis of Plant Leaf Disease
IJSRED
 
DC Fast Charger and Battery Management System for Electric Vehicles
DC Fast Charger and Battery Management System for Electric VehiclesDC Fast Charger and Battery Management System for Electric Vehicles
DC Fast Charger and Battery Management System for Electric Vehicles
IJSRED
 
Parallelization of Graceful Labeling Using Open MP
Parallelization of Graceful Labeling Using Open MPParallelization of Graceful Labeling Using Open MP
Parallelization of Graceful Labeling Using Open MP
IJSRED
 
Study of Phenotypic Plasticity of Fruits of Luffa Acutangula Var. Amara
Study of Phenotypic Plasticity of  Fruits of Luffa Acutangula Var. AmaraStudy of Phenotypic Plasticity of  Fruits of Luffa Acutangula Var. Amara
Study of Phenotypic Plasticity of Fruits of Luffa Acutangula Var. Amara
IJSRED
 
An Emperical Study of Learning How Soft Skills is Essential for Management St...
An Emperical Study of Learning How Soft Skills is Essential for Management St...An Emperical Study of Learning How Soft Skills is Essential for Management St...
An Emperical Study of Learning How Soft Skills is Essential for Management St...
IJSRED
 
Impacts of a New Spatial Variable on a Black Hole Metric Solution
Impacts of a New Spatial Variable on a Black Hole Metric SolutionImpacts of a New Spatial Variable on a Black Hole Metric Solution
Impacts of a New Spatial Variable on a Black Hole Metric Solution
IJSRED
 
A Study to Assess the Effectiveness of Planned Teaching Programme on Knowledg...
A Study to Assess the Effectiveness of Planned Teaching Programme on Knowledg...A Study to Assess the Effectiveness of Planned Teaching Programme on Knowledg...
A Study to Assess the Effectiveness of Planned Teaching Programme on Knowledg...
IJSRED
 
Functions of Forensic Engineering Investigator in India
Functions of Forensic Engineering Investigator in IndiaFunctions of Forensic Engineering Investigator in India
Functions of Forensic Engineering Investigator in India
IJSRED
 
Participation Politique Feminine En Competition Électorale Au Congo-Kinshasa....
Participation Politique Feminine En Competition Électorale Au Congo-Kinshasa....Participation Politique Feminine En Competition Électorale Au Congo-Kinshasa....
Participation Politique Feminine En Competition Électorale Au Congo-Kinshasa....
IJSRED
 

More from IJSRED (20)

IJSRED-V3I6P13
IJSRED-V3I6P13IJSRED-V3I6P13
IJSRED-V3I6P13
 
School Bus Tracking and Security System
School Bus Tracking and Security SystemSchool Bus Tracking and Security System
School Bus Tracking and Security System
 
BigBasket encashing the Demonetisation: A big opportunity
BigBasket encashing the Demonetisation: A big opportunityBigBasket encashing the Demonetisation: A big opportunity
BigBasket encashing the Demonetisation: A big opportunity
 
Quantitative and Qualitative Analysis of Plant Leaf Disease
Quantitative and Qualitative Analysis of Plant Leaf DiseaseQuantitative and Qualitative Analysis of Plant Leaf Disease
Quantitative and Qualitative Analysis of Plant Leaf Disease
 
DC Fast Charger and Battery Management System for Electric Vehicles
DC Fast Charger and Battery Management System for Electric VehiclesDC Fast Charger and Battery Management System for Electric Vehicles
DC Fast Charger and Battery Management System for Electric Vehicles
 
Growth Path Followed by France
Growth Path Followed by FranceGrowth Path Followed by France
Growth Path Followed by France
 
Acquisition System
Acquisition SystemAcquisition System
Acquisition System
 
Parallelization of Graceful Labeling Using Open MP
Parallelization of Graceful Labeling Using Open MPParallelization of Graceful Labeling Using Open MP
Parallelization of Graceful Labeling Using Open MP
 
Study of Phenotypic Plasticity of Fruits of Luffa Acutangula Var. Amara
Study of Phenotypic Plasticity of  Fruits of Luffa Acutangula Var. AmaraStudy of Phenotypic Plasticity of  Fruits of Luffa Acutangula Var. Amara
Study of Phenotypic Plasticity of Fruits of Luffa Acutangula Var. Amara
 
Understanding Architecture of Internet of Things
Understanding Architecture of Internet of ThingsUnderstanding Architecture of Internet of Things
Understanding Architecture of Internet of Things
 
Smart shopping cart
Smart shopping cartSmart shopping cart
Smart shopping cart
 
An Emperical Study of Learning How Soft Skills is Essential for Management St...
An Emperical Study of Learning How Soft Skills is Essential for Management St...An Emperical Study of Learning How Soft Skills is Essential for Management St...
An Emperical Study of Learning How Soft Skills is Essential for Management St...
 
Smart Canteen Management
Smart Canteen ManagementSmart Canteen Management
Smart Canteen Management
 
Gandhian trusteeship and Economic Ethics
Gandhian trusteeship and Economic EthicsGandhian trusteeship and Economic Ethics
Gandhian trusteeship and Economic Ethics
 
Impacts of a New Spatial Variable on a Black Hole Metric Solution
Impacts of a New Spatial Variable on a Black Hole Metric SolutionImpacts of a New Spatial Variable on a Black Hole Metric Solution
Impacts of a New Spatial Variable on a Black Hole Metric Solution
 
A Study to Assess the Effectiveness of Planned Teaching Programme on Knowledg...
A Study to Assess the Effectiveness of Planned Teaching Programme on Knowledg...A Study to Assess the Effectiveness of Planned Teaching Programme on Knowledg...
A Study to Assess the Effectiveness of Planned Teaching Programme on Knowledg...
 
Inginious Trafalgar Contrivition System
Inginious Trafalgar Contrivition SystemInginious Trafalgar Contrivition System
Inginious Trafalgar Contrivition System
 
Farmer's Analytical assistant
Farmer's Analytical assistantFarmer's Analytical assistant
Farmer's Analytical assistant
 
Functions of Forensic Engineering Investigator in India
Functions of Forensic Engineering Investigator in IndiaFunctions of Forensic Engineering Investigator in India
Functions of Forensic Engineering Investigator in India
 
Participation Politique Feminine En Competition Électorale Au Congo-Kinshasa....
Participation Politique Feminine En Competition Électorale Au Congo-Kinshasa....Participation Politique Feminine En Competition Électorale Au Congo-Kinshasa....
Participation Politique Feminine En Competition Électorale Au Congo-Kinshasa....
 

Recently uploaded

Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
Kamal Acharya
 

Recently uploaded (20)

Computer Graphics Introduction To Curves
Computer Graphics Introduction To CurvesComputer Graphics Introduction To Curves
Computer Graphics Introduction To Curves
 
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptxOrlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech students
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdf
 
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
 
Jaipur ❤CALL GIRL 0000000000❤CALL GIRLS IN Jaipur ESCORT SERVICE❤CALL GIRL IN...
Jaipur ❤CALL GIRL 0000000000❤CALL GIRLS IN Jaipur ESCORT SERVICE❤CALL GIRL IN...Jaipur ❤CALL GIRL 0000000000❤CALL GIRLS IN Jaipur ESCORT SERVICE❤CALL GIRL IN...
Jaipur ❤CALL GIRL 0000000000❤CALL GIRLS IN Jaipur ESCORT SERVICE❤CALL GIRL IN...
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
 
Max. shear stress theory-Maximum Shear Stress Theory ​ Maximum Distortional ...
Max. shear stress theory-Maximum Shear Stress Theory ​  Maximum Distortional ...Max. shear stress theory-Maximum Shear Stress Theory ​  Maximum Distortional ...
Max. shear stress theory-Maximum Shear Stress Theory ​ Maximum Distortional ...
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdf
 
Signal Processing and Linear System Analysis
Signal Processing and Linear System AnalysisSignal Processing and Linear System Analysis
Signal Processing and Linear System Analysis
 
UNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptxUNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptx
 
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
 
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best ServiceTamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdf
 
Linux Systems Programming: Inter Process Communication (IPC) using Pipes
Linux Systems Programming: Inter Process Communication (IPC) using PipesLinux Systems Programming: Inter Process Communication (IPC) using Pipes
Linux Systems Programming: Inter Process Communication (IPC) using Pipes
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
fitting shop and tools used in fitting shop .ppt
fitting shop and tools used in fitting shop .pptfitting shop and tools used in fitting shop .ppt
fitting shop and tools used in fitting shop .ppt
 

IJSRED-V2I1P23

  • 1. International Journal of Scientific Research and Engineering Development-– Volume 2 Issue 1, Jan-Feb 2019 Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED: All Rights are Reserved Page 206 Locational Marginal Pricing Calculation Methods for Optimal Power Flow under Lossy Conditions A.S.Kannan1 , E.Kalaiyarasi2 1 Department of Electrical and Electronics Engineering,as Assistant Professor ,Annamalai University, Chidambaram, India. 2Department of Electrical and Electronics Engineering, as Research Scholar ,Annamalai University, Chidambaram, India ---------------------------------------***************************----------------------------------- Abstract: This paper deals with concepts of Locational Marginal Pricing (LMP). LMP can be calculated by solving either DC OPF or AC OPF. Firstly, the calculation of LMP is carried out using DC OPF algorithm for both lossy and lossless cases. Secondly, it is solved by AC OPF algorithm. Finally, Artificial Intelligence(AI) – Genetic Algorithm (GA) technique has been introduced for computing LMP. All the above methods have been implemented for IEEE – 30 bus system and the results are compared. ---------------------------------------***************************----------------------------------- NOMENCLATURE Pk Real power generation of bus k Dk Demand on the bus of bus k Ri Line resistance of line i Xi Line reactance of line i Gi Line conductance of line i Bi Line susceptance of line i Θk Voltage angle of bus k C Cost function N Number of buses F Transmission Line limit LFi Load factor DFi Delivery factor Ploss Power loss GSFi Generation shift factor Offset System loss linearization offset. Fnd Fictitious nodal demand µ shadow price for line flow constraint I. INTRODUCTION Locational Marginal Price (LMP), also referred to as Nodal Price is a pricing concept used in deregulated electricity markets. This can be used to manage the efficient use of the transmission system when congestion occurs on the bulk power grid. The Federal Energy Regulatory Commission (FERC) has proposed LMP as a way to achieve short-term and long-term efficiency in wholesale electricity markets. In electricity, LMP may vary at different times and locations based on transmission congestion and losses. LMP provides a clear and accurate signal of the price of electricity at every location on the grid. These prices, in turn, reveal the value of locating new generation, upgrading transmission, or reducing electricity consumption needed in a well-functioning market to increase competition and improve the systems’ ability to meet power demand. LMP calculation (Litvinov et al, 2004) can be formulated with Optimal Power Flow(OPF). The LMP of electricity at a location (bus) is defined as the least cost to service the next increment of demand at that location consistent with all power system operating constraints. Calculation of LMP in a market environment involves solving an optimization problem. The LMP models existing in literature can be broadly categorized into two classes, namely, the ACOPF model and the DCOPF model (H.Liu et al,2009). As such, LMP is usually decomposed into three components: marginal energy price (MEP), marginal loss price (MLP), and marginal congestion price (MCP), which is carefully analyzed in (M. Rivier and J. I. Perez-Arriaga,1993). Because of the inherent nonlinearity of transmission losses, there is a great desire to improve the accuracy in loss calculation and pricing (Z.Hu et al, 2010). Artificial intelligent techniques can also be used to solve OPF problem through which LMP can be calculated. Inspired by the results of Genetic Algorithm (GA) method, LMP calculation is performed using GA in this work. The OPF is modelled as a nonlinear constrained problem with continuous variables in GA. The algorithm uses a local search method for the search of Global optimum solution. Binary coded Genetic RESEARCH ARTICLE OPEN ACCESS
  • 2. International Journal of Scientific Research and Engineering Development-– Volume 2 Issue 1, Jan-Feb 2019 Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED: All Rights are Reserved Page 207 algorithm is replaced with continuous genetic algorithm that uses real values of generation instead of binary coded data. This paper is organized as follows. Section II discusses the concept of loss factor and delivery factor and presents the iterative DCOPF model for LMP calculation. Section III presents the ACOPF-based approach to calculate LMP. Section IV presents the test system and results of the proposed approaches. Section V concludes the paper. II. LMP CALCULATION USING 4 METHODS This section first presents the common model for DC optimal power flow without losses. Then, the loss factor and delivery factor are discussed. Based on delivery factor, an iterative DCOPF model with marginal losses is presented and discussed (F.Li et al, 2006). A. Generic DCOPF Model Without Losses The generic DCOPF model without the consideration of losses can be easily modelled as the minimization of the total production cost subject to power balance and transmission (including contingency) constraints. This may be written as follows: min ( ) i i i p i I C p ∈ ∑ (1) Subject to: ( )1, 1N k k m m k km k m P D x θ θ= ≠   = −  −  ∑ for k=1..N (2) N – total number of buses There are no voltage magnitude constraints because all voltage magnitudes are assumed to be 1.0 p.u. The generator and branch power flow constraint becomes: min max i i ip p p≤ ≤ (3) min max ( )km km kmF P x F≤ ≤ (4) Based on the assumptions, ( ) k m km km P x x θ θ− = (5) B. Loss Factor and Delivery Factor To consider the transmission loss in DCOPF model, the loss factor has to be considered. The loss factor (LF) at the ith bus may be viewed as the change of total system loss with respect to a 1MW increase in injection at that bus. Mathematically, it can be written as: (6) where LFi= loss factor at bus i. Ploss = total loss of the system. The delivery factor (DF) at the ith bus represents the effective MW delivered to the customers to serve the load at that bus. It is defined as DFi = 1 - LFi (7) The loss factor and delivery factor can be calculated as follows. Based on the definition of loss factor, we have (8) Where Fk – line flow loss of line k M – total number of lines So, the DC OPF problem can be formulated with loss as, min ( ) i i i p i I C p ∈ ∑ (9) Subject to: (10) (11) min max ( )km km kmF P x F≤ ≤ (12) The components of LMP can be calculated by LMPi = LMPref+LMPcon+LMPloss (13) LMPcon = (14) LMPloss = LMPref×(DFi-1) (15) Where, LMPref - Energy cost of reference bus µi – Shadow price for line flow constraint After obtaining the optimal solution of generation scheduling, the LMP at any bus i can be calculated as the sum of the following three LMP components: marginal energy price, marginal congestion price and marginal loss price. C. FND based DC OPF formulation By analogy with the approximation idea of the DC power flow model, the following approximate formula can be derived . (16)
  • 3. International Journal of Scientific Research and Engineering Development-– Volume 2 Issue 1, Jan-Feb 2019 Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED: All Rights are Reserved Page 208 For DC power flow, Pij equals - Bijθij . So, 0.5Gijθij 2 can be considered as the approximate active power loss at one terminal of a branch. The approximate loss at the other terminal also equals 0.5Gijθij 2 . The total loss of a branch equals Iij 2 Rij. If the loss 0.5Gijθij 2 is represented as a fictitious nodal demand at each end of a branch, branch losses can be approximately considered. The iterative DCOPF formulation to solve LMP problem proposed in (F.Li and R.Bo , 2007) can be formulated here min ( ) i i i p i I C p ∈ ∑ (17) (18) (19) (20) (21) (22) Where LF is derived from DC power flow model; offset and Pfnd are obtained from the results of DC power flow, which are updated after each iteration. It should be noted that the loss variable is not included here. D. ACOPF model In general the ACOPF model can be formulated as min ( ) i i i p i I C p ∈ ∑ (23) Subject to: 0cal k iP D p+ − =∑ (Real power balance) (24) 0cal k iQ Q q+ − =∑ (Reactive power balance) (25) pimin ≤ pi ≤ pimax (Gen. real power limits) (26) qimin ≤ qi ≤ qimax (Gen. reactive power limits) (27) 1 [ cos( ) sin( )] N cal k i ki k i ki k i i P V V G Bθ θ θ θ = = − + −∑ (28) 1 [ sin( ) cos( )] N cal k i ki k i ki k i i Q V V G Bθ θ θ θ = = − + −∑ ( 29) The LMP from the above formulation is the sensitivity of the Lagrange function with respect to the bus load. III.GENETIC ALGORITHM The drawbacks of conventional methods can be summarized as three major problems: Firstly, they may not be able to provide optimal solution and usually getting stuck at a local optimal. Secondly, all these methods are based on assumption of continuity and differentiability of objective function which is not actually allowed in a practical system. Finally, all these methods cannot be applied with discrete variables, which are transformer taps. It is observed that Genetic Algorithm (GA) is an appropriate method to solve this problem, which eliminates the above drawbacks. GAs differs from other optimization and search procedures in four ways: GAs work with a coding of the parameter set, not the parameters themselves. Therefore GAs can easily handle the integer or discrete variables. GA search within a population of points, not a single point. Therefore GAs can provide a globally optimal solution. GAs use only objective function information, not derivatives or other auxiliary knowledge. Therefore GAs can deal with non-smooth, non-continuous and non- differentiable functions which are actually exist in a practical optimization problem. GAs use probabilistic transition rules, not deterministic rules. We use GA because the features of GA are different from other search techniques in several aspects, such as: First, the algorithm is a multipath that searches many peaks in parallel and hence reducing the possibility of local minimum trapping. Secondly, GA works with a coding of parameters instead of the parameters themselves. The coding of parameter will help the genetic operator to evolve the current state into the next state with minimum computations. Thirdly, GA evaluates the fitness of each string to guide its search instead of the optimization function. Figure 1: Flow chart Algorithm Step 1: Creating Population for Power generation and LMP
  • 4. International Journal of Scientific Research and Engineering Development-– Volume 2 Issue 1, Jan-Feb 2019 Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED: All Rights are Reserved Page 209 Step 2: Evaluating all the chromosomes in population Step 3: Creating new child chromosomes by performing Cross over Step 4: Performing the genetic operation Mutation Step 5: Selection of best chromosomes is done after evaluating the mutated parent and on the basis of fitness function. Step 6: If the iteration count reaches maximum, Print the results else go to the next step Step 7: Increasing the iteration count by 1 and again go to the step 3, cross over IV. TEST RESULTS ON 30-BUS EXAMPLE SYSTEM This section presents the test results of above mentioned methodologies for 30 bus system. TABLE I DC OPF Model results Bus no LMP($/MWh) Conventional Model 1 Model 2 1 3.0377 3.789 3.662 2 3.5339 3.227 3.432 3 3.283 3.859 3.222 4 3.0899 2.909 2.032 5 4.8981 5.299 5.422 6 2.8297 2.459 2.112 7 4.2418 5.259 4.852 8 3.6504 3.759 3.742 9 4.6397 5.569 5.562 10 5.5315 5.099 5.022 11 2.9483 2.891 3.782 12 3.5347 2.939 2.122 13 2.9747 2.541 3.108 14 3.5455 2.439 3.902 15 2.8597 3.969 2.812 16 3.439 3.689 3.952 17 3.5924 3.729 3.182 18 3.5379 3.609 3.342 19 3.173 3.271 3.358 20 3.3157 3.341 3.878 21 2.4373 1.599 1.882 22 3.9582 3.659 4.012 23 2.2037 1.399 1.402 24 2.2393 2.279 2.932 25 4.8718 5.939 5.902 26 3.5032 3.329 3.442 27 3.0318 3.329 3.642 28 3.0353 3.119 2.912 29 3.4086 3.789 3.812 30 3.2212 3.389 3.272 TABLE II AC OPF Results Bus LMP ($/MWh) (Conventional) LMP ($/MWh) (GA)No 1 3.662 2.9006 2 3.689 2.8772 3 3.754 3.0404 4 3.771 2.8433 5 3.744 2.7083 6 3.779 3.7592 7 3.801 2.5045 8 4.383 3.693 9 3.823 2.5599 10 3.846 3.7481 11 3.823 2.823 12 3.81 3.9815 13 3.81 3.8728 14 3.868 3.7633 15 3.856 2.831 16 3.849 2.9093 17 3.862 3.4813 18 3.911 2.263 19 3.926 2.444 20 3.91 3.4048 21 3.854 2.4975 22 3.843 3.2092 23 3.813 3.4276 24 3.884 2.4119 25 3.932 3.8566 26 3.999 3.2273 27 3.916 2.5147 28 3.106 3.1485 29 3.966 2.8041 30 3.051 2.4242
  • 5. International Journal of Scientific Research and Engineering Development-– Volume 2 Issue 1, Jan-Feb 2019 Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED: All Rights are Reserved Page 210 V.CONCLUSION Table 1 illustrates DC OPF including losses will give accurate results, either model1 or model 2, both are similar. From table 2 we came to know that, GA method provides optimized results. In this paper, lossy DC OPF Models are compared with lossless conventional model. AC OPF conventional model is compared with Genetic Algorithm. AC OPF LMP calculation is accurate method compared to DC OPF calculations. But due to some, time consumption difficulties it can’t be used in large systems. Since the AI techniques are more efficient, LMP is computed using GA. In spite of its own disadvantages, GA gives proper results for LMP. APPENDIX The IEEE 30 bus system taken for the case study is shown below. REFERENCES [1] Audun Botterud, Zhi Zhou(2012). Wind Power Trading Under Uncertainty in LMP Markets, IEEE transactions on power systems, VOL. 27, NO. 2. [2] E. Litvinov, T. Zheng, G. Rosenwald, and P. Shamsollahi, ‘‘Marginal loss modeling in LMP calculation,’’ IEEE Trans. Power Syst., vol. 19, no. 2, pp. 880--888, May 2004. [3] F. C. Schweppe, M. C. Caraminis, R. D. Tabors, and R. E. Bohn, “Spot pricing of electricity”, Norwell, MA: Kluwer, 1988. [4] F. Li and R. Bo, “DCOPF-based LMP simulation: Algorithm, comparison with ACOPF, and sensitivity,” IEEE Trans. Power Syst., vol. 22, no. 4, pp. 1475–1485, Nov. 2007. [5] Fangxing Li,Rui Bo and Wenjuan Zhang, ”Comparison of Different LMP Calculations in Power Market Simulation,” International Conference on Power System Technology 2006 [6] Haifeng Liu, Leigh Tesfatsion, A. A. Chowdhury (2009). “Locational marginal pricing basics for restructured wholesale power markets” Power & energy society general meeting, 1-8 [7] http://www.caiso.com/1b93/1b936f946ff90.htm l [8] Ilic, M., Galiana, F., and Fink, L. (1998). ”Power System Restructuring: Engineering and Economics”. Kluwer, Norwell. [9] M. Rivier and J. I. Perez-Arriaga, “Computation and decomposition of spot prices for transmission pricing,” in Proc. 11th PSC Conf., 1993 [10]Overbye, T. J., Cheng, X., and Sun, Y. (2004). “A comparison of the AC and DC power flow models for LMP calculation”. The 37th Annual Hawaii International Conference on System Science, 1-9. [11]Schweppe, F. C., Caraminis, M. C., Tabors, R. D. and Bohn, R. E. (1998). “Spot Pricing of Electricity”. Kluwer Academic Publishers, Boston. [12]Shahidehpour, M., Yamin, H. and Li, Z. (2002). “Market Operations in Electric Power Systems”: Wiley, New York. [13]Wood, A. J. and Wollenberg, B. F. (1996). “Power Generation, Operation, and Control”, 2nd Edition. John Wiley & Sons, INC., New York. [14]Yuanyu Dai and Jie Huang, Ke Meng, Yusheng Xue, Z. Y. Dong, Gerard Ledwich,”LMP Estimation Considering the Uncertainty of Wind Power,” [15]Zechun Hu, Haozhong Cheng, Zheng Yan, and Furong Li, ” An Iterative LMP Calculation Method Considering Loss Distributions,” IEEE Transactions on power systems, vol. 25, no. 3, august 2010