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
lana66690 [7]
3 years ago
8

Water is the working fluid in an ideal Rankine cycle. Saturated vapor enters the turbine at 12 MPa, and the condenser pressure i

s 10 kPa. The mass flow rate of steam entering the turbine is 150 kg/s. If the work input to the pump is 12 kJ/kg, what is the rate of heat transfer in the boiler in MW?
Engineering
2 answers:
mart [117]3 years ago
7 0

Answer:

 Qh = 372.24 MW

Explanation:

Solution:-

- Determine the state properties for working fluid water ( Rankine Cycle ):

- We are to assume ideal rankine cycle.

- The mass flow ( m^ ) = 150 kg/s

  Turbine Inlet - ( Saturated Vapor ) -

   P2 = P3 = 12 MPa, Tsat = 324.68°C

   h3 = hg = 2685.4 KJ/kg , s3 = sg = 5.4939 KJ/kg.K

   Condenser Inlet/Turbine exit - ( Liquid-vapor )

    P4 = P1 = 10 KPa , Tsat = 45.8056°C , s4 = s3 = 5.4939 KJ/kg.K

    sf = 0.64919 KJ / kg.K      ,    sfg = 7.49961 KJ / kg.K

    hf = 191.81 KJ/kg    ,      hfg = 2392.09 KJ/kg

    h4 = 1737.0762 KJ/kg

- Evaluate the quality "x" of liquid vapor mixture of H2O at condenser inlet:

       

              x = ( s4 - sf ) / sfg

              x = ( 5.4939 - 0.64919 ) / 7.49961

              x = 0.64599 ;

- The enthalpy at this state:

              h4 = hf + x*hfg

              h4 = 191.81 + 0.64599*2392.09

              h4 = 1737.0762 KJ/kg

- The work input by the pump, win,p = 12 KJ/kg

 Pump Inlet - ( Saturated liquid ) -

   P1 = 10 KPa, Tsat = 45.8056°C

   h1 = hf = 191.81 KJ/kg , s1 = sf =  0.64919 KJ / kg.K

Boiler Inlet / Pump exit

  P2 = 12 MPa, Tsat = 324.68°C , s2 = s1 = 0.64919 KJ / kg.K

  h2 ?

- The isentropic compression process by the pump can be modeled by applying the first law of thermodynamic law for the work done by pump. Assuming steady state conditions of flow and ideal operation of pump at 100% efficiency:

          Win,p = mass flow ( m^ ) * [ h2 - h1 ]

          mass flow ( m^ ) * win,p = mass flow ( m^ ) * [ h2 - h1 ]

          h2 = win,p + h1

          h2 = 12 + 191.81

          h2 = 203.81 KJ/kg

- The rate of heat transferred from boiler to the working fluid (Qh) is determined by applying steady state first law of thermodynamic on the boiler and water system:

         

           Qh = mass flow ( m^ ) * [ h3 - h2 ]

           Qh = 150 * [ 2685.4 - 203.81 ]

           Qh = 372238.5 MW / 1000

           Qh = 372.24 MW

   

Brilliant_brown [7]3 years ago
3 0

Answer:

\dot Q_{in} = 372.239\,MW

Explanation:

The water enters to the pump as saturated liquid and equation is modelled after the First Law of Thermodynamics:

w_{in} + h_{in}- h_{out} = 0

h_{out} = w_{in}+h_{in}

h_{out} = 12\,\frac{kJ}{kg} + 191.81\,\frac{kJ}{kg}

h_{out} = 203.81\,\frac{kJ}{kg}

The boiler heats the water to the state of saturated vapor, whose specific enthalpy is:

h_{out} = 2685.4\,\frac{kJ}{kg}

The rate of heat transfer in the boiler is:

\dot Q_{in} = \left(150\,\frac{kg}{s}\right)\cdot \left(2685.4\,\frac{kJ}{kg}-203.81\,\frac{kJ}{kg} \right)\cdot \left(\frac{1\,MW}{1000\,kW} \right)

\dot Q_{in} = 372.239\,MW

You might be interested in
The Stefan-Boltzmann law can be employed to estimate the rate of radiation of energy H from a surface, as in
Mazyrski [523]

Explanation:

A.

H = Aeσ^4

Using the stefan Boltzmann law

When we differentiate

