Combined-Cycle Plant Simulation Toolbox for Power Plant Simulator.

Size: px
Start display at page:

Download "Combined-Cycle Plant Simulation Toolbox for Power Plant Simulator."

Transcription

1 Combined-Cycle Plant Simulation oolbox for Power Plant Simulator. A. Salehi, M.Eng.Sc., A.R. Seifi, Ph.D. 2*, and A.A. Safavi, Ph.D. 3 Department of Electrical Engineering, School of Engineering Shiraz University, Shiraz, Iran. a_hamid_salehi@hotmail.com 2* seifi@shirazu.ac.ir 3 safavi@shirazu.ac.ir ABSRAC ith the availability of powerful and high performance processors, advanced numerical methods, and flexible and capable software, there is a great opportunity to develop high performance simulators for analysis of and training on complex systems. Power plants are one group of complex systems with serious impacts on the economy and operations of industries. his paper addresses the development of a set of system component simulation modules combined with a control structure in a common software framework for a typical combined-cycle power plant. he simulation toolbox was designed for educational purposes using SIMULINK based on Object Oriented Programming (OOP) and the C programming language. he simulation toolbox will be utilized to assess the long-time behavior of control systems and the overall plant performance following system disturbances. he developed simulation tool is able to use all MALAB toolboxes for research and education studies. (Keywords: gas power plant, combined-cycle power plant, modeling and simulation, MALAB, SIMULINK ) INRODUCION he generalized trend in power generation all over the world is towards increasing the use of combined-cycle power plants. he need for modeling and simulation of these types of plants and their controllers is crucial to the understanding of their dynamic characteristics and impacts on power systems. It becomes important to assess the behavior of control systems and the overall plant performance following system disturbances. here are several different combined-cycle configurations and control variation available [- 6]. his paper discusses the development of a physical simulation toolbox for a typical combined-cycle power plant with standard configuration. he heart of a plant simulation is its modeling block, which for a power plant is comprised of highly nonlinear and complex algebraic, and differential equations [6-0]. Various approaches such as modular technique and Object Oriented Programming (OOP) [-3] could be utilized for this purpose. he power plant will be modeled in the SIMULINK environment based on OOP and the C-programming language, to create a new toolbox for constructing plant simulation. An important feature of this environment is building the Dynamic Link Library (DLL) of m-files and c- files of the block diagrams of this toolbox using a Visual C++ program linked with the MALAB. he developed simulation tool is able to use all MALAB toolboxes for research studies. One of the major objectives in combined-cycle power plants is to maintain a good overall system dynamic performance and keep the efficiency high. his requires the inclusion of a control strategy for different subsystems in the combinedcycle power model. he developed simulation toolbox could be utilized for long-term stability analysis of the typical power systems. he structure of the paper is as follows. After the above general introduction, design of a tool to construct the combined cycle plant simulation toolbox will be discussed and the simulation toolbox will be described. Different tests were undertaken to evaluate the performance of the typical plant simulation in a long-term stability analysis in the presence of disturbances. he he Pacific Journal of Science and echnology 97 Volume 9. Number. May-June 2008 (Spring)

2 authors offer their conclusions in the paper s final section. DESIGN OF OOL O CONSRUC HE COMBINED CYCLE PLAN SIMULAION OOLBOX o design a simulator, the programming language and the required software should first be selected. Modeling and programming can be run using any of the major programming languages. his method requires advanced techniques in programming or the simulator will not be economic or flexible. An alternate idea is to use simulator software to simulate and analyze the necessary calculations; this would be a better method for training and other applications. One of the best software packages for this application is MALAB and its special simulator toolbox called SIMULINK. his software can be developed as a simple OOP program. However, there are no block sets for power plant components in the default libraries. herefore, it is possible to prepare the C-codes of system equations and add a new library in SIMULINK. he equations of each part of the plant (such as furnace, turbine, etc.) are functions defined by C- programming, which are fast enough in MALAB environment when they are converted to DLLfiles. Using these files, all of the components of the power plant will be constructed as block sets, which have SIMULINK properties and are added to a library. Figure shows this for the furnace block. Connecting these components together can simulate a complete power plant. o generate an environment for a simulator which acts in real time, a block set called real time clock is added to reduce the calculation time to actual time of the system. So a simulator based on object-oriented programming, C-programming, and SIMULINK toolbox of MALAB is constructed which contains several programming languages and software. All of the components of the power plants have their special differential equations and state variables. Since the numbers of state variable of the power plant are so large, SIMULINK cannot calculate the initial conditions of the system. So, the initial conditions of the plant have been calculated by the method in [4]. According to the equations of the system and measurable data in a power plant, initial conditions of each block can be computed. Figure : he Matching of Constructed Block with Default MALAB Library for Furnace. he Pacific Journal of Science and echnology 98 Volume 9. Number. May-June 2008 (Spring)

3 MODELING REUIREMENS he governing equation of combined-cycle power plant behaviors are highly nonlinear and complex and need to be accurately determined of acceptable responses are to be achieved. he components of the combined-cycle power plant are [6]: Gas urbine A typical gas turbine is divided into five interconnected subsystems: -Fuel system 2-Compressor 3-Combustion chamber 4-urbine 5-Generator he governing equations of gas turbine behaviors are highly nonlinear and complex and need to be accurately determined if acceptable responses are to be achieved. All of the subsystems have been modeled by both algebraic and differential equations [6]. Figure 2 depicts the gas turbine internal structure. Steam Power Plant A typical steam power plant contains six main parts: -Boiler 2-urbine 3-Condenser 4-Feed water system 5-Generator 6-Miscellaneous components hese parts will be described briefly, in the following text: Boiler he boiler contains the following components: Furnace Drum and Riser Superheater Reheater he order of the dynamic mechanistic equations of the open loop boiler, without PID controllers and actuators, is 4 with 22 outputs and 4 input variable including 42 algebraic equations as is shown in Figure 3. Figure 2: Gas urbine Internal Structure. he Pacific Journal of Science and echnology 99 Volume 9. Number. May-June 2008 (Spring)

4 Figure 3: Boiler Internal Structure. As mentioned, the number of governing equation for each element is quite high and complex. For instance, the governing equations of "furnace" are shown in Appendix A. there are ten inputs and twelve outputs. urbine he components of turbine of the typical plant are: High Pressure (HP) Intermediate Pressure (IP) Low Pressure (LP) he order of the dynamic equations of the open loop turbine is 0 with outputs and inputs and 32 algebraic equations [6]. Condenser he condenser is constructed from the integration of the following components: Shell material Steam ube Material Liquid he model includes 6 differential equations with 20 algebraic equations. It consists of 8 outputs and 4 inputs (without PID controllers and actuators) [6]. Feedwater System he feedwater system is constructed of five components: Deaerator Pump Economiser wo Valve he model includes 5 differential equations and 9 algebraic equations with 3 outputs and 0 inputs (without PID controllers and actuators) [6]. Generator he generator model includes the simple equation (swing equation), plus a stochastic noise generator to represented the real power electrical load fluctuations. Miscellaneous Components Apart from the components described above, a power plant includes other elements. Among them, the most important from control strategy viewpoints are valves (liquid and gas), actuators and elements with simple dynamics, which are represented via simple algebraic equations. he Pacific Journal of Science and echnology 00 Volume 9. Number. May-June 2008 (Spring)

5 Figure 4: Gas urbine Controller. Figure 5: Overall Structure of the Gas urbine. CONROLLER MODELING In order to properly assess the performance of a supervisory plant controller, it is important that the lower level component controllers be adequately represented in the power plant simulation. PID controllers were used in each control loop. In the following, the low-level control loops for each component are described. Gas urbine Control Configuration In a gas turbine, the main control loop adjusts the fuel flow to ensure the correct output power and frequency and also adjusts the air flow that control the exhaust gas temperature [, 3, 6, 4, 5]. he block diagram of the control system is presented in Figure 4. Steam Power Plant Control Configuration Steam power plant control configuration will be described briefly, in the following text: Boiler Control Configuration he assignment of input and output variables for the boiler control is as follows [6]: Superheated steam pressure is regulated by adjusting the fuel flow Drum water level is regulated by adjusting the feedwater flow Superheated steam temperature is regulated by attemporation flow Furnace air pressure is regulated by the air flow to the furnace Reheated steam temperature is regulated by title angle he Pacific Journal of Science and echnology 0 Volume 9. Number. May-June 2008 (Spring)

