300 K Pa And Pressure P 4 example essay topic

1,330 words
Analysis of A Vapor Power Plant 8/20/96 ME 1361 Thermo II 3.0 Abstract The objective of this study is to construct a computer model of a water vapor power plant. This model will be used to calculate the state properties at all points within the cycle. Included is an analysis of the ideal extraction pressures based on the calculated values of net work, energy input, thermal efficiency, moisture content, and effectiveness. 4.0 Body 4.1 Introduction System to be Analyzed Steam enters the first turbine stage at 120 bar, 520 ^0 C and expands in three stages to the condenser pressure of.

06 bar. Between the first and second stage, some steam is diverted to a closed feed water heater at P 1, with saturated liquid condensate being pumped ahead into the boiler feed water line. The Terminal Temperature Difference of the feed water heater is 5^0 C. The rest of the steam is reheated to 500^0 C, and then enters the second stage of expansion. Part of the steam is extracted between the second and third stages at P 2 and fed into an heater operating at that pressure. Saturated liquid at P 2 leaves the open feed water heater. The efficiencies of all pumps are 80%, and the efficiencies of all turbines are 85%.

Throughout this report the states will be referenced as depicted above with the numbers 1-13. The analysis of the system will involve the use of the Energy Rate Balance to isolate the specific enthalpies and associated values of temperature, pressure, specific volume, and steam quality. The Entropy balance equation will be used to calculate the specific entropy at all the above noted states. Energy Rate Balance (assume KE&PE = 0) dec / dt = Qc-Wv+Smi (hi) - Sme (he) Entropy Rate Balance d Scv / dt = Sql / Tj + Smi (si) - Sme (se) + scv For simplicity, it is assumed in all calculations that kinetic and potential energy have a negligible effect. It is also assumed that each component in the cycle is analyzed as a control volume at steady state; and that each control volume suffers from no stray heat transfer from any component to its surroundings. The steam quality at the turbine exits will also be constrained to values greater than or equal to 90% (Moran, 337).

4.2 Code Development The C program 'final project. c^2 was developed to calculate the state values given the constraints listed in section 4.1. The program structure consists of three parts: Header / variable declaration Calculation section Data Report section The Header section includes all the variable declarations, functions to include and system definitions. To obtain accurate data values, this program uses floating point values. The Calculation section is the function that is used to calculate all the state values. In essence this section consists of two nested while loops that are used to vary the extraction pressures from 12000 k Pa to 300 k Pa. The while loops are set to terminate when the steam quality becomes less than 90% as defined in the constraints in 4.1.

The Data Reporting section is found within the nested while loops and are used to report the values found in the preceding Calculation section. 4.3 Results and Discussion T-s diagram The T-s diagram above shows how specific entropy changes related to temperature. At State 1 the water vapor has just left the boiler and is superheated. It then undergoes an expansion through the turbine.

Since the efficiency of the turbine is not 100% the entropy increases and is denoted by the point labeled OE 2^1. During the reheat the pressure remains constant but the entropy increases to point OE 3^1. Then another two expansions occurs and the fluid reaches state 4 and 5 respectively. The fluid then condenses at constant pressure to a saturated liquid at state 6. The working fluid then enters a pump of efficiency 80% to state 7. The fluid is then heated in an open feed water heater at constant pressure until it is a saturated liquid at state 8.

The fluid is then sent through a pump to a pressure equal to that at state 1 at point OE 9^1. The heater, heats the fluid at constant pressure to state 10; and then is heated again by the mixing with the feed water at state 13. The fluid is then heated back to point OE 1^1 in the boiler. To find the optimum extraction pressure it is necessary to analyze the net work, energy input, thermal efficiency and moisture content at various extraction pressures. These results can be found in the appendix and graphed on the following pages.

In 'Plot of Net Work as a Function of Extraction Pressure P 2, P 4' it is evident that net work is maximized when extraction pressure, P 2 is 300 k Pa and pressure P 4 is 100 k Pa. The corresponding minimum value occurs when P 2 is 3100 k Pa, and P 4 is 100 k Pa. Inthe following graph the total energy input to the system is plotted as a function of extraction pressure. The minimum value is obtained when P 4 is 100 k Pa and P 2 is 3100 k Pa. However, it is noteworthy to observe that for all values of P 2 the energy input is minimized when P 4 is 100 k Pa. In 'Plot of Thermal Efficiency as a Function of Extraction Pressure P 2, P 4', the thermal efficiency is maximized when P 4 is 100 k Pa and P 2 is 300 k Pa.

This corresponds directly to the results obtained for the net work of the cycle. The moisture content at the exit of the third stage turbine can then be analyzed to see which extraction pressure combination will be less damaging to the system. The graph shows that the value of steam quality is maximized when P 4 is 100 k Pa and P 2 is 300 k Pa. From this it can be concluded that an extraction pressure of P 4 equal to 100 k Pa and P 2 equal to 300 k Pa would be optimal for cycle performance. Not only is net work maximized, but damage to system components is minimized by having a high steam quality in the turbine. For this, energy input to the system is sacrificed, however the net result is a more efficient and maintenance free power plant.

5.0 Conclusion The computer model of the vapor power plant was used to construct a table of data corresponding to every state of the system cycle. Using this data, an optimal OE solution^1 could be found for a combination of extraction pressures that optimizes the performance of the power plant. In particular a solution was found that maximized net work and efficiency while minimizing the need for equipment replacement. The graphs of net work, thermal efficiency and moisture content versus extraction pressure, depict this contrast in values. #include 'h 2. c' #include 'h 2. c' #include #include #include #include #define P 1 12000 / k Pa / #define T 1 793.15 / degrees Kelvin / #define T 3 773.15 / degrees Kelvin / #define P 5 6 / k Pa / #define EFF TURB.

85 / Isentropic Turbine Efficiency / #define EFF PUMP. 8 / Isentropic Pump Efficiency / #define MIN QUALITY. 9 / Lowest allowable Turbine Exit Quality / #define INCREMENT 100 / k Pa / #define TTD 5.0 / degrees Celsius / #define C 4.179 / specific heat / #define T ENV 293.15 / Environment temp, deg. Kelvin / #define T BOUND 1123.15 / Boundary temp, deg.