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
Brums [2.3K]
3 years ago
9

Steam at 40 bar and 500o C enters the first-stage turbine with a volumetric flow rate of 90 m3 /min. Steam exits the turbine at

20 bar and 400o C. The steam is then reheated at constant pressure to 500o C before entering the second-stage turbine. Steam leaves the second stage as saturated vapor at 0.6 bar. For operation at steady state, and neglecting stray heat transfer and kinetic and potential energy effects, determine (a) The mass flow rate of the steam (in kg/h). (b) The total power produced by the two stages of the turbine (in kW). (c) The rate of heat transfer to the steam flowing through the reheater (in kW)
Engineering
1 answer:
a_sh-v [17]3 years ago
8 0

Answer:

(a) 62460 kg/hr

(b) 17,572.95 kW

(c) 3,814.57 kW

Explanation:

Volumetric flow rate, G = 30 m³ / 1 min => 90 / 60 => 1.5

Calculate for h₁ , h₂ , h₃

h₁ is h at P = 40 bar, 500°C => 3445.84 KJ/Kg

Specific volume steam, ц = 0.086441 m³kg⁻¹

h₂ is h at P = 20 bar, 400°C => 3248.23 KJ/Kg

h₃ is h at P = 20 bar, 500°C => 3468.09 KJ/Kg

h₄ is hg at P = 0.6 bar from saturated water table => 2652.85 KJ/Kg

a)

Mass flow rate of the steam, m = G / ц

m = 1.5 / 0.086441

m = 17.35 kg/s

mass per hour is m = 62460 kg/hr

b)

Total Power produced by two stages

= m (h₁ - h₂) + m (h₃ - h₁)

= m [(3445.84 - 3248.23) + (3468.09 - 2652.85)]

= m [ 197.61 + 815.24 ]

= 17.35 [1012.85]

= 17,572.95 kW

c)

Rate of heat transfer to the steam through reheater

= m (h₃ - h₂)

= 17.35 x (3468.09 - 3248.23)

= 17.35 x 219.86

= 3,814.57 kW

You might be interested in
simple Brayton cycle using air as the working fluid has a pressure ratio of 10. The minimum and maximum temperatures in the cycl
Irina18 [472]

Answer:

a) 764.45K

b) 210.48 kJ/kg

c) 30.14%

Explanation:

pressure ratio = 10

minimum temperature = 295 k

maximum temperature = 1240 k

isentropic efficiency for compressor = 83%

Isentropic efficiency for turbine = 87%

<u>a) Air temperature at turbine exit </u>

we can achieve this by interpolating for enthalpy

h4 = 783.05 kJ/kg ( calculated in the background ) at state 4 using Table A-17  for  Ideal gas properties of air

T4 ( temperature at Turbine exit ) = 760 + ( 780 - 760 ) (\frac{783.05-778.18}{800.13-778.18} ) = 764.45K

<u>b) The net work output </u>

first we determine the actual work input to compressor

Wc = h2 - h1  ( calculated values )

     = 626.57 - 295.17 =  331.4 kJ/kg

next determine the actual work done by Turbine

Wt = h3 - h4  ( calculated values )

     = 1324.93 - 783.05 = 541.88 kJ/kg

finally determine the network output of the cycle

Wnet = Wt - Wc

         = 541.88 - 331.4  = 210.48 kJ/kg

<u>c) determine thermal efficiency </u>

лth = Wnet / qin  ------ ( 1 )

where ; qin = h3 - h2

<em>equation 1 becomes </em>

лth = Wnet / ( h3 - h2 )

      = 210.48 / ( 1324.93 - 626.57 )

      = 0.3014  =  30.14%

6 0
3 years ago
Write a program to control the operation of the RED/GREEN/BLUE LED (LED2) as follows: 1. If no button is pressed, the LED should
aalyn [17]

Answer:

See explaination

Explanation:

