SlideShare a Scribd company logo
1 of 5
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 08 | Aug -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1677
Comprehensive Approach towards Modelling and Simulation of
Single Area Power Generation System Using PI Control and
Stability Solution Using Linear Quadratic Regulator
,
1Graduate Student, Dept. of Electrical Engineering, Rochester Institute of Technology, Dubai, UAE
2Professor, Dept. of Electrical Engineering, Rochester Institute of Technology, Dubai, UAE
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - In this paper, the open loop single area power
generation system is modelled using state space
representation. The output response which is frequency
deviation at steady state is simulated using MATLAB. Then,
Proportional Integral (PI) controller is added to the system
to understand the effect of a conventional controller on
system steady state output response. The controlled system
is stabilized through design of Linear Quadratic Regulator
(LQR). The performance of system steady state output
response is measured in terms of undershoot percentage,
settling time, and steady state error. The controlled system
simulation at the end of this paper shows that PI control is
an efficient, reliable, and robust technique to solve power
generation system optimization problem. The output
response of the considered controlled system has settling
time of 0.7 second, zero steady state error, and undershoot
of 5.45%.
Key Words: Optimization, Single Area Power
Generation System, LQR Technique, PI Controller,
Steady State Response
1 INTRODUCTION
An interconnected system called Automatic Generation
Control (AGC) consists of two sub-systems: Load
Frequency Control (LFC) and Automatic Voltage Regulator
(AVR). AVR is responsible to regulate the terminal voltage
and LFC is employed to control the system frequency. In
this paper, modelling and simulation of LFC is considered
for careful analysis since LFC is more sensitive to changes
in load compared to AVR. LFC and AVR are decoupled and
can be analyzed separately. There is only weak overlap of
effect between the two sub-systems [1].
Optimizing thermal power generation system will reduce
energy or fuel consumption. Fuel reduction of even a small
percentage will lead to large energy saving which results
into saving the environment [2]. Hence, many researchers
have been interested to solve optimization problem in
thermal power generation systems. In order to optimize
power generation system, the plant has to operate at
desired operating level which corresponds to operating at
nominal frequency.
2 OPEN LOOP ANALYSIS
Figure 1 shows the SIMULINK generated block diagram of
an uncontrolled generating unit which consists of a speed
governor, a turbine, a re-heat, and a generator [1]. The
inputs of the system are Δ representing the change in
speed generation by utility and Δ representing the
change in load by consumer also known as disturbance.
Since user has no control over load changes, Δ is
considered the only input of the system. The effect of Δ
will be disappeared when a controller is added to the
system.
The fact that the frequency changes with load generation
imbalance gives an accurate way to regulate the
imbalance. Hence, frequency deviation Δf is considered as
a regulation signal to study the system performance. The
output of LFC is Δf which represents the change or
variation in steady state frequency. The objective is to
have a constant output frequency which corresponds to Δf
being zero or very small. The value of Speed Regulation R
also known as Droop is the ratio of frequency deviation
(Δf) to change in power output of the generator. Table 1
shows the constants used for single area power system in
Figure 1.
Table -1: List of Constants
Symbol Description Value
Governor Time Constant 0.4sec
Turbine Time Constant 0.5sec
Re-heat Time Constant 10sec
Generator Time Constant 20sec
Re-heat Gain Coefficient 0.5
Generator Gain Coefficient 125
R Speed Regulation 2.5 HZ/p.u MW
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 08 | Aug -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1678
Fig -1: Block Diagram Representation of Single Area Power Generating Unit
The output of each integrator in Figure 1 is a state
variable. Hence, state variable matrix A must be a 4x4
matrix. Equations 1-4 show the developed transfer
functions:
Generator = (1)
Re-heat = (2)
Turbine = (3)
Governor = (4)
To develop state space representation of the system
shown in Figure 1, rate of change of each state variable is
needed. Therefore, Inverse Laplace Transform of the
transfer functions shown in Equations 1-4 is taken and the
equations are re-arranged into equations 5-8:
̇ = + - Δ (5)
̇ = + + (6)
̇ = + (7)
̇ = - (8)
Then, Equations 5-8 are transformed into state space
model. It is important to note that the output of the system
Δ is the state variable . Hence, the output matrix C will
be a row matrix of size 1x4. The input matrix B is a matrix
of size 4x1. State Space representation of any system
follows the following structure:
̇ =A x(t) + B Δ (9)
y(t)= C x(t) (10)
Following is state space representation of LFC shown in
Figure 1:
A=





































gg
tt
rt
r
rt
r
r
p
p
p
TRT
TT
TT
K
TT
K
T
T
K
T
1
00
1
11
00
1
1
1
0
00
1
B=
