6 Steam urbine Control Configuration he inputs to the steam turbine controller, which are outputs from the steam turbine, the generator and the admission valves, are [6]: Delivered mechanical power Electrical frequency (rotation speed of the generator) Steam pressure at the inlet to the turbine he first and second are controlled by throttle valve position (CV and IV) and the last is controlled by bypass valve position (BV). Condenser Control Configuration he condenser controller consists of only one loop regulating the temperature of the condensate by adjusting the cooling water flow [6]. Feedwater System Control Configuration wo primary control objectives exist for the feedwater system; to maintain the vessel pressure and liquid level in the deaerator at desired values. Steam pressure is regulated by adjusting the flow of extraction steam supplied to the deaerator. Similarly liquid level is regulated via manipulation of inlet makeup flow [6]. he overall structure of the gas turbine and steam power plant are depicted in Figure 5 and Figure 6 respectively. COMBINED-CYCLE POER PLAN SIMULAION he distinguishing feature of combined-cycle power (CC) plant is the joint production of electricity from a gas turbine and steam turbine, where the high heat content of the gas turbine exhaust flow is utilized to generate additional electricity by passing it through a waste heat boiler that raises steam for admission to the steam turbine. Figure 7 depicts the overall structure of the typical combined-cycle power plant. he base load operating characteristics of the selected combined-cycle power plant is presented in the able. he simulation toolbox for this typical combinedcycle power plant is developed in two steps; first gas turbine and steam power plants are simulated separately and then these two simulators are combined. Simulation of the steam power plant was fully addressed by the authors in [6, 7]. Performances of the gas turbine simulator and the overall combined-cycle power plant simulator are evaluated via simulation. o evaluate the developed gas turbine simulator performance, two datasets related to the following tests are presented. est : a +0% ramp in demanded power output of duration 200 seconds. est 2: a +0% ramp in demanded power output of duration 200 seconds and a +0% ramp in demanded exhaust temperature of duration 200 seconds. hese tests were performed in the normal conditions. Increasing electrical power causes a decrease in mechanical speed. As shown in Figure 8 and 9, the control system compensates it and returns the speed to its normal value. In addition, the temperature converges to its desired value. he satisfactory performance of the controllers is obvious from Figure 8 and 9. he following tests were done to evaluate the performance of the combined-cycle power plant control system. est : decrease the electrical power of the steam power plant from to 0 M and decrease the furnace air pressure by 0% of duration 200 seconds. hen the electrical power decreases in a real power plant, the fuel rate and the output steam rate from control valves are expected to decrease. Variations of the superheated steam pressure, air furnace pressure, and level of the drum water, superheated steam temperature, steam turbine power output, steam turbine speed, and condensate water temperature, level of deaerator water, gas turbine power output and gas turbine speed are depicted in Figure 0. It is obvious from that a 0% decrease in the generated electrical power is approximately equivalent to a 0% decrease in fuel rate, which seems to be reasonable. est 2: failing of the cooling water control valve of the superheater steam. Failing of a control valve, is one of the usual disturbances occurring in power plants. he developed simulation toolbox is able to simulate such disturbances under normal conditions. For example, the failing of the cooling water control he Pacific Journal of Science and echnology 02 Volume 9. Number. May-June 2008 (Spring)

7 valve of the superheater steam for previous disturbance was investigated. Figure 6: Overall Structure of the Steam Power Plant. Figure 7: Overall Structure of the ypical Combined-Cycle Power Plant. he Pacific Journal of Science and echnology 03 Volume 9. Number. May-June 2008 (Spring)

