1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
defon
3 years ago
11

Consider a regenerative gas-turbine power plant with two stages of compression and two stages of expansion. The overall pressure

ratio of the cycle is 9. The air enters each stage of the compressor at 300 K and each stage of the turbine at 1200 K. Accounting for the variation of specific heats with temperature, determine the minimum mass flow rate of air needed to develop a net power output of 105 MW.

Engineering
1 answer:
iris [78.8K]3 years ago
4 0

Answer: the minimum mass flow rate of air required to generate a power output of 105 MW is 238.2 kg/s

Explanation:

from the T-S diagram, we get the overall pressure ratio of the cycle is 9

Calculate the pressure ratio in each stage of compression and expansion. P1/P2 = P4/P3  = √9 = 3

P5/P6 = P7/P8  = √9 =3  

get the properties of air from, "TABLE A-17 Ideal-gas properties of air", in the text book.

At temperature T1 =300K

Specific enthalpy of air h1 = 300.19 kJ/kg

Relative pressure pr1 = 1.3860  

At temperature T5 = 1200 K

Specific enthalpy h5 = 1277.79 kJ/kg

Relative pressure pr5 = 238  

Calculate the relative pressure at state 2

Pr2 = (P2/P1) Pr5

Pr2 =3 x 1.3860 = 4.158  

get the two values of relative pressure between which the relative pressure at state 2 lies and take the corresponding values of specific enthalpy from, "TABLE A-17 Ideal-gas properties of air", in the text book.  

Relative pressure pr = 4.153

The corresponding specific enthalpy h = 411.12 kJ/kg  

Relative pressure pr = 4.522

The corresponding specific enthalpy h = 421.26 kJ/kg  

Find the specific enthalpy of state 2 by the method of interpolation

(h2 - 411.12) / ( 421.26 - 411.12) =  

(4.158 - 4.153) / (4.522 - 4.153 )

h2 - 411.12 = (421.26 - 411.12) ((4.158 - 4.153) / (4.522 - 4.153))  

h2 - 411.12 = 0.137

h2 = 411.257kJ/kg  

Calculate the relative pressure at state 6.

Pr6 = (P6/P5) Pr5

Pr6 = 1/3 x 238 = 79.33  

Obtain the two values of relative pressure between which the relative pressure at state 6 lies and take the corresponding values of specific enthalpy from, "TABLE A-17 Ideal-gas properties of air", in the text book.  

Relative pressure Pr = 75.29

The corresponding specific enthalpy h = 932.93 kJ/kg  

Relative pressure pr = 82.05

The corresponding specific enthalpy h = 955.38 kJ/kg  

Find the specific enthalpy of state 6 by the method of interpolation.

(h6 - 932.93) / ( 955.38 - 932.93) =  

(79.33 - 75.29) / ( 82.05 - 75.29 )

