The cycle of 9.42 is modified to include the effects of irreversibilities in the adiabatic expansion and compression processes. If the states at the compressor and turbine inlets remain unchanged, the cycle produces 10 MW of power, and the compressor and turbine isentropic efficiencies are both 80%, determine (a) the pressure, in kPa, temperature, in K, and specific enthalpy, in kJ/kg, at each principal state of the cycle and sketch the Ts diagram. (b) the mass flow rate of air, in kg/s. (c) the rate of heat transfer, in kW, to the working fluid passing through the heat exchanger. (d) the thermal efficiency.
Lab 4 Venkata Yadavalli ME 2115 - 310 2/23/2017 clear; clc; Problem 1 r=12345.6789; fprintf('%f\n',r) fprintf('%10.4f\n',r) fprintf('%10.2f\n',r) fprintf('%6.4f\n',r) fprintf('%2.4f\n',r) 12345.678900 12345.6789 12345.68 12345.6789 12345.6789 Published with MATLAB® R2015b 1