8 Exhaust Gas emperature[k] Air Flow to Compressor[kg/sec x Gas urbine Power urbine Speed[PU] Fuel Flow to Combustor[kg/sec] Figure 8: Closed-loop response of gas turbine for a +0% ramp in demanded power output of duration 200 seconds. Exhaust Gas emperature[k] Air Flow to Compressor[kg/s x Mechanical urbine Speed[PU] Fuel Flow to Combustor[kg/se Figure 9: Closed-loop response of gas turbine for: a +0% ramp in demanded power output of duration 200 seconds and a +0% ramp in demanded exhaust temperature of duration 200 seconds. he Pacific Journal of Science and echnology 04 Volume 9. Number. May-June 2008 (Spring)

9 Superheated Steam Pressure [pa] 4.8 x Air Furnace Pressure [pa].3 x Level of Drum ater [m] Steam urbine Power Output [] Condensate ater emperature [K] x x 07 Superheated Steam emperature [K] Steam urbine Speed [P.U] Level of Deaerator ater[m] Gas urbine Power Output [] Gas urbine Speed [PU] Figure 0: Closed-loop response of typical combined-cycle power plant for: decrease the electrical power of the steam power plant from to 0 M of duration 200 seconds and decrease the furnace air pressure by 0% of duration 200 seconds. he Pacific Journal of Science and echnology 05 Volume 9. Number. May-June 2008 (Spring)

10 Superheated Steam Pressure [pa] 4.8 x Air Furnace Pressure [pa].3 x Level of Drum ater [m] Superheated Steam emperature [K] x 07 Steam urbine Power Output [] Condensate ater emperature [K] Steam urbine Speed [P.U] Level of Deaerator ater[m] Gas urbine Power Output [] 3.8 x Gas urbine Speed [PU] Figure : Closed-Loop Response of a ypical Combined-Cycle Power Plant for Failing of the Cooling ater Control Valve of the Super-heater Steam. he Pacific Journal of Science and echnology 06 Volume 9. Number. May-June 2008 (Spring)

11 able : ypical Operating Characteristics of the Selected ypical Combined-Cycle Power Plant at Base Load. to some extent due to the action of the controller of the reheater steam temperature. POER Gas urbine Steam Power Plant otal Net Power Gas urbine Output power Exhaust gas flow Exhaust gas temperature Compression ratio : Steam Power Plant Boiler Superheated steam pressure 45 Superheated steam temperature 77 Superheated steam flow 2 Reheated steam pressure 3 Reheated steam temperature 727 Furnace fuel flow 4 M M M M kg/s bar kg/s bar kg/s CONCLUSIONS he simulation toolbox of a combined-cycle power plant was developed within MALAB and SIMULINK. his approach was employed so that the resulting power plant toolbox was fast, in terms of computational speed, robust, in terms of convergence problem, efficient and flexible, in terms of modeling capabilities and yet can use various capabilities of MALAB and SIMULINK. PID controllers were designed for different control loops of the power plant, using the NCD Block set of MALAB, to improve the overall dynamic performance of the system. he developed simulation toolbox was successfully used to analyze and simulation of the combined-cycle power plant and its controllers at the presence of different disturbances. Steam urbine otal output power Extraction steam flow HP section outlet pressure HP section outlet temperature HP section output power IP section outlet pressure IP section outlet temperature IP section output power LP section outlet pressure LP section outlet temperature LP section output power Condenser Operating pressure Condensate flow Condensate temperature Feedwater System Deaerator operating pressure Economiser outlet water flow Economiser outlet water temperature M Kg/s bar M bar M bar M mbar kg/s mbar kg/s REFERENCES. orking Group on Prime Mover and Energy Supply Models for System Dynamic Performance Studies Dynamic Models for Combined Cycle Plants in Power System Studies. IEEE rans. On Power Systems. 9(3): Bagnasco, A., B. Delfino, G.B Denegri and S. Massucco Management and Dynamic Performances of Combined Cycle Power Plants During Parallel and Islanding Operation. IEEE rans. On Energy Conversion. 3(2): Zhang,. and P.L. So Dynamic Modeling of a Combined Cycle Plant for Power System Stability Studies. IEEE rans. On Power Systems Lu, S. and B.. Hogg Power Plant Analyzer A Computer Code For Power Plant Operation Studies. IEEE ransaction on Energy Conversion. (4): Figure shows the variations of the superheated steam pressure, air furnace pressure, level of the drum water, superheated steam temperature, steam turbine power output, steam turbine speed, condensate water temperature, level of deaerator water, gas turbine power output and gas turbine speed. Although the temperature of the superheater steam has increased, this increase has been compensated 5. Lu, S Dynamic Modelling & Simulation of Power Plant Systems. Journal of Power & Energy, Proceeding Part A. 23: Ordys, A., R. Katebi, M. Johnson, and M. Grimble Modelling & Simulation Of Power Generation Plants. Springer-Verlag. 7. Knowles, J.B Simulation & Control of Electrical Power Stations. Research Studies Press LD. he Pacific Journal of Science and echnology 07 Volume 9. Number. May-June 2008 (Spring)

12 8. Yang, P. and B.. Hogg Continuous-ime Generalised Predictive Control Of A Boiler Model. IFAC-Symposium on Control of Power Plant & Power Systems. Munich, Germany elfonder, E Constrained Control Concepts In Power Plant & Power Systems For Avoiding Emergency Conditions. IFAC Symposium On Control Of Power Plant & Power Systems. Munich, Germany [Maffezzoni, C Issues in Modelling & Simulation of Power Plants. IFAC-Symposium On Control Of Power Plant & Power Systems. Munich, Germany Eborn, J. and B. Nilsson Simulation of a Power Plant Using an Object-Oriented Model Database. IFAC 3th riennial orld Congress. San Francisco, CA Breckling, B. and C. Eschenbach Object Oriented Simulation of Plant-Environment Interaction. ASU Newsletter. 24(2): Lu, S., E. Swidenbank, and B.. Hogg An Object-Oriented Power Plant Adaptive Control System Design ool. IEEE ransactions On Energy Conversion. 0(3): Rowen,.I Speedtronic Mark IV Control System. Gas urbine Refrence Library (AGR880). 5. Yacobucci, R.B. 99. A Control System Retrofit for a GE frame 5 urbine/generator Unit, IEEE rans. on Energy Conversion. 6(2): Seifi, A.R A Research Oriented Fossil Fuel Steam Power Plant Simulator. Ph.D. hesis, Dept. of Electrical Engineering, arbiat Modarres University of ehran, Iran. 7. Seifi, H. and A.R. Seifi, An Intelligent utoring System for a Power Plant Simulator. Electric Power Systems Research. 62:6-7. APPENDIX A his appendix represents furnace differential and algebraic equations with the equations representing steady state values. Inputs F : Fuel flow to furnace (kg/s) A : Air flow to furnace (kg/s) G : Gas flow to furnace (kg/s) h G : Inlet gas enthalpy (J/kg) h A : Inlet air enthalpy (J/kg) θ : ilt angle coefficient (rad) st : emperature of superheater metal tubes () rh : emperature of reheater metal tubes () : emperature of economizer metal tubes () et Parameters C F : Fuel calorific (J/kg) : Specific heat of exhaust heat at constant C pg pressure (J/kg K) C gs : Combustion gas specific heat capacity (J/kg K) k : Attenuation coefficient k es : An experimental coefficient (J/kg K) k : Friction coefficient (m.s) f k gs : An experimental coefficient (J/kg K) k rs : An experimental coefficient (J/kg K) V F : Combustion chamber volume (m 3 ) R : Stoichiometric air/fuel volume ratio h S ref : Reference exhaust gases enthalpy condition (J/kg) ref : Reference exhaust gases temperature condition () σ : Stefan-Boltzman constant : Ideal gas constant for exhaust gases R States X F : ( ρ h ) (J/m3 ) ρ : Density of exhaust gas from the boiler (kg/m 3 ) Outputs ir : Heat transfer to the riser gs : otal heat transfer to the superheater (J/s) rs : Heat transfer to the reheater (J/s) es : Heat transfer to the economizer (J/s) P G : Furnace air pressure (pa) : Heat transfer by radiation to the superheated (J/s) is h : Mass flow of exhaust gas from the boiler (kg/s) : Enthalpy of exhaust gas from the boiler (kg/s) he Pacific Journal of Science and echnology 08 Volume 9. Number. May-June 2008 (Spring)

13 g : Gas temperature at the superheater () gr ge : Gas temperature at the reheater () : Gas temperature at the economizer () gl : Boiler exhaust gas temperature () Algebraic Equation X F h = ρ h href g = + C pg PG = R ρ g = k P ir is gs gr rs ge f F G 4 g = θkv σ ρ F 4 g = ( θ ) kv σ = is + k gs = g + C = k = rs gr 0.6 gs 0.6 ( gr C ref ρ ( g ( gs 0.6 ( ge is rh rs ) st es = kes et ) gl = ge es C gs ( A + γg F Rs ) y = 00 F Rs Differential Equation d dt X d ρ dt = ( CF V F F A A G G ir is F = ( V F ) gs ) y + h + h Rs ( + ) h ) 00 F + A + G ) interests are in the fields of combined cycle power plant, neural networks. and fuzzy systems. Ali Reza Seifi, was born in Shiraz, Iran, on August 9, 968. He received his B.S. degree in Electrical Engineering from Shiraz University, Shiraz, Iran, in 99, his M.S. degree in Electrical Engineering from he University of abriz, abriz, Iran, in 993 and his Ph.D. degree in Electrical Engineering from arbiat Modarres University (.M.U), ehran, Iran, in 200. He is currently an Assistant Professor in the Department of Electrical Engineering, School of Engineering, Shiraz University. His research areas are power plant simulation, power systems, electrical machine simulation, power electronics, and fuzzy optimization. Ali Akbar Safavi, received his B.S. degree in Electrical Engineering from Shahid Chamran University, Iran, in 987, his M.S. degree in Control Engineering from the University of NS, Australia, in 992, and his Ph.D. in Process Systems Engineering was completed at Sydney University in 995. In 996, he was a Postdoctoral Fellow at Sydney University. He is currently an Associate Professor in the Department of Electrical Engineering, School of Engineering, Shiraz University. His research interests are model predictive control, wavelets, neural networks, system identification, networked based control, and information technology. SUGGESED CIAION Salehi, A., A.R. Seifi, and A.A. Safavi Combined-Cycle Plant Simulation oolbox for Power Plant Simulator. Pacific Journal of Science and echnology. 9(): Pacific Journal of Science and echnology ABOU HE AUHORS Abdolhamid Salehi, was born in Shiraz, Iran, in, 972. He received his B.S., and M.S., degrees in Electrical Engineering from Shiraz University, Shiraz, Iran, in 999 and 2003, respectively. He has been employed with Gas Company since Presently he serves in the telecommunications department. His research he Pacific Journal of Science and echnology 09 Volume 9. Number. May-June 2008 (Spring)

CHAPTER 2 STUDY OF 210 MW BOILER SYSTEM 2.1 DESCRIPTION OF 210 MW BOILER

CHAPTER 2 STUDY OF 210 MW BOILER SYSTEM 2.1 DESCRIPTION OF 210 MW BOILER 8 CHAPTER 2 STUDY OF 210 MW BOILER SYSTEM 2.1 DESCRIPTION OF 210 MW BOILER Detailed study has been carried out on a 210 MW boiler system with regard to model development, control and optimization. Figure

More information

OUTCOME 2 TUTORIAL 2 STEADY FLOW PLANT

OUTCOME 2 TUTORIAL 2 STEADY FLOW PLANT UNIT 47: Engineering Plant Technology Unit code: F/601/1433 QCF level: 5 Credit value: 15 OUTCOME 2 TUTORIAL 2 STEADY FLOW PLANT 2 Be able to apply the steady flow energy equation (SFEE) to plant and equipment

More information

Performance Assessment and Benchmarking in Application: Turbine Control System

Performance Assessment and Benchmarking in Application: Turbine Control System 2001-2004 Performance Assessment and Benchmarking in Application: Turbine Control System General Introduction Background Plant description The control objectives Turbine Controller benchmarking Discussions

More information

OPTIMIZATION OF PARAMETERS FOR HEAT RECOVERY STEAM GENERATOR (HRSG) IN COMBINED CYCLE PLANTS

OPTIMIZATION OF PARAMETERS FOR HEAT RECOVERY STEAM GENERATOR (HRSG) IN COMBINED CYCLE PLANTS OPTIMIZATION OF PARAMETERS FOR HEAT RECOVERY STEAM GENERATOR (HRSG) IN COMBINED CYCLE PLANTS Muammer Alus, Milan V. Petrovic University of Belgrade-Faculty of Mechanical Engineering, Laboratory of Thermal

More information

Modelling and Simulation of Power Generation Plants

Modelling and Simulation of Power Generation Plants A. W. Ordys, A. W. Pike, M. A. Johnson, R. M. Katebi and M. J. Grimble Modelling and Simulation of Power Generation Plants With 98 Figures Springer-Verlag London Berlin Heidelberg New York Paris Tokyo

More information

EFFECT OF AMBIENT TEMPERATURE, GAS TURBINE INLET TEMPERATURE AND COMPRESSOR PRESSURE RATIO ON PERFORMANCE OF COMBINED CYCLE POWER PLANT

EFFECT OF AMBIENT TEMPERATURE, GAS TURBINE INLET TEMPERATURE AND COMPRESSOR PRESSURE RATIO ON PERFORMANCE OF COMBINED CYCLE POWER PLANT EFFECT OF AMBIENT TEMPERATURE, GAS TURBINE INLET TEMPERATURE AND COMPRESSOR PRESSURE RATIO ON PERFORMANCE OF COMBINED CYCLE POWER PLANT Harendra Singh 1, Prashant Kumar Tayal 2 NeeruGoyal 3, Pankaj Mohan

More information

Dynamic Modeling of a Combined-Cycle Plant

Dynamic Modeling of a Combined-Cycle Plant THE AMERICAN SOCIETY OF MECHANICAL ENGINEERS 345 E. 47 St., New York, N.Y. 10017 89-GT-133 iv The Society shall not be responsible for statements or opinions advanced in papers or in dis- C cussion at

More information

Power Engineering II. Technological circuits of thermal power plants

Power Engineering II. Technological circuits of thermal power plants Technological circuits of thermal power plants Lay out scheme of coal power plant climatetechwiki.com Technological circuits 2 Coal and ash circuit Air and gas circuit Feed water and steam circuit Cooling

More information

Problems in chapter 9 CB Thermodynamics

Problems in chapter 9 CB Thermodynamics Problems in chapter 9 CB Thermodynamics 9-82 Air is used as the working fluid in a simple ideal Brayton cycle that has a pressure ratio of 12, a compressor inlet temperature of 300 K, and a turbine inlet

More information

Modelling and dynamic co-simulation studies of oxy-fired power plant

Modelling and dynamic co-simulation studies of oxy-fired power plant Abstract Modelling and dynamic co-simulation studies of oxy-fired power plant Hannu Mikkonen 1*, Mikko Jegoroff 1, Jari lappalainen 2 and Jouni Savolainen 2 1 VTT Technical Research Centre of Finland Ltd,

More information

PI Heat and Thermodynamics - Course PI 25 CRITERION TEST. of each of the following a. it

PI Heat and Thermodynamics - Course PI 25 CRITERION TEST. of each of the following a. it Heat and Thermodynamics - Course PI 25 CRITERION TESTS PI 25-1 - 1. Define: heat temperature (c) enthalpy 2. State the applies to meaning water: of each of the following a. it saturation temperature subcooled

More information

HEAT RECOVERY IN MULTI-GHP (GAS-DRIVEN HEAT PUMP) SYSTEM

HEAT RECOVERY IN MULTI-GHP (GAS-DRIVEN HEAT PUMP) SYSTEM HEA RECOVERY IN MULI-GHP (GAS-DRIVEN HEA PUMP) SYSEM Seong-ryong Park, Center Leader, Korea Institute of Energy Research Young-jin Baik, Researcher, Korea Institute of Energy Research Ki-chang Chang, Principal

More information

University of Strathclyde Faculty of Engineering

University of Strathclyde Faculty of Engineering University of Strathclyde Faculty of Engineering Energy Systems and the Environment: Part A Examination Monday 19 January 2004 14.00-17.00, M329 Full-time students should attempt FOUR questions, 1 from

More information

ME ENGINEERING THERMODYNAMICS UNIT III QUESTION BANK SVCET

ME ENGINEERING THERMODYNAMICS UNIT III QUESTION BANK SVCET 1. A vessel of volume 0.04m 3 contains a mixture of saturated water and steam at a temperature of 250 0 C. The mass of the liquid present is 9 kg. Find the pressure, mass, specific volume, enthalpy, entropy

More information

Secondary Systems: Steam System

Secondary Systems: Steam System Secondary Systems: Steam System K.S. Rajan Professor, School of Chemical & Biotechnology SASTRA University Joint Initiative of IITs and IISc Funded by MHRD Page 1 of 10 Table of Contents 1 SECONDARY SYSTEM

More information

A. the temperature of the steam at the turbine exhaust increases. B. additional moisture is removed from the steam entering the turbine.

A. the temperature of the steam at the turbine exhaust increases. B. additional moisture is removed from the steam entering the turbine. P77 Overall nuclear power plant thermal efficiency will decrease if... A. the temperature of the steam at the turbine exhaust increases. B. additional moisture is removed from the steam entering the turbine.

More information

SIMPACK - MODEL DEVELOPMENT PACKAGE FOR POWER PLANTS

SIMPACK - MODEL DEVELOPMENT PACKAGE FOR POWER PLANTS SIMPACK - MODEL DEVELOPMENT PACKAGE FOR POWER PLANTS 1.0 OVERVIEW SIMPACK is a totally integrated set of simulation software development modules for power plants. It is template based modeling tool and

More information

CHAPTER 3 HEURISTIC APPROACH TO MODELING THE BOILER FURNACE

CHAPTER 3 HEURISTIC APPROACH TO MODELING THE BOILER FURNACE CHAPTER 3 HEURISTIC APPROACH TO MODELING THE BOILER FURNACE 3.1 INTRODUCTION Modeling and simulation of boiler systems has been an interesting subject of investigation for many years. Mathematical modeling

More information

R13 SET - 1 '' ''' '' ' '''' Code No: RT31035

R13 SET - 1 '' ''' '' ' '''' Code No: RT31035 R13 SET - 1 III B. Tech I Semester Regular/Supplementary Examinations, October/November - 2016 THERMAL ENGINEERING II (Mechanical Engineering) Time: 3 hours Max. Marks: 70 Note: 1. Question Paper consists

More information

Overall nuclear power plant thermal efficiency will decrease if... A. the temperature of the steam at the turbine exhaust increases.

Overall nuclear power plant thermal efficiency will decrease if... A. the temperature of the steam at the turbine exhaust increases. P77 Overall nuclear power plant thermal efficiency will decrease if... A. the temperature of the steam at the turbine exhaust increases. B. additional moisture is removed from the steam entering the turbine.

More information

MARAMA Webinar August 7, Angelos Kokkinos Chief Technology Officer Babcock Power, Inc.

MARAMA Webinar August 7, Angelos Kokkinos Chief Technology Officer Babcock Power, Inc. MARAMA Webinar August 7, 2014 Angelos Kokkinos Chief Technology Officer Babcock Power, Inc. Rankine cycle is a thermodynamic cycle which converts heat into work. The heat is supplied externally to a closed

More information

Feedwater Heaters (FWH)

Feedwater Heaters (FWH) Feedwater Heaters (FWH) A practical Regeneration process in steam power plants is accomplished by extracting or bleeding, steam from the turbine at various points. This steam, which could have produced

More information

Control of Biomass Fired CHP Generation

Control of Biomass Fired CHP Generation Control of Biomass Fired CHP Generation TUT Energy Seminar: Bioenergy Yrjö Majanne, AUT Outline What is control engineering? Biomass as a fuel control perspective Control issues in CHP generation Unit

More information

Chapter 10 VAPOR AND COMBINED POWER CYCLES

Chapter 10 VAPOR AND COMBINED POWER CYCLES Thermodynamics: An Engineering Approach, 6 th Edition Yunus A. Cengel, Michael A. Boles McGraw-Hill, 2008 Chapter 10 VAPOR AND COMBINED POWER CYCLES Copyright The McGraw-Hill Companies, Inc. Permission

More information

Chapter 1 STEAM CYCLES

Chapter 1 STEAM CYCLES Chapter 1 STEAM CYCLES Assoc. Prof. Dr. Mazlan Abdul Wahid Faculty of Mechanical Engineering Universiti Teknologi Malaysia www.fkm.utm.my/~mazlan 1 Chapter 1 STEAM CYCLES 1 Chapter Objectives To carry

More information

Chapter 8. Vapor Power Systems

Chapter 8. Vapor Power Systems Chapter 8 Vapor Power Systems Introducing Power Generation To meet our national power needs there are challenges related to Declining economically recoverable supplies of nonrenewable energy resources.

More information

Chapter 10 POWER CYCLES. Department of Mechanical Engineering

Chapter 10 POWER CYCLES. Department of Mechanical Engineering Chapter 10 VAPOR AND COMBINED POWER CYCLES Dr Ali Jawarneh Department of Mechanical Engineering Hashemite University it 2 Objectives Analyze vapor power cycles in which h the working fluid is alternately

More information

Combined Cycle Power Plants. Combined Cycle Power Plant Overview (Single- and Multi-Shaft) Training Module. ALSTOM (Switzerland) Ltd )*+,

Combined Cycle Power Plants. Combined Cycle Power Plant Overview (Single- and Multi-Shaft) Training Module. ALSTOM (Switzerland) Ltd )*+, Power Plant Overview Training Module ALSTOM (Switzerland) Ltd )*+, We reserve all rights in this document and in the information contained therein. Reproduction, use or disclosure to third parties without

More information

MECHANICAL ENGINEERING DEPARTMENT, OITM

MECHANICAL ENGINEERING DEPARTMENT, OITM Sem.:4 th Subject: Energy Conversion Paper: ME-201E UNIT-1 Q1. Explain the seismometer with its working principle. (Important Question) (20) Q2. Classify the fuels and define calorific value of fuels.

More information

A comparison of advanced thermal cycles suitable for upgrading existing power plant

A comparison of advanced thermal cycles suitable for upgrading existing power plant A comparison of advanced thermal cycles suitable for upgrading existing power plant G. Heyen 1, B. Kalitventzeff 1, 2 1 : Laboratoire d'analyse et Synthèse des Systèmes Chimiques, Université de Liège,

More information

Exergy Analysis of 210 Mw of Vijayawada Thermal Power Station (V.T.P.S)

Exergy Analysis of 210 Mw of Vijayawada Thermal Power Station (V.T.P.S) Exergy Analysis of 210 Mw of Vijayawada Thermal Power Station (V.T.P.S) N. Naga Varun Department of Mechanical Engineering K L University, Vaddeswaram, Guntur, India. G. Satyanarayana Department of Mechanical

More information

International Journal of Advancements in Research & Technology, Volume 2, Issue 5, M ay ISSN

International Journal of Advancements in Research & Technology, Volume 2, Issue 5, M ay ISSN International Journal of Advancements in Research & echnology, Volume 2, Issue 5, M ay-203 285 Performance Analysis of CCG Power Plant using MALAB/Simulink Based Simulation J. N. RAI, NAIMUL HASAN 2, B.

More information

Department of Mechanical Engineering. MSc/PGDip/PGCert in Energy Systems and the Environment. Specialist Modules

Department of Mechanical Engineering. MSc/PGDip/PGCert in Energy Systems and the Environment. Specialist Modules Department of Mechanical Engineering MSc/PGDip/PGCert in Energy Systems and the Environment Specialist Modules Wednesday 17 January 2007 2.00pm 5.00pm (3 hours) Full-time MSc/PGDip/PGCert students should

More information

BENCHMARK PID Benchmark for PID control based on the Boiler Control Problem 1. INTRODUCTION

BENCHMARK PID Benchmark for PID control based on the Boiler Control Problem 1. INTRODUCTION BENCHMARK PID 2012 Benchmark for PID control based on the Boiler Control Problem 1. INTRODUCTION F. Morilla Departamento de Informática y Automática Escuela Técnica Superior de Ingeniería Informática.

More information

DE-TOP User s Manual. Version 2.0 Beta

DE-TOP User s Manual. Version 2.0 Beta DE-TOP User s Manual Version 2.0 Beta CONTENTS 1. INTRODUCTION... 1 1.1. DE-TOP Overview... 1 1.2. Background information... 2 2. DE-TOP OPERATION... 3 2.1. Graphical interface... 3 2.2. Power plant model...

More information

Code No: RR Set No. 1

Code No: RR Set No. 1 Code No: RR310303 Set No. 1 III B.Tech I Semester Regular Examinations, November 2006 THERMAL ENGINEERING-II (Mechanical Engineering) Time: 3 hours Max Marks: 80 Answer any FIVE Questions All Questions

More information

Combined Cycle Power

Combined Cycle Power POWER GENERATION Combined Cycle Power Combined cycle power utilizing the gas turbine (Brayton Cycle) and the steam system (Rankine Cycle) are a lethal weapon against news worthy coal fired emissions worldwide.

More information

Methods of increasing thermal efficiency of steam and gas turbine plants

Methods of increasing thermal efficiency of steam and gas turbine plants Journal of Physics: Conference Series PAPER OPEN ACCESS Methods of increasing thermal efficiency of steam and gas turbine plants To cite this article: A A Vasserman and M A Shutenko 2017 J. Phys.: Conf.

More information

ASSIGNMENT 2 Coal and Ash Handling System and Draught Systems

ASSIGNMENT 2 Coal and Ash Handling System and Draught Systems ASSIGNMENT 1 Thermal Power Plant & High Pressure Boiler 1. State the factors to be considered for selection of site for thermal power plant 2. State desirable to control the super heat temperature. Explain

More information

POWER PLANT ENGINEERING. Time: Three Hours Maximum Marks: 100

POWER PLANT ENGINEERING. Time: Three Hours Maximum Marks: 100 POWER PLANT ENGINEERING Time: Three Hours Maximum Marks: 100 Answer five questions, taking ANY TWO from Group A, any two from Group B and all from Group C. All parts of a question (a, b, etc. ) should

More information

CHAPTER 3 MODELLING AND SIMULATION

CHAPTER 3 MODELLING AND SIMULATION 58 CHAPTER 3 MODELLING AND SIMULATION 3.1 NEED FOR SIMULATION Simulation is the use of modeling to represent (but not replicate ) a system or process at an appropriate level of detail, and thereby help

More information

Load Frequency Control of Power Systems Using FLC and ANN Controllers

Load Frequency Control of Power Systems Using FLC and ANN Controllers Load Frequency Control of Power Systems Using FLC and ANN Controllers Mandru Harish Babu PG Scholar, Department of Electrical and Electronics Engineering, GITAM Institute of Technology, Rushikonda-530045,

More information

Eng Thermodynamics I - Examples 1

Eng Thermodynamics I - Examples 1 Eng3901 - Thermodynamics I - Examples 1 1 pdv Work 1. Air is contained in a vertical frictionless piston-cylinder. The mass of the piston is 500 kg. The area of the piston is 0.005 m 2. The air initially

More information

International Journal of Advance Engineering and Research Development

International Journal of Advance Engineering and Research Development Scientific Journal of Impact Factor (SJIF): 4.72 International Journal of Advance Engineering and Research Development Volume 4, Issue 9, September -2017 Review of Thermal Characteristics of Diesel Fired

More information

Faculty of Engineering 2 nd year 2016 Mechanical Engineering Dep. Final-exam (code: M 1222)

Faculty of Engineering 2 nd year 2016 Mechanical Engineering Dep. Final-exam (code: M 1222) Benha University Thermodynamics II Faculty of Engineering 2 nd year 2016 Mechanical Engineering Dep. Final-exam (code: M 1222) Time: Three Hours (attempt all questions) (assume any missing data) Question1

More information

Controller Design for a 1000 MW Ultra Super Critical Once-through Boiler Power Plant

Controller Design for a 1000 MW Ultra Super Critical Once-through Boiler Power Plant Proceedings of the 17th World Congress The International Federation of Automatic Control Controller Design for a 1000 MW Ultra Super Critical Once-through Boiler Power Plant Kwang Y. Lee*, Joel H. Van

More information

Simulation of Furnace System with Uncertain Parameter

Simulation of Furnace System with Uncertain Parameter Munirah et Malaysian al. / Malaysian Journal Journal of Fundamental of Fundamental and Applied and Applied Sciences Sciences Vol.11, Vol.11, No.1 (2015) No.1 (2015) 5-9 5-9 Simulation of Furnace System

More information

MCG THERMODYNAMICS II. 22 April 2008 Page 1 of 7 Prof. W. Hallett

MCG THERMODYNAMICS II. 22 April 2008 Page 1 of 7 Prof. W. Hallett Faculté de génie Génie mécanique Faculty of Engineering Mechanical Engineering MCG2131 - THERMODYNAMICS II 22 April 2008 Page 1 of 7 Prof. W. Hallett Closed book. Non-programmable calculators only allowed.

More information

SHRI RAMSWAROOP MEMORIAL COLLEGE OF ENGG. & MANAGEMENT B.Tech. [SEM IV (ME-41, 42,43 & 44)] QUIZ TEST-1 (Session: )

SHRI RAMSWAROOP MEMORIAL COLLEGE OF ENGG. & MANAGEMENT B.Tech. [SEM IV (ME-41, 42,43 & 44)] QUIZ TEST-1 (Session: ) QUIZ TEST-1 Q.1. In a stage of an impulse turbine provided with a single row wheel, the mean diameter of the blade ring is 80cm and the speed of the rotation is 3000rpm. The steam issues from the nozzle

More information

Modelling and Optimisation of the Otahuhu B Combined Cycle Gas Turbine Power Station

Modelling and Optimisation of the Otahuhu B Combined Cycle Gas Turbine Power Station Modelling and Optimisation of the Otahuhu B Combined Cycle Gas Turbine Power Station Hannon Lim 1, Jonathan Currie 2, David I. Wilson 2 and John Rickerby 3 1 Electrical and Electronic Engineering AUT University

More information

ESRL Module 9. Optimal Design Cogeneration Systems

ESRL Module 9. Optimal Design Cogeneration Systems ESRL Module 9. Optimal Design Cogeneration Systems repared by F. Carl Knopf, Chemical Engineering Department, Louisiana State University Documentation Module Use Expected Learning Outcomes/Objectives Upon

More information

INTELLIGENT CONTROL SOLUTIONS FOR STEAM POWER PLANTS TO BALANCE THE FLUCTUATION OF WIND ENERGY

INTELLIGENT CONTROL SOLUTIONS FOR STEAM POWER PLANTS TO BALANCE THE FLUCTUATION OF WIND ENERGY Proceedings of the 7th World Congress The International Federation of Automatic Control INTELLIGENT CONTROL SOLUTIONS FOR STEAM POWER PLANTS TO BALANCE THE FLUCTUATION OF WIND ENERGY T. Haase*, H. Weber*

More information

ANALYSIS OF DIFFERENT TYPES OF REGULATION AND ITS EFFICIENCY IN STEAM POWER CYCLES MASTER THESIS

ANALYSIS OF DIFFERENT TYPES OF REGULATION AND ITS EFFICIENCY IN STEAM POWER CYCLES MASTER THESIS ANALYSIS OF DIFFERENT TYPES OF REGULATION AND ITS EFFICIENCY IN STEAM POWER CYCLES MASTER THESIS Author: Ricardo Sánchez Pereiro Advisor: Piotr Krzyslak Poznan University of Technology 11/06/2012 INDEX

More information

Permanent City Research Online URL:

Permanent City Research Online URL: Read, M. G., Smith, I. K. & Stosic, N. (2015). Comparison of Organic Rankine Cycle Under Varying Conditions Using Turbine and Twin-Screw Expanders. Paper presented at the 3rd International Seminar on ORC

More information

Analysis of the dynamic characteristics of a combined-cycle power plant

Analysis of the dynamic characteristics of a combined-cycle power plant Energy 27 (2002) 1085 1098 www.elsevier.com/locate/energy Analysis of the dynamic characteristics of a combined-cycle power plant J.Y. Shin a,, Y.J. Jeon b, D.J. Maeng b, J.S. Kim b, S.T. Ro c a Department

More information

Eng Thermodynamics I: Sample Final Exam Questions 1

Eng Thermodynamics I: Sample Final Exam Questions 1 Eng3901 - Thermodynamics I: Sample Final Exam Questions 1 The final exam in Eng3901 - Thermodynamics I consists of four questions: (1) 1st Law analysis of a steam power cycle, or a vapour compression refrigeration

More information

MEM 310 Design Project Assignment

MEM 310 Design Project Assignment MEM 310 Design Project Assignment Prepared by Bradley R. Schaffer Drexel University Philadelphia, PA 19104 Submitted to: Dr. William J. Danley of MEM 310 - Thermodynamic Analysis I on May 28, 2004 Abstract

More information

PEMP RMD & Cycle Performance. M.S.Ramaiah School of Advanced Studies

PEMP RMD & Cycle Performance. M.S.Ramaiah School of Advanced Studies Steam Se Turbine ub ecyces Cycles & Cycle Performance Session delivered by: Prof. Q.H. Nagpurwala 1 Session Objectives This session is intended to discuss the following: Basic construction and classification

More information

FLEXI BURN CFB WP4: Boiler design and performance

FLEXI BURN CFB WP4: Boiler design and performance Development of High Efficiency CFB Technology to Provide Flexible Air/Oxy Operation for Power Plant with CCS FLEXI BURN CFB WP4: Boiler design and performance 2 nd Project Workshop, 6 th February 2013,

More information

Due Diligence: Efficiency Increase in Existing Power Stations - a Practice Report-

Due Diligence: Efficiency Increase in Existing Power Stations - a Practice Report- Due Diligence: Efficiency Increase in Existing Power Stations - a Practice Report- Nick Peters, Dr. Wolfgang A. Benesch Steag Energy Services Germany 1 Background and methodology Steag owns and operates

More information

ENERGY AND EXERGY ANALYSIS OF A 250MW COAL FIRED THERMAL POWER PLANT AT DIFFERENT LOADS

ENERGY AND EXERGY ANALYSIS OF A 250MW COAL FIRED THERMAL POWER PLANT AT DIFFERENT LOADS ENERGY AND EXERGY ANALYSIS OF A 250MW COAL FIRED THERMAL POWER PLANT AT DIFFERENT LOADS Soupayan Mitra 1, Joydip Ghosh 2 1 Associate Professor, Mechanical Engineering Department, Jalpaiguri Government

More information

S.Y. Diploma : Sem. III [PG/PT/ME] Thermal Engineering

S.Y. Diploma : Sem. III [PG/PT/ME] Thermal Engineering S.Y. Diploma : Sem. III [PG/PT/ME] Thermal Engineering Time: 3 Hrs. Prelim Question Paper Solution [Marks : 70 Q.1 Attempt any FIVE of the following. [10] Q.1(a) Explain difference between Thermodynamic

More information

Pinch Analysis for Power Plant: A Novel Approach for Increase in Efficiency

Pinch Analysis for Power Plant: A Novel Approach for Increase in Efficiency Pinch Analysis for Power Plant: A Novel Approach for Increase in Efficiency S. R. Sunasara 1, J. J. Makadia 2 * 1,2 Mechanical Engineering Department, RK University Kasturbadham, Rajkot-Bhavngar highway,

More information

2. The data at inlet and exit of the turbine, running under steady flow, is given below.

2. The data at inlet and exit of the turbine, running under steady flow, is given below. 3 rd week quiz 1. Identify the correct path of fluid flow in a steam power plant. a) Steam turbine-pump-boiler-condenser. b) Economizer- evaporator- superheater. c) Pump-turbine-condenser-evaporator. d)

