SlideShare ist ein Scribd-Unternehmen logo
1 von 17
Idealized Brayton cycle
1
2 3
4 1
2 3
4
Idealized Brayton cycle
The ideal gas turbine cycle equations
𝑊
𝑐 = ℎ1 − ℎ2
𝑊𝑡 = ℎ3 − ℎ4
𝑊𝑛𝑒𝑡 = 𝑊𝑡 − 𝑊
𝑐
𝑄𝑖𝑛 = ℎ3 − ℎ2
𝑄𝑜𝑢𝑡 = ℎ4 − ℎ1
𝜂𝑡ℎ =
𝑊𝑛𝑒𝑡
𝑄𝑖𝑛
𝑃2
𝑃1
=
𝑇2
𝑇1
𝑘
𝑘−1 𝑃3
𝑃4
=
𝑇3
𝑇4
𝑘
𝑘−1
Example 1
compressor Turbine
Combustion
chamber
Heat Exchanger
Input 1
Air
Pressure : 0.1 [MPa]
Temperature : 15 [c]
1
2 3
4
output 2
Air
Pressure : 1.0 [MPa]
Temperature : ?
output 3
Air + exhaust gas
Pressure : ?
Temperature : 1100 [c]
output 4
Air + exhaust gas
Pressure : 0.1 [MPa]
Temperature : 15 [c]
𝑄𝑖𝑛 =?
𝑄𝑜𝑢𝑡 =?
𝑊
𝑐 =? 𝑊𝑡 =?
𝑊𝑛𝑒𝑡 =?
𝜂𝑡ℎ =?
EES Program for Example 1 p[1] = 0.1
t[1]=288
h[1]=Enthalpy(Air,t=t[1])
s[1]=Entropy(Air,t=t[1],p=p[1])
p[2]=1
p[2]=p[3]
p[1]=p[4]
t[2]=t[1]*((p[2]/p[1])^0.286)
h[2]=Enthalpy(Air,t=t[2])
s[2]=Entropy(Air,t=t[2],p=p[2])
t[3]=1373
h[3]=Enthalpy(Air,t=t[3])
s[3]=Entropy(Air,t=t[3],p=p[3])
t[4]=t[3]*((p[4]/p[3])^0.286)
h[4]=Enthalpy(Air,t=t[4])
s[4]=Entropy(Air,t=t[4],p=p[4])
w_c =h[2]-h[1]
w_t =h[3]-h[4]
Q_in =h[3]-h[2]
Q_out =h[4]-h[1]
w_net =w_t -w_c
eta_th=(w_net /Q_in)
Program Result
The actual cycle of the Brayton cycle
The actual gas turbine cycle equations
𝑊
𝑐 = ℎ1 − ℎ2
𝑊𝑡 = ℎ3 − ℎ4
𝑊𝑛𝑒𝑡 = 𝑊𝑡 − 𝑊
𝑐
𝑄𝑖𝑛 = ℎ3 − ℎ2
𝑄𝑜𝑢𝑡 = ℎ4 − ℎ1
𝜂𝑡ℎ =
𝑊𝑛𝑒𝑡
𝑄𝑖𝑛
𝑇2𝑠
𝑇1
=
𝑃2
𝑃1
𝑘−1
𝑘
𝜂𝐶 =
ℎ2𝑠 − ℎ1
ℎ2 − ℎ1
𝜂𝑡 =
ℎ3 − ℎ4
ℎ3 − ℎ4𝑠
𝑇3
𝑇4𝑠
=
𝑃3
𝑃4
𝑘−1
𝑘
Example 2
compressor Turbine
Combustion
chamber
Heat Exchanger
Input 1
Air
Pressure : 0.1 [MPa]
Temperature : 15 [c]
1
2 3
4
output 2
Air
Pressure : 1.0 [MPa]
Temperature : ?
output 3
Air + exhaust gas
Pressure : ?
Temperature : 1100 [c]
output 4
Air + exhaust gas
Pressure : 0.1 [MPa]
Temperature : ?
𝑄𝑖𝑛 =?
𝑄𝑜𝑢𝑡 =?
𝑊
𝑐 =? 𝑊𝑡 =?
𝑊𝑛𝑒𝑡 =?
𝜂𝑡ℎ =?
𝜂𝑐 = 80% 𝜂𝑡 = 85%
𝑃2 − 𝑃3 = 15 [𝑘𝑝𝑎]
p[1] = 0.1
t[1]=288
h[1]=Enthalpy(Air,t=t[1])
s[1]=Entropy(Air,t=t[1],p=p[1])
p[2]=1
t_2s=t[1]*((p[2]/p[1])^0.286)
eta_c=0.80
eta_c=(t_2s-t[1])/(t[2]-t[1])
s_sc=s[1]
h_sc=enthalpy(air,p=p[2],s=s_sc)
eta_c=(h_sc-h[1])/(h[2]-h[1])
p[3]=p[2]-0.015
p[4]=p[1]
t[3]=1373
t_4s=t[3]/((p[3]/p[4])^0.286)
s[3]=Entropy(Air,t=t[3],p=p[3])
s_st=s[3]
h_st=enthalpy(air,p=p[4],s=s_st)
eta_t=0.85
eta_t=(t[3]-t[4])/(t[3]-t_4s)
h[3]=Enthalpy(Air,t=t[3])
eta_t=(h[3]-h[4])/(h[3]-h_st)
w_c =h[2]-h[1]
w_t =h[3]-h[4]
Q_in =h[3]-h[2]
Q_out =h[4]-h[1]
w_net =w_t -w_c
eta_th=(w_net /Q_in)
EES Program for Example 2
Program Result
comparing results
References
1- Wikiwand.com / Accessed 10 July 2017
2- Powergen.gepower.com / Accessed 10 July 2017
3- Siemens.com/ Accessed 10 July 2017
4-Van Wylen Thermodynamics book
gas turbine