0
0
0
p
p
T
K
C=  0001
Figure 2 illustrates the output response of the LFC model
generated in MATLAB. The input Δ is a unit step
function. The output response begins with oscillations and
dampens at steady state. Since there is increase in load,
undershoot is expected. Increase in load leads to decrease
in frequency which corresponds to undershoot. Decrease
in load leads to increase in frequency which corresponds
to overshoot. The settling time of the system is 150
seconds and the steady state value is -2.5 HZ. The
undershoot percentage, settling time, and the steady state
value are significantly large and this leads to the necessity
of having a controller added to the system.
Fig-2: Open Loop Output Response
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 08 | Aug -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1679
3 CONVETIONAL CONTROLLERS
The primary objective of having a controller in power
system is to eliminate the steady state frequency
deviation. In any reliable power system, following
specifications are expected to be met:
1. Steady state frequency error should not be more
than 0.01HZ.
2. Settling time should be less than 1 second.
3. The maximum undershoot should not be more
than 6% which corresponds to transient
frequency of 0.06HZ.
Each controller has different role. Proportional controller
is used to reduce rise time and settling time. Integral
controller is used to eliminate steady state error. The
negative effect of integral controller is creating oscillation.
Derivative controller is used to improve transient
response which means reducing overshoot/undershoot.
Equations 11-15 show structure of most commonly used
conventional controllers where U(s) is the controller
output and E(s) is the controller input.
Proportional (P): U(s) = E(s) (11)
Integral (I): U(s) = E(s) (12)
Derivative (D): U(s) = S) E(s) (13)
PI: U(s) = E(s) (14)
PID: U(s) = E(s) (15)
Area Control Error (ACE) is the difference between actual
power flow out of area and scheduled power flow. Ideally,
the main objective in optimization problem is to improve
the dynamic response of the system by minimizing or even
eliminating AEC. In other words, the main objective is to
lead each utility to constantly change its generation to
follow the ACE. In real life power systems, it is rare to have
no ACE due to instantaneous change in load. Hence, the
objective is to keep AEC as close to zero as possible.
Integral control is well suited in this purpose.
4 FEEDBACK ANALYSIS
For single area closed loop system, a Proportional Integral
(PI) controller is added to the system as shown in Figure 3.
Equation 14 shows the transfer function of the PI
controller used in this section.
The system shown in Figure 3 has 5 integral blocks which
corresponds to 5 state variables. Equations 16-20 show
the transfer functions of each integral block in Figure 3
where is the proportional constant and is the
integral constant.
Generator = (16)
Re-Heat = (17)
Turbine = (18)
Governor = (19)
PI Control = (20)
Inverse Laplace Transform of Equations 16-20 are taken
and the equations are re-arranged into differential
Equations 21-25 to find rate of change of each state
variable.
̇ = + - Δ (21)
̇ = + + (22)
̇ = + (23)
̇ = - - (24)
̇ = ( + - Δ (25)
Fig- 3: Block Diagram Representation of Feedback Single Area Power Generating Unit
Next, Equations 21-25 are transformed into state space
model. The only input of the system is Δ which is a unit
step function. Following is state space representation of
LFC shown in Figure 3:
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 08 | Aug -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1680
=




































000
11
00
1
0
11
00
0)1(
11
0
000
1

p
pg
p
g
i
ggg
tt
tr
r
t
r
rr
p
p
p
T
KK
T
K
K
TTRT
TT
TT
K
T
K
TT
T
K
T
=
























p
pg
p
p
T
KK
T
K
0
0
0
= 00001
PI tuning is a challenging task as the parameters of the
controller need to be changed until the desired
requirements are met. Table 2 shows the nominal values
of the PI controller used in Figure 3.
Table 2: Controller Parameters for Feedback Single Area
Generating Unit
Type of
Controller
Integral
Constant (
Proportional Constant
PI 2.85 6
5 DESIGN OF LINEAR QUADRATIC
REGULATOR
When a controller is added to a system, a new pole is in
fact added to the system which may cause the system to
become unstable. This means a stabilizing technique is
essential. When a system is controllable, optimization will
automatically stabilize the system. However, if the system
is uncontrollable, optimization will not stabilize it.
Therefore, it is crucially important to check controllability
of the system before optimizing it.
To check controllability of the system, rank of
controllability matrix must be checked using Equation 26.
=  BABABAABB 432
(26)
Rank of the matrix shown in Equation 26 is 5 which is
equal to the size of the system. Hence, the system is
controllable and Linear Quadratic Regulator (LQR)
technique guarantees stability.
In optimization using LQR method, The Error Weighted
Matrix Q(t) and The Control Weighted Matrix R(t) need to
be selected wisely such that the system given
specifications are satisfied. Q(t) and R(t) are symmetric
matrices. The simplest way to choose Q(t) matrix is to
start with an identity matrix. The size of the identity
matrix depends on the number of state variables used in
the system modelling. Power system is an output regulator
system since the objective is to keep the output Δf close to
zero. Hence, in Q(t) matrix the most important element is
the element that is directly related to the output. The R(t)
matrix is related to input of the system. A system with n
inputs requires R(t) matrix of size nxn. Increasing value of
R will increase the implementation cost. Hence, it is
important to choose a small value for R(t). Once Q(t) and
R(t) matrices are selected, MATLAB can design the
controller.
Q(t)=
















10000
01000
00100
00010
00008.14
R(t)= 2.0
Matrix K is the feedback gain matrix generated by Matlab.
K=  322.2125.1431.0305.0565.2 
The optimal control law shown in Equation 27 will
generate a new state matrix as shown in Equation 26 [3].
U= - K X(t) (27)
= - K (28)
generates a feedback stable system with the
following eigenvalues: -99.5547 + 0.0000i, -2.7414 +
0.6461i, -2.7414 - 0.6461i, -2.6055 + 0.0000i, -0.1183 +
0.0000i. Since all the five poles are located on the left-half
plane, the closed loop system is a stable system.
6 RESULTS
Figure 4 is MATLAB generated output response of the
optimized system modelled in Figure 3. Based on the
simulation result, the system is stable and the steady state
error is very close to zero. The settling time is 0.7 second
and the percentage undershoot is about 5.54%. Hence,
addition of the proposed PI controller improved the
system performance significantly and the desired
specifications outlined in section 3 are all met.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 08 | Aug -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1681
shown in Figure 5.
Fig-5: Comparison of Controlled vs Uncontrolled Output
Response
7 CONCLUSION
type of conventional controller is suitable for a specific
purpose. Based on the specifications given for power
generation system, a PI controller has been selected. The
parameters of the controller which are integral gain and
proportional gain have been tuned in MATLAB till the
desired response is achieved. LQR method was used to
stabilize the controlled system. Response of the controlled
system had settling time of 0.7second, undershoot of
5.45%, and zero steady state error.
REFERENCES
[1] Dr. A. Ismail, Professor of Electrical Engineering at
Rochester Institute of Technology, Dubai, UAE.
Advances in Power Generation System (2017).
[2] P. Pechtl. Integrated Thermal Power and
Desalination Plant Optimization. PowerGen
Middle East, Paper No.110 (2003).
[3] R. Boruah, Dr. B. Kanta Talukdar. Modelling of
Load Frequency Control Using PI Controller and
Stability Determination with Linear Quadratic
Regulator. Assam Engineering College. India
(2014).
BIOGRAPHIES
Nastaran Naghshineh is a
graduate of Electronics
Engineering from Simon Fraser
University, British Columbia,
Canada. Currently, she is
completing her Master’s degree
in Electrical Engineering,
specializing in Control System, at
Rochester Institute of
Technology (RIT) Dubai, UAE.
Email: nxn5534@rit.eduDr. Abdulla Ismail obtained his
B.Ss (’80), M.Sc. (’83), and Ph.D.
(’86) degrees, in Electrical
Engineering from the University
of Arizona, U.S.A. Currently, he is
a full professor of Electrical
Engineering and assistant to the
President at Rochester Institute
of Technology (RIT) Dubai, UAE.
Email: axicad@rit.edu
Fig-4: Feedback System Output Response
For easier comparison of the controlled and uncontrolled
system, the two output responses are shown in subplots
In this paper, a single area power generation system was
considered and its performance in terms of settling time,
steady state frequency deviation and undershoot was
analyzed in depth. In order to improve the open loop
system performance, a conventional controller is needed
to feedback the output to the input of the system. Each

More Related Content

What's hot

Economic load dispatch
Economic load  dispatchEconomic load  dispatch
Economic load dispatchDeepak John
 
Voltage profile Improvement Using Static Synchronous Compensator STATCOM
Voltage profile Improvement Using Static Synchronous Compensator STATCOMVoltage profile Improvement Using Static Synchronous Compensator STATCOM
Voltage profile Improvement Using Static Synchronous Compensator STATCOMINFOGAIN PUBLICATION
 
Economic Load Dispatch Optimization of Six Interconnected Generating Units Us...
Economic Load Dispatch Optimization of Six Interconnected Generating Units Us...Economic Load Dispatch Optimization of Six Interconnected Generating Units Us...
Economic Load Dispatch Optimization of Six Interconnected Generating Units Us...IOSR Journals
 
Minimize the load reduction considering the activities control of the generat...
Minimize the load reduction considering the activities control of the generat...Minimize the load reduction considering the activities control of the generat...
Minimize the load reduction considering the activities control of the generat...IJECEIAES
 
Design and simulation of voltage amplidyne system using robust control technique
Design and simulation of voltage amplidyne system using robust control techniqueDesign and simulation of voltage amplidyne system using robust control technique
Design and simulation of voltage amplidyne system using robust control techniqueMustefa Jibril
 
Performance evaluation-of-hybrid-intelligent-controllers-in-load-frequency-co...
Performance evaluation-of-hybrid-intelligent-controllers-in-load-frequency-co...Performance evaluation-of-hybrid-intelligent-controllers-in-load-frequency-co...
Performance evaluation-of-hybrid-intelligent-controllers-in-load-frequency-co...Umesh Singh
 
Performance Evaluation of GA optimized Shunt Active Power Filter for Constant...
Performance Evaluation of GA optimized Shunt Active Power Filter for Constant...Performance Evaluation of GA optimized Shunt Active Power Filter for Constant...
Performance Evaluation of GA optimized Shunt Active Power Filter for Constant...ijeei-iaes
 
Design and Simulation Analysis of Sliding Mode Controller for DC-DC Cuk Conve...
Design and Simulation Analysis of Sliding Mode Controller for DC-DC Cuk Conve...Design and Simulation Analysis of Sliding Mode Controller for DC-DC Cuk Conve...
Design and Simulation Analysis of Sliding Mode Controller for DC-DC Cuk Conve...IJMREMJournal
 
Fuzzy and predictive control of a photovoltaic pumping system based on three-...
Fuzzy and predictive control of a photovoltaic pumping system based on three-...Fuzzy and predictive control of a photovoltaic pumping system based on three-...
Fuzzy and predictive control of a photovoltaic pumping system based on three-...journalBEEI
 
A new approach for Tuning of PID Load Frequency Controller of an Interconnect...
A new approach for Tuning of PID Load Frequency Controller of an Interconnect...A new approach for Tuning of PID Load Frequency Controller of an Interconnect...
A new approach for Tuning of PID Load Frequency Controller of an Interconnect...Editor IJMTER
 
Chapter 2 automatic_load_frequency_contr
Chapter 2 automatic_load_frequency_contrChapter 2 automatic_load_frequency_contr
Chapter 2 automatic_load_frequency_contrSrinivas Dalli
 
A New Control Method for the Multi-Area LFC System Based on Port-Hamiltonian ...
A New Control Method for the Multi-Area LFC System Based on Port-Hamiltonian ...A New Control Method for the Multi-Area LFC System Based on Port-Hamiltonian ...
A New Control Method for the Multi-Area LFC System Based on Port-Hamiltonian ...IRJET Journal
 
Comparative analysis of improved high performance direct power control of thr...
Comparative analysis of improved high performance direct power control of thr...Comparative analysis of improved high performance direct power control of thr...
Comparative analysis of improved high performance direct power control of thr...eSAT Journals
 
Predictive-Control-For-Harmonic-And-Unbalance-Compensation-Using-Active-Power...
Predictive-Control-For-Harmonic-And-Unbalance-Compensation-Using-Active-Power...Predictive-Control-For-Harmonic-And-Unbalance-Compensation-Using-Active-Power...
Predictive-Control-For-Harmonic-And-Unbalance-Compensation-Using-Active-Power...Venkata Gowtam Nallamothu
 
Load shedding in power system considering the generator control and AHP algor...
Load shedding in power system considering the generator control and AHP algor...Load shedding in power system considering the generator control and AHP algor...
Load shedding in power system considering the generator control and AHP algor...IJAEMSJORNAL
 

What's hot (20)

Economic load dispatch
Economic load  dispatchEconomic load  dispatch
Economic load dispatch
 
Voltage profile Improvement Using Static Synchronous Compensator STATCOM
Voltage profile Improvement Using Static Synchronous Compensator STATCOMVoltage profile Improvement Using Static Synchronous Compensator STATCOM
Voltage profile Improvement Using Static Synchronous Compensator STATCOM
 
Economic Load Dispatch Optimization of Six Interconnected Generating Units Us...
Economic Load Dispatch Optimization of Six Interconnected Generating Units Us...Economic Load Dispatch Optimization of Six Interconnected Generating Units Us...
Economic Load Dispatch Optimization of Six Interconnected Generating Units Us...
 
Minimize the load reduction considering the activities control of the generat...
Minimize the load reduction considering the activities control of the generat...Minimize the load reduction considering the activities control of the generat...
Minimize the load reduction considering the activities control of the generat...
 
CONTROL OF ACTIVE POWER & FREQUENCY
CONTROL OF ACTIVE POWER & FREQUENCYCONTROL OF ACTIVE POWER & FREQUENCY
CONTROL OF ACTIVE POWER & FREQUENCY
 
Design and simulation of voltage amplidyne system using robust control technique
Design and simulation of voltage amplidyne system using robust control techniqueDesign and simulation of voltage amplidyne system using robust control technique
Design and simulation of voltage amplidyne system using robust control technique
 
Performance evaluation-of-hybrid-intelligent-controllers-in-load-frequency-co...
Performance evaluation-of-hybrid-intelligent-controllers-in-load-frequency-co...Performance evaluation-of-hybrid-intelligent-controllers-in-load-frequency-co...
Performance evaluation-of-hybrid-intelligent-controllers-in-load-frequency-co...
 
Ijaret 06 08_006
Ijaret 06 08_006Ijaret 06 08_006
Ijaret 06 08_006
 
Performance Evaluation of GA optimized Shunt Active Power Filter for Constant...
Performance Evaluation of GA optimized Shunt Active Power Filter for Constant...Performance Evaluation of GA optimized Shunt Active Power Filter for Constant...
Performance Evaluation of GA optimized Shunt Active Power Filter for Constant...
 
G010525868
G010525868G010525868
G010525868
 
Design and Simulation Analysis of Sliding Mode Controller for DC-DC Cuk Conve...
Design and Simulation Analysis of Sliding Mode Controller for DC-DC Cuk Conve...Design and Simulation Analysis of Sliding Mode Controller for DC-DC Cuk Conve...
Design and Simulation Analysis of Sliding Mode Controller for DC-DC Cuk Conve...
 
Fuzzy and predictive control of a photovoltaic pumping system based on three-...
Fuzzy and predictive control of a photovoltaic pumping system based on three-...Fuzzy and predictive control of a photovoltaic pumping system based on three-...
Fuzzy and predictive control of a photovoltaic pumping system based on three-...
 
A new approach for Tuning of PID Load Frequency Controller of an Interconnect...
A new approach for Tuning of PID Load Frequency Controller of an Interconnect...A new approach for Tuning of PID Load Frequency Controller of an Interconnect...
A new approach for Tuning of PID Load Frequency Controller of an Interconnect...
 
Chapter 2 automatic_load_frequency_contr
Chapter 2 automatic_load_frequency_contrChapter 2 automatic_load_frequency_contr
Chapter 2 automatic_load_frequency_contr
 
A New Control Method for the Multi-Area LFC System Based on Port-Hamiltonian ...
A New Control Method for the Multi-Area LFC System Based on Port-Hamiltonian ...A New Control Method for the Multi-Area LFC System Based on Port-Hamiltonian ...
A New Control Method for the Multi-Area LFC System Based on Port-Hamiltonian ...
 
Comparative analysis of improved high performance direct power control of thr...
Comparative analysis of improved high performance direct power control of thr...Comparative analysis of improved high performance direct power control of thr...
Comparative analysis of improved high performance direct power control of thr...
 
Predictive-Control-For-Harmonic-And-Unbalance-Compensation-Using-Active-Power...
Predictive-Control-For-Harmonic-And-Unbalance-Compensation-Using-Active-Power...Predictive-Control-For-Harmonic-And-Unbalance-Compensation-Using-Active-Power...
Predictive-Control-For-Harmonic-And-Unbalance-Compensation-Using-Active-Power...
 
Computer Application in Power system: Chapter three - fault studies
Computer Application in Power system: Chapter three - fault studiesComputer Application in Power system: Chapter three - fault studies
Computer Application in Power system: Chapter three - fault studies
 
1 Presentation 14 Feb
1 Presentation 14 Feb1 Presentation 14 Feb
1 Presentation 14 Feb
 
Load shedding in power system considering the generator control and AHP algor...
Load shedding in power system considering the generator control and AHP algor...Load shedding in power system considering the generator control and AHP algor...
Load shedding in power system considering the generator control and AHP algor...
 

Similar to Comprehensive Approach Towards Modelling and Simulation of Single Area Power Generation System using PI Control and Stability Solution using Linear Quadratic Regulator

Advanced Optimization of Single Area Power Generation System using Adaptive F...
Advanced Optimization of Single Area Power Generation System using Adaptive F...Advanced Optimization of Single Area Power Generation System using Adaptive F...
Advanced Optimization of Single Area Power Generation System using Adaptive F...IRJET Journal
 
IRJET- Stability Enhancement using Power System Stabilizer with Optimization ...
IRJET- Stability Enhancement using Power System Stabilizer with Optimization ...IRJET- Stability Enhancement using Power System Stabilizer with Optimization ...
IRJET- Stability Enhancement using Power System Stabilizer with Optimization ...IRJET Journal
 
Non-integer IMC Based PID Design for Load Frequency Control of Power System t...
Non-integer IMC Based PID Design for Load Frequency Control of Power System t...Non-integer IMC Based PID Design for Load Frequency Control of Power System t...
Non-integer IMC Based PID Design for Load Frequency Control of Power System t...IJECEIAES
 
Iaetsd design of fuzzy self-tuned load frequency controller for power system
Iaetsd design of fuzzy self-tuned load frequency controller for power systemIaetsd design of fuzzy self-tuned load frequency controller for power system
Iaetsd design of fuzzy self-tuned load frequency controller for power systemIaetsd Iaetsd
 
Comparative Analysis of Different Controllers in Two–Area Hydrothermal Power ...
Comparative Analysis of Different Controllers in Two–Area Hydrothermal Power ...Comparative Analysis of Different Controllers in Two–Area Hydrothermal Power ...
Comparative Analysis of Different Controllers in Two–Area Hydrothermal Power ...IRJET Journal
 
Maximum Power Point Tracking Using Adaptive Fuzzy Logic control for Photovolt...
Maximum Power Point Tracking Using Adaptive Fuzzy Logic control for Photovolt...Maximum Power Point Tracking Using Adaptive Fuzzy Logic control for Photovolt...
Maximum Power Point Tracking Using Adaptive Fuzzy Logic control for Photovolt...IJERA Editor
 
A Predictive Control Strategy for Power Factor Correction
A Predictive Control Strategy for Power Factor CorrectionA Predictive Control Strategy for Power Factor Correction
A Predictive Control Strategy for Power Factor CorrectionIOSR Journals
 
IRJET- An Investigative Study of Generator-Load Tie-Line Model of Speed Gover...
IRJET- An Investigative Study of Generator-Load Tie-Line Model of Speed Gover...IRJET- An Investigative Study of Generator-Load Tie-Line Model of Speed Gover...
IRJET- An Investigative Study of Generator-Load Tie-Line Model of Speed Gover...IRJET Journal
 
Power Quality Enhancement in Power Distribution System by Using Fuzzy Logic C...
Power Quality Enhancement in Power Distribution System by Using Fuzzy Logic C...Power Quality Enhancement in Power Distribution System by Using Fuzzy Logic C...
Power Quality Enhancement in Power Distribution System by Using Fuzzy Logic C...Dr. Sudhir Kumar Srivastava
 
IRJET- Investigation of Shunt Active Power Filter for Compensation of Current...
IRJET- Investigation of Shunt Active Power Filter for Compensation of Current...IRJET- Investigation of Shunt Active Power Filter for Compensation of Current...
IRJET- Investigation of Shunt Active Power Filter for Compensation of Current...IRJET Journal
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)inventionjournals
 
Power Quality Enhancement using Fuzzy Control Based DVR
Power Quality Enhancement using Fuzzy Control Based DVRPower Quality Enhancement using Fuzzy Control Based DVR
Power Quality Enhancement using Fuzzy Control Based DVRIRJET Journal
 
Iaetsd improvement of dynamic and steady state
Iaetsd improvement of dynamic and steady stateIaetsd improvement of dynamic and steady state
Iaetsd improvement of dynamic and steady stateIaetsd Iaetsd
 
A voltage sensitivity index application for power system load shedding consid...
A voltage sensitivity index application for power system load shedding consid...A voltage sensitivity index application for power system load shedding consid...
A voltage sensitivity index application for power system load shedding consid...IJAEMSJORNAL
 
Design and Analysis of Power System Stabilizer and Unified Power Flow Control...
Design and Analysis of Power System Stabilizer and Unified Power Flow Control...Design and Analysis of Power System Stabilizer and Unified Power Flow Control...
Design and Analysis of Power System Stabilizer and Unified Power Flow Control...IRJET Journal
 

Similar to Comprehensive Approach Towards Modelling and Simulation of Single Area Power Generation System using PI Control and Stability Solution using Linear Quadratic Regulator (20)

Advanced Optimization of Single Area Power Generation System using Adaptive F...
Advanced Optimization of Single Area Power Generation System using Adaptive F...Advanced Optimization of Single Area Power Generation System using Adaptive F...
Advanced Optimization of Single Area Power Generation System using Adaptive F...
 
Pi controller ieee format
Pi controller ieee formatPi controller ieee format
Pi controller ieee format
 
IRJET- Stability Enhancement using Power System Stabilizer with Optimization ...
IRJET- Stability Enhancement using Power System Stabilizer with Optimization ...IRJET- Stability Enhancement using Power System Stabilizer with Optimization ...
IRJET- Stability Enhancement using Power System Stabilizer with Optimization ...
 
Non-integer IMC Based PID Design for Load Frequency Control of Power System t...
Non-integer IMC Based PID Design for Load Frequency Control of Power System t...Non-integer IMC Based PID Design for Load Frequency Control of Power System t...
Non-integer IMC Based PID Design for Load Frequency Control of Power System t...
 
Iaetsd design of fuzzy self-tuned load frequency controller for power system
Iaetsd design of fuzzy self-tuned load frequency controller for power systemIaetsd design of fuzzy self-tuned load frequency controller for power system
Iaetsd design of fuzzy self-tuned load frequency controller for power system
 
Comparative Analysis of Different Controllers in Two–Area Hydrothermal Power ...
Comparative Analysis of Different Controllers in Two–Area Hydrothermal Power ...Comparative Analysis of Different Controllers in Two–Area Hydrothermal Power ...
Comparative Analysis of Different Controllers in Two–Area Hydrothermal Power ...
 
Maximum Power Point Tracking Using Adaptive Fuzzy Logic control for Photovolt...
Maximum Power Point Tracking Using Adaptive Fuzzy Logic control for Photovolt...Maximum Power Point Tracking Using Adaptive Fuzzy Logic control for Photovolt...
Maximum Power Point Tracking Using Adaptive Fuzzy Logic control for Photovolt...
 
A Predictive Control Strategy for Power Factor Correction
A Predictive Control Strategy for Power Factor CorrectionA Predictive Control Strategy for Power Factor Correction
A Predictive Control Strategy for Power Factor Correction
 
ipec_hai
ipec_haiipec_hai
ipec_hai
 
IRJET- An Investigative Study of Generator-Load Tie-Line Model of Speed Gover...
IRJET- An Investigative Study of Generator-Load Tie-Line Model of Speed Gover...IRJET- An Investigative Study of Generator-Load Tie-Line Model of Speed Gover...
IRJET- An Investigative Study of Generator-Load Tie-Line Model of Speed Gover...
 
Power Quality Enhancement in Power Distribution System by Using Fuzzy Logic C...
Power Quality Enhancement in Power Distribution System by Using Fuzzy Logic C...Power Quality Enhancement in Power Distribution System by Using Fuzzy Logic C...
Power Quality Enhancement in Power Distribution System by Using Fuzzy Logic C...
 
IRJET- Investigation of Shunt Active Power Filter for Compensation of Current...
IRJET- Investigation of Shunt Active Power Filter for Compensation of Current...IRJET- Investigation of Shunt Active Power Filter for Compensation of Current...
IRJET- Investigation of Shunt Active Power Filter for Compensation of Current...
 
A010240107
A010240107A010240107
A010240107
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)
 