More information

Guidance page for practical work 15: modeling of the secondary circuit of a PWR

Guidance page for practical work 15: modeling of the secondary circuit of a PWR Guidance page for practical work 15: modeling of the secondary circuit of a PWR 1) Objectives of the practical work The aim is to investigate the potential of Thermoptim in modeling and calculation of

More information

PAPER-I (Conventional)

PAPER-I (Conventional) 1. a. PAPER-I (Conventional) 10 kg of pure ice at 10 ºC is separated from 6 kg of pure water at +10 O C in an adiabatic chamber using a thin adiabatic membrane. Upon rupture of the membrane, ice and water

More information

Performance Optimization of Steam Power Plant through Energy and Exergy Analysis

Performance Optimization of Steam Power Plant through Energy and Exergy Analysis I NPRESSCO NTERNATIONAL PRESS CORPORATION International Journal of Current Engineering and Technology, Vol.2, No.3 (Sept. 2012) ISSN 2277-4106 Research Article Performance Optimization of Steam Power Plant

More information

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad -500 043 MECHANICAL ENGINEERING ASSIGNMENT Course Name : THERMAL ENGINEERING II Course Code : A50518 Class : III B. Tech I Semester

More information

water is typically used as the working fluid because of its low cost and relatively large value of enthalpy of vaporization