int RED=10; int BLUE=11; int GREEN=12; int BUTTON1=8; int BUTTON2=9; void setup() { pinMode(RED, OUTPUT); pinMode(BLUE, OUTPUT); pinMode(GREEN, OUTPUT); pinMode(BUTTON1, INPUT); pinMode(BUTTON2, OUTPUT); } void loop() { int BTN1_STATE=digitalRead(BUTTON1); int BTN2_STATE=digitalRead(BUTTON2); if(BTN1_STATE==HIGH) { digitalWrite(BLUE, HIGH); delay(1000); // Wait for 1 second digitalWrite(BLUE, LOW); } if(BTN2_STATE==HIGH) { digitalWrite(RED, HIGH); delay(4000); // Wait for 4 seconds digitalWrite(RED, LOW); } if(BTN1_STATE==HIGH && BTN2_STATE==HIGH) { digitalWrite(GREEN, HIGH); delay(2000); // Wait for 2 second digitalWrite(GREEN, LOW); } }

4 0
3 years ago
This problem demonstrates aliasing. Generate a 512-point waveform consisting of 2 sinusoids at 200 and 400-Hz. Assume a sampling
aalyn [17]

Answer and Explanation:

clear all; close all;  

N=512;  

t=(1:N)/N;

fs=1000;  

f=(1:N)*fs/N;

x= sin(2*pi*200*t) + sin(2*pi*400*t);  

y= sin(2*pi*200*t) + sin(2*pi*900*t);

for n = 1:20  

a(n) = (2/N)*sum(x.*(cos(2*pi*n*t)))

b(n) = (2/N)*sum(x.*(sin(2*pi*n*t)))  

c(n) = sqrt(a(n).^2+b(n).^2)  

theta(n) =-(360/(2*pi))*atan(b(n)./a(n));  

end  

plot(f(1:20),c(1:20),'rd');

disp([a(1:4),b(1:4),c(1:4),theta(1:4)])

8 0
3 years ago
Volume of sale (i.e., the number of parts sold) is a factorwhen determining which
nadya68 [22]

Answer: N has to be lesser than or equal to 1666.

Explanation:

Cost of parts N in FPGA = $15N

Cost of parts N in gate array = $3N + $20000

Cost of parts N in standard cell = $1N + $100000

So,

15N < 3N + 20000 lets say this is equation 1

(cost of FPGA lesser than that of gate array)

 Also. 15N < 1N + 100000  lets say this is equation 2  

(cost of FPGA lesser than that of standardcell)

Now

From equation 1

12N < 20000

N < 1666.67

From equation 2

14N < 100000

N < 7142.85

AT the same time, Both conditions must hold true

So N <= 1666 (Since N has to be an integer)

N has to be lesser than or equal to 1666.

3 0
3 years ago
HELP!
olya-2409 [2.1K]
The thickness is thick
5 0
3 years ago
Other questions:
  • A Michelson interferometer operating at a 500 nm wavelength has a 3.73-cm-long glass cell in one arm. To begin, the air is pumpe
    9·1 answer
  • There is a proposal in Brooklyn to construct a new mid-rise apartment building on a vacant lot at the intersection of Avenue A a
    8·1 answer
  • A flat-plate solar collector is used to heat water by having water flow through tubes attached at the back of the thin solar abs
    8·1 answer
  • Power is a fundamental dimension. a) True b) False
    15·1 answer
  • List five things the welding symbol will tell the welder about the weld that is to be made.​
    13·1 answer
  • What happens to the electrolyte, during discharging?
    9·1 answer
  • Rod of steel, 200 mm length reduces its diameter (50 mm) by turning by 2 mm with feed speed 25 mm/min. You are required to calcu
    11·1 answer
  • Explain your own understanding about the relevant connections between the four subsystems of Earth through the use of a creative
    9·1 answer
  • Analyze the example of this band saw wheel and axle. The diameter of the wheel is 14 inches. The diameter of the axle that drive
    9·1 answer
  • Are the communication skills required for a team leader in a manufacturing plant different from those of a customer service exec
    9·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!