5
5
net/publication/381639786
CITATIONS READS
0 180
7 authors, including:
All content following this page was uploaded by Muhammad Abdullah Zafar Ghauri on 23 June 2024.
Abstract— The analysis of Rankine Heat Engine Cycle illuminates the crucial factors affecting the
performance. By systematically varying of boiler and condenser pressures, we can identify optimal pressure
ranges that significantly enhance the cycle's efficiency. The valuable findings hold immense practical value
in power plant design and operation, where maximizing efficiency translates directly to minimizing both
operational costs and environmental impact. Continued advancements in the Rankine cycle, or exploration of
alternative power generation cycles, are essential to achieve the highest possible efficiency and ensure long-
term sustainability. Analysis and plotting of Rankine Cycle using MATLAB eases the understanding while
producing the expected accurate results.
Keywords— Rankine Heat Cycle, MATLAB, Optimization, Maximization of Efficiency, Power Generation
Cycles
I. OBJECTIVES OF ANALYSIS
This OEL aims to analyse and optimize the performance of a Rankine cycle heat engine for maximum efficiency
within given operating constraints. The main targets of the analysis ase:
• Analyze the cycle for various combinations of boiler and condenser pressures.
• Maintain constant degrees of superheating and subcooling across all simulations.
• Develop characteristic curves for the following parameters:
• Identify the operating conditions (boiler and condenser pressures) that lead to maximum cycle
efficiency within the given constraints.
• Utilization of MATLAB interface for analysis of the cycle for different pressure combinations and
generate T-s diagrams for visualization.
It must be well pertained that the actual vapor power cycle differs from the ideal Rankine
cycle owing to the presence of irreversibility factors, dominantly consequent of fluid friction
and heat loss to the surroundings. Due to the dominance of fluid friction, pressure drops in
the boiler, the condenser, and the piping between the components are observed and,
consequently, the steam leaves the boiler at a lower pressure; heat loss reduces the net output
work, thus heat addition to the steam in the boiler is required to maintain the same level of
net work output.
IV. VARIABLES AND EQUATIONS INVOLVED IN RANKINE CYCLE
Table 1 Variables and Equations Involved in Rankine Cycle
Variables Explanation
Heat flow rate (energy per unit time)
Mass Flow Rate
Mechanical power consumed by or provided to the
system (energy per unit time)
Thermodynamic efficiency of the process (net power
output per heat input, dimensionless)
Isentropic efficiency of the compression (feed pump)
and expansion (turbine) processes, dimensionless
The "specific enthalpies" at indicated points on the T–
s diagram
The final "specific enthalpy" of the fluid if the turbine
were isentropic
The pressures before and after the compression
process
A. Material limitations:
Extremely high-pressure systems require very strong and expensive components to
handle the stress.
B. Pump work:
Increasing boiler pressure also necessitates a larger pressure increase in the pump (1-2).
This consumes more energy, reducing overall efficiency.
C. Moisture content in turbine:
High-pressure expansion (3-4) can lead to excessive moisture in the low-
pressure turbine stages. This moisture can damage turbine blades due to erosion.
D. Condenser limitations:
Extremely low condenser pressure is desirable, but it's limited by the ambient
temperature and the cost of removing non-condensable gases.
Thermodynamic constraints also play a significant role in the regard. Some points are asserted as follows:
E. Carnot Limit:
Even with ideal components, there's a theoretical limit to efficiency (Carnot efficiency)
defined by the temperature difference between the boiler and condenser. Increasing pressure alone
doesn't necessarily improve this temperature difference.
F. Isentropic Efficiency:
Real pumps and turbines aren't perfectly isentropic (processes 1-2 and 3-4).
Increasing pressure can exacerbate these inefficiencies, reducing actual work output.
Mechanical aspects also come into play in decreasing the yield of work done.
G. Lubrication challenges:
High-pressure environments can make it difficult to properly lubricate moving
parts in pumps and turbines, leading to increased wear and tear.
H. Maintenance costs:
High-pressure systems require more frequent and specialized maintenance,
raising operational costs.
I. Environmental impact:
Higher pressure systems can potentially lead to larger leaks, which can be
environmentally hazardous if the working fluid is toxic or flammable.
A. Adding of Path:
addpath('C:\Users\SURFACE BOOK\Downloads\XSteam_Matlab_v2.6\')
This line includes the path to the XSteam library in MATLAB's search path. This library includes
functions for determining the thermodynamic parameters of water, which are required for Rankine
cycle computations.
B. User Inputs:
C.
cond_pressure = "Enter condenser pressure (bar): ";
cond_pressure = input(cond_pressure);
boiler_pressure = "Enter boiler pressure (bar): ";
boiler_pressure = input(boiler_pressure);
These lines ask the user to enter the condenser pressure and boiler pressure for the Rankine cycle
simulation. The input function takes the prompt string and stores the user's input in the corresponding
variables (cond_pressure and boiler_pressure).
D. Constants:
XIII. GRAPHING
In order to obtain relevant graphs for the above generated data, predominantly for the data with maximum
efficiency, following code lines were brought into consideration:
clc; clear; close all;
figure(1);
grid on; hold on;
CycleEfficiency = [0.074 0.072 0.071 0.0769 0.0768 0.0766 0.0763 0.0762
0.0760 0.0759 0.0469];
CP = [2.75 2.75 2.76 2.77 2.77 2.77 2.78 2.79 2.79 2.80 2.795];
BP = [6.25 6.25 6.25 6.25 6.25 6.25 6.25 6.25 6.25 6.25 4.5];
length Wout
length CP
length BP
plot(CycleEfficiency,CP,'k-')
plot(CycleEfficiency,BP,'b-')
title('CycleEfficiency vs CP(black) and BP(Blue)')
xlabel('CE')
ylabel('CP/BP')
Figure 8 Work Output vs. Condenser Pressure and Boiler Pressure plot
Analysing the Graphs, a total of 4 graphs as shown above were devised. The code used involved encompasses
functions such as setting graph parameters, use of arrays to plot the points, griding, and distinction of colour and
nature of lines used for each curve. The values were taken from the highest value (basically the last iteration)
from each iteration table. Furthermore, analysing each graph all curves were strictly linear with minor
discrepancy at the ends due to a sudden change in the otherwise quantized change of values. Values of BP were
throughout the same.
Figure 9 Temperature-Entropy Diagram
XVI. CONCLUSIONS
In conclusion, the analysis and optimization of the Rankine Heat Engine Cycle highlighted the importance of
pressure parameters in determining cycle efficiency. Through exploration and visualization of characteristic
curves, valuable insights were gained into the thermodynamic behavior of the cycle. The findings of this study
hold significant practical implications for power plant design and operation, where maximizing efficiency is
important. Moving forward, continued advancements in cycle optimization are essential to ensure long-term
sustainability and environmental stewardship in power generation processes.
REFERENCES
[1] M. H. A. Ohji, “Steam turbine cycles and cycle design optimization: the Rankine cycle, thermal power
cycles, and integrated gasification-combined cycle power plants,” Advances in Steam Turbines for Modern
Power Plants, no. Woodhead Publishing Series in Energy, pp. 11-40, 2022.
[2] Guruge, Amila Ruwan (2021-02-16). "Rankine Cycle"
[3] Wikipedia, "Rankine Cycle," Wikipedia: The Free Encyclopedia, [Online]. Available:
https://en.wikipedia.org/wiki/Rankine_cycle.
[4] H. M. G. Muller-Steinhagen, "Rankine Cycle," Thermopedia, 02 February 2011. [Online]. Available:
https://www.thermopedia.com/content/1072/. [Accessed 07 February 2011]. DOI:
10.1615/AtoZ.r.rankine_cycle
[5] E. Education, "Rankine Cycle," University of Calgary, [Online]. Available:
https://energyeducation.ca/encyclopedia/Rankine_cycle.