water is typically used as the working fluid because of its low cost and relatively large value of enthalpy of vaporization Rankine Cycle Reading Problems 10-2 10-7 10-16, 10-34, 10-37, 10-44, 10-47, 10-59 Definitions working fluid is alternately vaporized and condensed as it recirculates in a closed cycle water is typically

More information

St.MARTIN S ENGINEERING COLLEGE Dhulapally,Secunderabad,

St.MARTIN S ENGINEERING COLLEGE Dhulapally,Secunderabad, St.MARTIN S ENGINEERING COLLEGE Dhulapally,Secunderabad, 500014. MECHANICAL ENGINEERING TUTORIAL QUESTION BANK Course Name : THERMAL ENGINEERING II Course Code : A50326- Class : III B. Tech I Semester

More information

DYNAMIC SIMULATION OF A PROTON EXCHANGE MEMBRANE FUEL CELL SYSTEM FOR AUTOMOTIVE APPLICATIONS

DYNAMIC SIMULATION OF A PROTON EXCHANGE MEMBRANE FUEL CELL SYSTEM FOR AUTOMOTIVE APPLICATIONS DYNAMIC SIMULATION OF A PROTON EXCHANGE MEMBRANE FUEL CELL SYSTEM FOR AUTOMOTIVE APPLICATIONS R. A. Rabbani 1 and M. Rokni 2 1. Technical University of Denmark, Kgs. Lyngby, Denmark; email: raar@mek.dtu.dk