(h6 - 932.93) = ( 955.38 - 932.93) ((79.33 - 75.29) / ( 82.05 - 75.29 )

h6 - 932.93 = 13.427

h6 = 946.357 kJ/kg

Calculate the total work input of the first and second stage compressors

(Wcomp)in = 2(h2 - h1 ) = 2( 411.257 - 300.19 )

= 222.134 kJ/kg  

Calculate the total work output of the first and second stage turbines.

(Wturb)out = 2(h5 - h6) = 2( 1277.79 - 946.357 )

= 662.866 kJ/kg  

Calculate the net work done

Wnet = (Wturb)out  - (Wcomp)in

= 662.866 - 222.134

= 440.732 kJ/kg  

Calculate the minimum mass flow rate of air required to generate a power output of 105 MW

W = m × Wnet

(105 x 10³) kW = m(440.732 kJ/kg)

m = (105 x 10³) / 440.732

m = 238.2 kg/s

therefore the minimum mass flow rate of air required to generate a power output of 105 MW is 238.2 kg/s

You might be interested in
For a turning operation, you have selected a high-speed steel (HSS) tool and turning a hot rolled free machining steel. Your dep
Alisiya [41]

Answer:

MRR = 1.984

Explanation:

Given that                              

Depth of cut ,d=0.105 in

Diameter D= 1 in

Speed V= 105 sfpm

feed f= 0.015 ipr

Now  the metal   removal  rate   given as

MRR= 12 f V d

d= depth of cut

V= Speed

f=Feed

MRR= Metal removal rate

By putting the values

MRR= 12 f V d

MRR = 12 x 0.015 x 105 x 0.105

MRR = 1.984

Therefore answer is -

1.944

8 0
3 years ago
You have a Switch LED Lightbulb with the following information: It is equivalent to a 40 Watt incandescent lightbulb. It uses 8
DochEvi [55]

The lightning efficiency based on the scenario depicted will be C. 56 lumens/Watt, more efficient.

<h3>How to calculate the lightning efficiency</h3>

The efficiency of the incandescent bulb will be:

= 450/40 = 11.25 lumens per watt.

The efficiency of the LED bulb will be:

= 450/8 = 56 lumens per watt.

In this case, the LED bulb is more efficient than the incandescent bulb.

Therefore, the lighting efficiency will be 56 lumens/Watt, more efficient

Learn more lightning efficiency on:

brainly.com/question/25927632

4 0
2 years ago
When a motorist passes a bicyclist, what is the minimum legal distance (clearance) to leave between vehicle and bike? *
Vladimir79 [104]
There is no legal minimum distance
8 0
3 years ago
Why is logging done during drilling?
Solnce55 [7]

Answer:

Logging while drilling (LWD) is a technique of conveying well logging tools into the well borehole downhole as part of the bottom hole assembly (BHA). ... In these situations, the LWD measurement ensures that some measurement of the subsurface is captured in the event that wireline operations are not possible

8 0
2 years ago
Sum of Numbers Design a function that accepts an integer argument and returns the sum of all the integers from 1 up to the numbe
cestrela7 [59]

Answer:

# define main to get an argument from the user, call the function, and display the final values

def main():

 # ask an argument from the user.

 number = int(input('Enter a positive integer: '))

 # solve the integral thing of the number by putting the user's argument in the addition() function

 finalSum = addition(number)

 # display the final value integral thing

 print("The integral of this number is ", finalSum, ".")

# define an addition function to find the integral

def addition(num):

 # make an if-statement to test filter things out of your calculations. In this case, 1.

 if num == 1:

   #if 1, return 1. because 1 + (1 - 1) = 1

   return 1

 # this is where the recursion actually is. This is the part that calculates

 else:

   return num + addition(num-1)

# call your main function

main()

Explanation:

This is written in Python. A link to the output can be found below.

https://Sum-of-Numbers.hufflepuffler07.repl.run

4 0
3 years ago
Other questions:
  • The 1000-lb elevator is hoisted by the pulley system and motor M. The motor exerts a constant force of 500 lb on the cable. The
    9·1 answer
  • A hot brass plate is having its upper surface cooled by impinging jet of air at temperature of 15°C and convection heat transfer
    10·1 answer
  • The outer surface of a spacecraft in space has an emissivity of 0.6 and an absorptivity of 0.2 for solar radiation. If solar rad
    12·1 answer
  • A common process for increasing the moisture content of air is to bubble it through a column of water. The air bubbles are assum
    13·1 answer
  • True or false <br> 19. Closed systems rely on feedback from outside of the system to operate.
    12·1 answer
  • Wave flow of an incompressible fluid into a solid surface follows a sinusoidal pattern. Flow is two-dimensional with the x-axis
    13·1 answer
  • Differentiate between isohyetal method and arithmetical average method of rainfall​
    10·1 answer
  • A heating system must maintain the interior of a building at TH = 20 °C when the outside temperature is TC = 2 °C. If the rate o
    10·1 answer
  • A conceptual issue can be resolved by which of the following?
    11·1 answer
  • A plant has ten machines and currently operates two 8-hr shift per day, 5 days per week, 50 weeks per year. the ten machines pro
    6·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!