Power Quality Enhancement using Fuzzy Control Based DVR
Power Quality Enhancement using Fuzzy Control Based DVRPower Quality Enhancement using Fuzzy Control Based DVR
Power Quality Enhancement using Fuzzy Control Based DVR
 
Iaetsd improvement of dynamic and steady state
Iaetsd improvement of dynamic and steady stateIaetsd improvement of dynamic and steady state
Iaetsd improvement of dynamic and steady state
 
A voltage sensitivity index application for power system load shedding consid...
A voltage sensitivity index application for power system load shedding consid...A voltage sensitivity index application for power system load shedding consid...
A voltage sensitivity index application for power system load shedding consid...
 
Aa4103156160
Aa4103156160Aa4103156160
Aa4103156160
 
Design and Analysis of Power System Stabilizer and Unified Power Flow Control...
Design and Analysis of Power System Stabilizer and Unified Power Flow Control...Design and Analysis of Power System Stabilizer and Unified Power Flow Control...
Design and Analysis of Power System Stabilizer and Unified Power Flow Control...
 
PID Control
PID ControlPID Control
PID Control
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 

Recently uploaded (20)

main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 

Comprehensive Approach Towards Modelling and Simulation of Single Area Power Generation System using PI Control and Stability Solution using Linear Quadratic Regulator

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 08 | Aug -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1677 Comprehensive Approach towards Modelling and Simulation of Single Area Power Generation System Using PI Control and Stability Solution Using Linear Quadratic Regulator , 1Graduate Student, Dept. of Electrical Engineering, Rochester Institute of Technology, Dubai, UAE 2Professor, Dept. of Electrical Engineering, Rochester Institute of Technology, Dubai, UAE ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - In this paper, the open loop single area power generation system is modelled using state space representation. The output response which is frequency deviation at steady state is simulated using MATLAB. Then, Proportional Integral (PI) controller is added to the system to understand the effect of a conventional controller on system steady state output response. The controlled system is stabilized through design of Linear Quadratic Regulator (LQR). The performance of system steady state output response is measured in terms of undershoot percentage, settling time, and steady state error. The controlled system simulation at the end of this paper shows that PI control is an efficient, reliable, and robust technique to solve power generation system optimization problem. The output response of the considered controlled system has settling time of 0.7 second, zero steady state error, and undershoot of 5.45%. Key Words: Optimization, Single Area Power Generation System, LQR Technique, PI Controller, Steady State Response 1 INTRODUCTION An interconnected system called Automatic Generation Control (AGC) consists of two sub-systems: Load Frequency Control (LFC) and Automatic Voltage Regulator (AVR). AVR is responsible to regulate the terminal voltage and LFC is employed to control the system frequency. In this paper, modelling and simulation of LFC is considered for careful analysis since LFC is more sensitive to changes in load compared to AVR. LFC and AVR are decoupled and can be analyzed separately. There is only weak overlap of effect between the two sub-systems [1]. Optimizing thermal power generation system will reduce energy or fuel consumption. Fuel reduction of even a small percentage will lead to large energy saving which results into saving the environment [2]. Hence, many researchers have been interested to solve optimization problem in thermal power generation systems. In order to optimize power generation system, the plant has to operate at desired operating level which corresponds to operating at nominal frequency. 2 OPEN LOOP ANALYSIS Figure 1 shows the SIMULINK generated block diagram of an uncontrolled generating unit which consists of a speed governor, a turbine, a re-heat, and a generator [1]. The inputs of the system are Δ representing the change in speed generation by utility and Δ representing the change in load by consumer also known as disturbance. Since user has no control over load changes, Δ is considered the only input of the system. The effect of Δ will be disappeared when a controller is added to the system. The fact that the frequency changes with load generation imbalance gives an accurate way to regulate the imbalance. Hence, frequency deviation Δf is considered as a regulation signal to study the system performance. The output of LFC is Δf which represents the change or variation in steady state frequency. The objective is to have a constant output frequency which corresponds to Δf being zero or very small. The value of Speed Regulation R also known as Droop is the ratio of frequency deviation (Δf) to change in power output of the generator. Table 1 shows the constants used for single area power system in Figure 1. Table -1: List of Constants Symbol Description Value Governor Time Constant 0.4sec Turbine Time Constant 0.5sec Re-heat Time Constant 10sec Generator Time Constant 20sec Re-heat Gain Coefficient 0.5 Generator Gain Coefficient 125 R Speed Regulation 2.5 HZ/p.u MW
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 08 | Aug -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1678 Fig -1: Block Diagram Representation of Single Area Power Generating Unit The output of each integrator in Figure 1 is a state variable. Hence, state variable matrix A must be a 4x4 matrix. Equations 1-4 show the developed transfer functions: Generator = (1) Re-heat = (2) Turbine = (3) Governor = (4) To develop state space representation of the system shown in Figure 1, rate of change of each state variable is needed. Therefore, Inverse Laplace Transform of the transfer functions shown in Equations 1-4 is taken and the equations are re-arranged into equations 5-8: ̇ = + - Δ (5) ̇ = + + (6) ̇ = + (7) ̇ = - (8) Then, Equations 5-8 are transformed into state space model. It is important to note that the output of the system Δ is the state variable . Hence, the output matrix C will be a row matrix of size 1x4. The input matrix B is a matrix of size 4x1. State Space representation of any system follows the following structure: ̇ =A x(t) + B Δ (9) y(t)= C x(t) (10) Following is state space representation of LFC shown in Figure 1: A=                                      gg tt rt r rt r r p p p TRT TT TT K TT K T T K T 1 00 1 11 00 1 1 1 0 00 1 B=                 0 0 0 p p T K C=  0001 Figure 2 illustrates the output response of the LFC model generated in MATLAB. The input Δ is a unit step function. The output response begins with oscillations and dampens at steady state. Since there is increase in load, undershoot is expected. Increase in load leads to decrease in frequency which corresponds to undershoot. Decrease in load leads to increase in frequency which corresponds to overshoot. The settling time of the system is 150 seconds and the steady state value is -2.5 HZ. The undershoot percentage, settling time, and the steady state value are significantly large and this leads to the necessity of having a controller added to the system. Fig-2: Open Loop Output Response
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 08 | Aug -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1679 3 CONVETIONAL CONTROLLERS The primary objective of having a controller in power system is to eliminate the steady state frequency deviation. In any reliable power system, following specifications are expected to be met: 1. Steady state frequency error should not be more than 0.01HZ. 2. Settling time should be less than 1 second. 3. The maximum undershoot should not be more than 6% which corresponds to transient frequency of 0.06HZ. Each controller has different role. Proportional controller is used to reduce rise time and settling time. Integral controller is used to eliminate steady state error. The negative effect of integral controller is creating oscillation. Derivative controller is used to improve transient response which means reducing overshoot/undershoot. Equations 11-15 show structure of most commonly used conventional controllers where U(s) is the controller output and E(s) is the controller input. Proportional (P): U(s) = E(s) (11) Integral (I): U(s) = E(s) (12) Derivative (D): U(s) = S) E(s) (13) PI: U(s) = E(s) (14) PID: U(s) = E(s) (15) Area Control Error (ACE) is the difference between actual power flow out of area and scheduled power flow. Ideally, the main objective in optimization problem is to improve the dynamic response of the system by minimizing or even eliminating AEC. In other words, the main objective is to lead each utility to constantly change its generation to follow the ACE. In real life power systems, it is rare to have no ACE due to instantaneous change in load. Hence, the objective is to keep AEC as close to zero as possible. Integral control is well suited in this purpose. 4 FEEDBACK ANALYSIS For single area closed loop system, a Proportional Integral (PI) controller is added to the system as shown in Figure 3. Equation 14 shows the transfer function of the PI controller used in this section. The system shown in Figure 3 has 5 integral blocks which corresponds to 5 state variables. Equations 16-20 show the transfer functions of each integral block in Figure 3 where is the proportional constant and is the integral constant. Generator = (16) Re-Heat = (17) Turbine = (18) Governor = (19) PI Control = (20) Inverse Laplace Transform of Equations 16-20 are taken and the equations are re-arranged into differential Equations 21-25 to find rate of change of each state variable. ̇ = + - Δ (21) ̇ = + + (22) ̇ = + (23) ̇ = - - (24) ̇ = ( + - Δ (25) Fig- 3: Block Diagram Representation of Feedback Single Area Power Generating Unit Next, Equations 21-25 are transformed into state space model. The only input of the system is Δ which is a unit step function. Following is state space representation of LFC shown in Figure 3:
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 08 | Aug -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1680 =                                     000 11 00 1 0 11 00 0)1( 11 0 000 1 p pg p g i ggg tt tr r t r rr p p p T KK T K K TTRT TT TT K T K TT T K T =                         p pg p p T KK T K 0 0 0 = 00001 PI tuning is a challenging task as the parameters of the controller need to be changed until the desired requirements are met. Table 2 shows the nominal values of the PI controller used in Figure 3. Table 2: Controller Parameters for Feedback Single Area Generating Unit Type of Controller Integral Constant ( Proportional Constant PI 2.85 6 5 DESIGN OF LINEAR QUADRATIC REGULATOR When a controller is added to a system, a new pole is in fact added to the system which may cause the system to become unstable. This means a stabilizing technique is essential. When a system is controllable, optimization will automatically stabilize the system. However, if the system is uncontrollable, optimization will not stabilize it. Therefore, it is crucially important to check controllability of the system before optimizing it. To check controllability of the system, rank of controllability matrix must be checked using Equation 26. =  BABABAABB 432 (26) Rank of the matrix shown in Equation 26 is 5 which is equal to the size of the system. Hence, the system is controllable and Linear Quadratic Regulator (LQR) technique guarantees stability. In optimization using LQR method, The Error Weighted Matrix Q(t) and The Control Weighted Matrix R(t) need to be selected wisely such that the system given specifications are satisfied. Q(t) and R(t) are symmetric matrices. The simplest way to choose Q(t) matrix is to start with an identity matrix. The size of the identity matrix depends on the number of state variables used in the system modelling. Power system is an output regulator system since the objective is to keep the output Δf close to zero. Hence, in Q(t) matrix the most important element is the element that is directly related to the output. The R(t) matrix is related to input of the system. A system with n inputs requires R(t) matrix of size nxn. Increasing value of R will increase the implementation cost. Hence, it is important to choose a small value for R(t). Once Q(t) and R(t) matrices are selected, MATLAB can design the controller. Q(t)=                 10000 01000 00100 00010 00008.14 R(t)= 2.0 Matrix K is the feedback gain matrix generated by Matlab. K=  322.2125.1431.0305.0565.2  The optimal control law shown in Equation 27 will generate a new state matrix as shown in Equation 26 [3]. U= - K X(t) (27) = - K (28) generates a feedback stable system with the following eigenvalues: -99.5547 + 0.0000i, -2.7414 + 0.6461i, -2.7414 - 0.6461i, -2.6055 + 0.0000i, -0.1183 + 0.0000i. Since all the five poles are located on the left-half plane, the closed loop system is a stable system. 6 RESULTS Figure 4 is MATLAB generated output response of the optimized system modelled in Figure 3. Based on the simulation result, the system is stable and the steady state error is very close to zero. The settling time is 0.7 second and the percentage undershoot is about 5.54%. Hence, addition of the proposed PI controller improved the system performance significantly and the desired specifications outlined in section 3 are all met.
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 08 | Aug -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1681 shown in Figure 5. Fig-5: Comparison of Controlled vs Uncontrolled Output Response 7 CONCLUSION type of conventional controller is suitable for a specific purpose. Based on the specifications given for power generation system, a PI controller has been selected. The parameters of the controller which are integral gain and proportional gain have been tuned in MATLAB till the desired response is achieved. LQR method was used to stabilize the controlled system. Response of the controlled system had settling time of 0.7second, undershoot of 5.45%, and zero steady state error. REFERENCES [1] Dr. A. Ismail, Professor of Electrical Engineering at Rochester Institute of Technology, Dubai, UAE. Advances in Power Generation System (2017). [2] P. Pechtl. Integrated Thermal Power and Desalination Plant Optimization. PowerGen Middle East, Paper No.110 (2003). [3] R. Boruah, Dr. B. Kanta Talukdar. Modelling of Load Frequency Control Using PI Controller and Stability Determination with Linear Quadratic Regulator. Assam Engineering College. India (2014). BIOGRAPHIES Nastaran Naghshineh is a graduate of Electronics Engineering from Simon Fraser University, British Columbia, Canada. Currently, she is completing her Master’s degree in Electrical Engineering, specializing in Control System, at Rochester Institute of Technology (RIT) Dubai, UAE. Email: nxn5534@rit.eduDr. Abdulla Ismail obtained his B.Ss (’80), M.Sc. (’83), and Ph.D. (’86) degrees, in Electrical Engineering from the University of Arizona, U.S.A. Currently, he is a full professor of Electrical Engineering and assistant to the President at Rochester Institute of Technology (RIT) Dubai, UAE. Email: axicad@rit.edu Fig-4: Feedback System Output Response For easier comparison of the controlled and uncontrolled system, the two output responses are shown in subplots In this paper, a single area power generation system was considered and its performance in terms of settling time, steady state frequency deviation and undershoot was analyzed in depth. In order to improve the open loop system performance, a conventional controller is needed to feedback the output to the input of the system. Each