More information

THE ASSESSMENT OF A WATER-CYCLE FOR CAPTURE OF CO2

THE ASSESSMENT OF A WATER-CYCLE FOR CAPTURE OF CO2 THE ASSESSMENT OF A WATER-CYCLE FOR CAPTURE OF CO2 Report Number PH3/4 November 1998 This document has been prepared for the Executive Committee of the Programme. It is not a publication of the Operating

More information

Dynamic Simulation of a 800 MW el Hard Coal One-Through Supercritical Power Plant to Fulfill the Great Britain Grid Code

Dynamic Simulation of a 800 MW el Hard Coal One-Through Supercritical Power Plant to Fulfill the Great Britain Grid Code Dynamic Simulation of a 8 MW el Hard Coal One-Through Supercritical Power Plant to Fulfill the Great Britain Grid Code HENNING ZINDLER E.ON Kraftwerke GmbH. Tresckowstaße 5 D-3457 Hannover GERMANY HEIMO

More information

Enhancement of LNG Propane Cycle through Waste Heat Powered Absorption Cooling

Enhancement of LNG Propane Cycle through Waste Heat Powered Absorption Cooling Enhancement of LNG Propane Cycle through Waste Heat Powered Absorption Cooling A. Mortazavi 1, P. Rodgers 2, S. Al-Hashimi 2, Y. Hwang 1 and R. Radermacher 1 1 Department of Mechanical Engineering, University