Weitere ähnliche Inhalte

Ähnlich wie gas turbine

Thermodynamic Chapter 5 Air Standard Cycle
Thermodynamic Chapter 5 Air Standard CycleThermodynamic Chapter 5 Air Standard Cycle
Thermodynamic Chapter 5 Air Standard Cycle
Muhammad Surahman
 

Ähnlich wie gas turbine (20)

Unit 6-refrigeration-part-1
Unit 6-refrigeration-part-1Unit 6-refrigeration-part-1
Unit 6-refrigeration-part-1
 
Thermodynamic Chapter 5 Air Standard Cycle
Thermodynamic Chapter 5 Air Standard CycleThermodynamic Chapter 5 Air Standard Cycle
Thermodynamic Chapter 5 Air Standard Cycle
 
Aircraft propulsion non ideal turbofan cycle analysis
Aircraft propulsion   non ideal turbofan cycle analysisAircraft propulsion   non ideal turbofan cycle analysis
Aircraft propulsion non ideal turbofan cycle analysis
 
2 gas turbinepp
2 gas turbinepp2 gas turbinepp
2 gas turbinepp
 
Turbin gas cal.
Turbin gas cal.Turbin gas cal.
Turbin gas cal.
 
Air compressors
Air compressorsAir compressors
Air compressors
 
Lecture 7.pptx
Lecture 7.pptxLecture 7.pptx
Lecture 7.pptx
 
APPLIED THERMODYNAMICS 18ME42 Module 01 question no 1a & 1b
APPLIED THERMODYNAMICS 18ME42 Module 01 question no 1a & 1bAPPLIED THERMODYNAMICS 18ME42 Module 01 question no 1a & 1b
APPLIED THERMODYNAMICS 18ME42 Module 01 question no 1a & 1b
 
chap5airstandardcycle2010-130703012738-02.pdf
chap5airstandardcycle2010-130703012738-02.pdfchap5airstandardcycle2010-130703012738-02.pdf
chap5airstandardcycle2010-130703012738-02.pdf
 
REFRIGERATION PROBLEMS Anu.pptx .
REFRIGERATION PROBLEMS Anu.pptx         .REFRIGERATION PROBLEMS Anu.pptx         .
REFRIGERATION PROBLEMS Anu.pptx .
 
4.8.compressors
4.8.compressors4.8.compressors
4.8.compressors
 
4.8.compressors
4.8.compressors4.8.compressors
4.8.compressors
 
Air standard cycles
Air standard cyclesAir standard cycles
Air standard cycles
 
Gas power-09
Gas power-09Gas power-09
Gas power-09
 
DJA3032 CHAPTER 2
DJA3032   CHAPTER 2DJA3032   CHAPTER 2
DJA3032 CHAPTER 2
 
Itenas termodinamika ii bab 9a
Itenas termodinamika ii bab 9aItenas termodinamika ii bab 9a
Itenas termodinamika ii bab 9a
 
Energy Conversion Analysis Webinar
Energy Conversion Analysis WebinarEnergy Conversion Analysis Webinar
Energy Conversion Analysis Webinar
 
13. The Otto Cycle.pdf
13. The Otto Cycle.pdf13. The Otto Cycle.pdf
13. The Otto Cycle.pdf
 
gas power plant h.ppt
gas power plant                h.pptgas power plant                h.ppt
gas power plant h.ppt
 
Power Cycles and Combustion Analysis Webinar
Power Cycles and Combustion Analysis WebinarPower Cycles and Combustion Analysis Webinar
Power Cycles and Combustion Analysis Webinar
 

Kürzlich hochgeladen

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
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Christo Ananth
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
dharasingh5698
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
ankushspencer015
 

Kürzlich hochgeladen (20)

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
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
 
(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...
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and Properties
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
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, ...
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
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
 
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
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 

gas turbine