dH/dT = 4AeσT³

dH/dT = 4(0.15)(0.9)(5.67)(10^-8)(650)³

= 8.4085

Exact error = 8.4085x20

= 168.17

H(650) = 0.15(0.9)(5.67)(10^-8)(650)⁴

= 1366.376watts

B.

Verifying values

H(T+ΔT) = 0.15(0.9)(5.67)(10)^-8(670)⁴

= 1542.468

H(T+ΔT) = 0.15(0.9)(5.67)(10^-8)(630)⁴

= 1205.8104

Error = 1542.468-1205.8104/2

= 168.329

ΔT = 40

H(T+ΔT) = 0.15(0.9)(5.67)(10)^-8(690)⁴

= 1735.05

H(T-ΔT) = 0.15(0.9)(5.67)(10^-8)(610)⁴

= 1735.05-1059.83/2

= 675.22/2

= 337.61

5 0
3 years ago
Airbags will deploy in a head on collision but not in a collision that occurs from angle
Aneli [31]

Answer:  

Airbags will deploy in almost any angle.

Explanation:

Cars have sensors around them, so when the car gets hit, the sensors detect a crash and deploy the airbags to keep you safe.

8 0
3 years ago
C#: Arrays - Ask the user how many students names they want to store. You will create two parallel arrays (e.g. 2 arrays with th
zhenek [66]

Answer:

  1. using System;      
  2. public class Program
  3. {
  4. public static void Main()
  5. {
  6.  Console.WriteLine("Enter number of students: ");
  7.  int num = Convert.ToInt32(Console.ReadLine());
  8.  string [] firstName = new string[num];
  9.  string [] lastName = new string[num];
  10.  
  11.  for(int i=0 ; i < num; i++){
  12.   Console.WriteLine("Enter first name: ");
  13.   firstName[i] = Console.ReadLine();
  14.    
  15.   Console.WriteLine("Enter last name: ");
  16.   lastName[i] = Console.ReadLine();
  17.  }
  18.  
  19.  for(int j=0; j < num; j++){
  20.   Console.WriteLine(lastName[j] + "," + firstName[j]);
  21.  }
  22. }
  23. }

Explanation:

Firstly, prompt user to enter number of student to be stored (Line 6- 7). Next, create two array, firstName and lastName with num size (Line 8-9).

Create a for-loop to repeat for num times and prompt user to enter first name and last name and then store them in the firstName and lastName array, respectively (Line 11 - 17).

Create another for loop to traverse through the lastName and firstName array and display the last name and first name by following the format given in the question (Line 19 - 21).

4 0
3 years ago
What careers could you potential do if you
Margarita [4]

Answer:

Engineering careers. If you want to stay in engineering, your job opportunities are very much linked to your degree type, and you probably know what many of them are already. ...

Consulting. ...

Technical writing. ...

Business. ...

Investment banking. ...

Law. ...

Manufacturing and production. ...

Logistics and supply chain.

Explanation:

3 0
3 years ago
1. An air standard cycle is executed within a closed piston-cylinder system and consists of three processes as follows:1-2 = con
QveST [7]

Answer:

Explanation: Here it is: 67 Hope that helps! :)

5 0
3 years ago
Other questions:
  • How I do I get nut out of sheets​
    8·2 answers
  • Air enters the compressor of an ideal cold air-standard Brayton cycle at 100 kPa, 300 K, with a mass flow rate of 6 kg/s. The co
    11·1 answer
  • Consider a fully-clamped circular diaphragm poly-Si with a radius of 250 μm and a thickness of 4 μm. Assume that Young’s modulus
    14·1 answer
  • When were dresses made
    10·1 answer
  • An air compressor of mass 120 kg is mounted on an elastic foundation. It has been observed that, when a harmonic force of amplit
    13·1 answer
  • Nearlyof all serious occupational injuries and illnesses stem from overexertion of repetitive motion.
    14·1 answer
  • I want to explain what 2000 feet looks like to young children so that they can imagine it in class
    12·1 answer
  • The electrical panel schedules are located on EWR Plan number ___.
    13·1 answer
  • In which situation is a are food service workers not required to wash their hands?
    8·2 answers
  • A steel bar with a diameter of .875 inches and a length of 15.0 ft is axially loaded with a force of 21.6 kip. The modulus of el
    10·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!