More information

Modelling of Combined Cycle Powerplants with EBSILON Professional. Dr. Hans-Peter Wolf AGH Letniej Szkoły Energetyki 2018

Modelling of Combined Cycle Powerplants with EBSILON Professional. Dr. Hans-Peter Wolf AGH Letniej Szkoły Energetyki 2018 Modelling of Combined Cycle Powerplants with EBSILON Professional Dr. Hans-Peter Wolf Stepwise introduction into modelling of gas turbine process and heat recovery boiler (HRSG) Gas turbine process using

More information

A Novel LNG and Oxygen Stoichiometric Combustion Cycle without CO 2 Emission

A Novel LNG and Oxygen Stoichiometric Combustion Cycle without CO 2 Emission Proceedings of the International Gas urbine Congress 2003 okyo November 2-7, 2003 IGC2003okyo S-087 A Novel LNG and Oxygen Stoichiometric Combustion Cycle without CO 2 Emission Wei WANG, Ruixian CAI, Na

More information

Development of CFBC concepts and problem solution with the aid of simulation programs

Development of CFBC concepts and problem solution with the aid of simulation programs Development of CFBC concepts and problem solution with the aid of simulation programs CFB Workshop 24.9.2014, Jyväskylä Hannu Mikkonen, VTT Technical Research Centre of Finland 2 Why to invest for modelling?

More information

NUCLEAR TRAINING CENTRE COURSE 134 FOR ONTARIO HYDRO USE ONLY

NUCLEAR TRAINING CENTRE COURSE 134 FOR ONTARIO HYDRO USE ONLY NUCLEAR TRAINING CENTRE COURSE 134 FOR ONTARIO HYDRO USE ONLY NUCLEAR TRAINING COURSE COURSE 134 1 - Level 3 - Equipment & System Principles 4 - TURBINE, GENERATOR & AUXILIARIES Index 134.00-0 Objectives

More information

ANALYSIS OF REHEATER SIZE IMPACT ON POWER PLANT PERFORMANCE

ANALYSIS OF REHEATER SIZE IMPACT ON POWER PLANT PERFORMANCE 8th International Conference on Heat Transfer, Fluid Mechanics and Thermodynamics HEFAT011 8 th International Conference on Heat Transfer, Fluid Mechanics and Thermodynamics 6 June 1 July 011 Pointe Aux

More information

EVALUATION THE PERFORMANCE AND IMPLEMENTATION OF FUZZY LOGIC CONTROLLER IN STEAM TURBINE OF THE THERMAL POWER PLANT

EVALUATION THE PERFORMANCE AND IMPLEMENTATION OF FUZZY LOGIC CONTROLLER IN STEAM TURBINE OF THE THERMAL POWER PLANT EVALUATION THE PERFORMANCE AND IMPLEMENTATION OF FUZZY LOGIC CONTROLLER IN STEAM TURBINE OF THE THERMAL POWER PLANT Hosham SalimAneed, Khalid Faisal Sultan and Mohammed Salamabdl Ghafoor Department of

More information

Vapor and Combined Power Cycles

Vapor and Combined Power Cycles 9 CHAPTER Vapor and Combined Power Cycles 9-1 The Simple Ideal Rankine Cycle The 9-2 Rankine Cycle: Actual Vapor Power Deviation and Pump and Turbine Irreversibilities (a) Deviation of actual vapor power

More information

Eng Thermodynamics I - Examples 1

Eng Thermodynamics I - Examples 1 Eng3901 - Thermodynamics I - Examples 1 1 pdv Work 1. Air is contained in a vertical frictionless piston-cylinder. The mass of the piston is 500 kg. The area of the piston is 0.005 m 2. The air initially

More information

Modeling of Steam Turbine Combined Cycle Power Plant Based on Soft Computing

Modeling of Steam Turbine Combined Cycle Power Plant Based on Soft Computing Modeling of Steam Turbine Combined Cycle Power Plant Based on Soft Computing ALI GHAFFARI, ALI CHAIBAKHSH, ALI MOSTAFAVI MANESH Department of Mechanical Engineering, department of Mechanical Engineering,

More information

Practice Final Exam (A) Six problems. (Open-book, HW solutions, and notes) (Plus /minus 10 % error acceptable for all numerical answers)

Practice Final Exam (A) Six problems. (Open-book, HW solutions, and notes) (Plus /minus 10 % error acceptable for all numerical answers) ME 3610 Practice Final Exam (A) Six problems. (Open-book, HW solutions, and notes) (Plus /minus 10 % error acceptable for all numerical answers) (18 points) 1. A gasoline engine operating on the ideal

More information

An Experimental Liquid Cooling System Dynamic Simulator for the Evaluation of Intelligent Control Techniques

An Experimental Liquid Cooling System Dynamic Simulator for the Evaluation of Intelligent Control Techniques A publication of 1243 CHEMICAL ENGINEERING TRANSACTIONS VOL. 32, 2013 Chief Editors: Sauro Pierucci, Jiří J. Klemeš Copyright 2013, AIDIC Servizi S.r.l., ISBN 978-88-95608-23-5; ISSN 1974-9791 The Italian

More information

CHAPTER 1 BASIC CONCEPTS

CHAPTER 1 BASIC CONCEPTS GTU Paper Analysis CHAPTER 1 BASIC CONCEPTS Sr. No. Questions Jan 15 Jun 15 Dec 15 May 16 Jan 17 Jun 17 Nov 17 May 18 Differentiate between the followings; 1) Intensive properties and extensive properties,

More information

PRODUCT DESCRIPTION PARAMETERS

PRODUCT DESCRIPTION PARAMETERS PRODUCT SHEET PRODUCT DESCRIPTION PARAMETERS Steam boilers PB-P PB-PP PB-NP Moderated-pressure three-pass steam boilers combusting gaseous and liquid fuels in the saturated steam and superheated steam

More information

Design Features of Combined Cycle Systems

Design Features of Combined Cycle Systems Design Features of Combined Cycle Systems 1.0 Introduction As we have discussed in class, one of the largest irreversibilities associated with simple gas turbine cycles is the high temperature exhaust.

More information

A Study of Advanced Hydrogen/Oxygen Combustion Turbines

A Study of Advanced Hydrogen/Oxygen Combustion Turbines A Study of Advanced ydrogen/oxygen Combustion urbines. SUGISIA and. MORI akasago R& D Center, Mitsubishi eavy Industries, Ltd -- Shinhama Arai-cho, akasago, yogo Pref. 66 Japan K. UEMASU akasago Machinery

More information

Generalized Predictive Control Strategy for a Supercritical Power Plant

Generalized Predictive Control Strategy for a Supercritical Power Plant st International Conference on Electrical and Computer Engineering ICECE23, 26-28 March, 23, Benghazi, Libya Generalized Predictive Control Strategy for a Supercritical Poer Plant Omar Mohamed Department

More information

MODELLING THE AIR/FLUE-GAS CIRCUIT OF A THERMOELECTRIC POWER PLANT UNIT

MODELLING THE AIR/FLUE-GAS CIRCUIT OF A THERMOELECTRIC POWER PLANT UNIT MODELLING THE AIR/FLUE-GAS CIRCUIT OF A THERMOELECTRIC POWER PLANT UNIT R. G. Freire J. M. Lemos A. O. Soares INESC-ID, R. Alves Redol, 9, 000-029 Lisboa, Portugal INESC-ID/IST, R. Alves Redol, 9, 000-029

More information

Study the Performance of the Combined Gas Turbine-Steam Cycle for Power Generation

Study the Performance of the Combined Gas Turbine-Steam Cycle for Power Generation Study the Performance of the Combined Gas Turbine-Steam Cycle for Power Generation Dr. Saba Yassoub Ahmed University of Babylon/College of Engineering/Department of Mechanical/Iraq-Babylon e-mail:saba_ya@yahoo.com

More information

OPTIMAX Advanced Control and Optimization of Power Plants

OPTIMAX Advanced Control and Optimization of Power Plants Pekka Immonen, Manager, Plant Optimization, OPTIMAX Advanced Control and Optimization of Power Plants OPTIMAX Suite for Real-Time Optimization Fleet-wide Optimization Unit and Component Optimization Performance

More information

Consider a simple ideal Rankine cycle with fixed turbine inlet conditions. What is the effect of lowering the condenser pressure on

Consider a simple ideal Rankine cycle with fixed turbine inlet conditions. What is the effect of lowering the condenser pressure on Chapter 10, Problem 8C. Consider a simple ideal Rankine cycle with fixed turbine inlet conditions. What is the effect of lowering the condenser pressure on Pump work input: Turbine work output: Heat supplied:

More information

Dynamic Modeling and Control of Supercritical CO 2 Power Cycle using Waste Heat from Industrial Process

Dynamic Modeling and Control of Supercritical CO 2 Power Cycle using Waste Heat from Industrial Process 12 th ECCRIA (European Conference on Fuel and Energy Research and its Applications) Dynamic Modeling and Control of Supercritical CO 2 Power Cycle using Waste Heat from Industrial Process Olumide Olumayegun,

More information

Predictive Control Strategy for a Supercritical Power Plant and Study of Influences of Coal Mills Control on its Dynamic Responses

Predictive Control Strategy for a Supercritical Power Plant and Study of Influences of Coal Mills Control on its Dynamic Responses UKACC International Conference on Control 22 Cardiff, UK, 3-5 September 22 Predictive Control Strategy for a Supercritical Power Plant and Study of Influences of Coal Mills Control on its Dynamic Responses

More information

Application of Exergy Analysis. Value and Limitations

Application of Exergy Analysis. Value and Limitations Application of Exergy Analysis Value and Limitations Power Plant Exergy Flows and Destruction Stack 2 Other Losses 1 Fuel 92 27 65 20 Steam 43 7 Shaft Power 32 Combustion Heat Transfer Turbine Steam 3

More information

Lecture No.3. The Ideal Reheat Rankine Cycle

Lecture No.3. The Ideal Reheat Rankine Cycle Lecture No.3 The Ideal Reheat Rankine Cycle 3.1 Introduction We noted in the last section that increasing the boiler pressure increases the thermal efficiency of the Rankine cycle, but it also increases

More information

Chapter 9: Vapor Power Systems

Chapter 9: Vapor Power Systems Chapter 9: Vapor Power Systems Table of Contents Introduction... 2 Analyzing the Rankine Cycle... 4 Rankine Cycle Performance Parameters... 5 Ideal Rankine Cycle... 6 Example... 7 Rankine Cycle Including

More information

START UP ANALYSIS OF A H2-O2 FIRED GAS TURBINE CYCLE

START UP ANALYSIS OF A H2-O2 FIRED GAS TURBINE CYCLE START UP ANALYSIS OF A HO FIRED GAS TURBINE CYCLE T. Funatsu Toshiba Corporation Heavy Apparatus Engineering Laboratory, Suehirochou, Tsurumiku, Yokohama, Japan M. Fukuda, Y. Dohzono Toshiba Corporation

More information