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
mars1129 [50]
3 years ago
13

A coal-fired power plant is burning bituminous coal that has an energy content of 12,000 Btu/lb. The power plant is burning the

coal at a rate of 110 lb/s. The efficiency of the powerplant is 33%, which means that 67% of the total energy from the coal is lost as waste heat.
a. A new heat exchanger is installed that is capable of using 0.12% of the waste heat to heat an air stream for use in another process in the plant. The air enters the heat exchanger at a volumetric flow rate of 2,000 acfm at 298 K and 1 atm. Assuming the heat exchanger is 90% efficient (i.e., 90% of the heat supplied to the heat exchanger is transferred to the air stream), at what temperature will the air leave the heat exchanger, assuming an exit pressure of 1 atm? Use an average specific heat of 0.244 Btu/lb-°R.
b. What will be the volumetric flow rate of the gas leaving the heat exchanger (in units of acfm)?
c. If the air exiting the heat exchanger has a moisture content of 12% (v/v), what is the moisture-corrected dry flow rate (in units of dry standard cubic meters per minute) at STP (1 atm, 298 K)?
Engineering
1 answer:
dybincka [34]3 years ago
3 0

Answer:

a) T_{out} = 2190.455 ^{\textdegree}R b) \dot V_{air,out} = 8352.941 acfm  c) \dot V_{air,out,corr} = 7350.588 afcm

Explanation:

a) The heat lost by the power plant is:

\dot Q_{loss} = (0.67) \cdot (110 \frac{lbm}{s} ) \cdot (12000 \frac{BTU}{lbm} )\\\dot Q_{loss} = 884400 BTU

The waste heat used by heat exchanger is:

\dot Q_{used} = (0.0012) \cdot \dot Q_{loss}\\\dot Q_{used} = 1061.28 BTU

Assuming that air behaves as an ideal gas, density is given by following expression:

\rho_{air} = \frac{P \cdot M_{air}}{R_{u} \cdot T}

\rho_{air} = \frac{(101.325 kPa) \cdot (28 \frac{kg}{kmol})}{(8.314 \frac{kPa\cdot m^{3}}{kmol \cdot K} )(298 K)}\\\rho_{air} = 1.145 \frac{kg}{m^{3}}

The density unit is converted to pounds per cubic feet:

\rho_{air} = 1.145 \frac{kg}{m^{3}} \cdot (\frac{1 lb}{0.453 kg}) \cdot (\frac{0.304 m}{1 ft} )^{3} \\\rho_{air} = 0.071 \frac{lb}{ft^{3}}

The heat received by air flow through heat exchanger is:

\dot Q_{air} = (0.90) \cdot \dot Q_{used}\\\dot Q_{air} = 955.152 BTU

Outlet temperature can isolated from the following formula:

\dot Q_{air} = \rho_{air} \cdot \dot V_{air} \cdot c_{p,air} \cdot (T_{out} - T_{in})

T_{out} =T_{in} + \frac{\dot Q_{air}}{\rho_{air} \cdot \dot V_{air} \cdot c_{p,air}}

T_{out} = 536.4 ^{\textdegree}R + \frac{955.152 BTU}{(0.071\frac{lb}{ft^{3}})\cdot (33.333 \frac{ft}{s} )\cdot(0.244 \frac{BTU}{lb ^{\textdegree}R})}\\T_{out} = 2190.455 ^{\textdegree}R

b) Due to the compressibility of air, density has to be calculated by using the approach from section a).

\rho_{air,out} = \frac{(101.325 kPa) \cdot (28 \frac{kg}{kmol})}{(8.314 \frac{kPa\cdot m^{3}}{kmol \cdot K} )(1217 K)}\\\rho_{air,out} = 0.280 \frac{kg}{m^{3}}

\rho_{air,out} = 0.017 \frac{lb}{ft^{3}}

Volumetric flow can be found by Principle of Mass Conservation:

\dot V_{air, out} = \frac{\rho_{air}}{\rho_{air,out}}\cdot \dot V_{air}

\dot V_{air,out} = 8352.941 acfm

c) The moisture component indicates that 88 percent of volume is occupied by dry-air. The moisture-corrected dry flow rate is:

\dot V_{air,out,corr} = 0.88 \cdot (8352.941 afcm)\\\dot V_{air,out,corr} = 7350.588 afcm

You might be interested in
True or False: The differential lock in an AWD-equipped vehicle can be used at any time.
Bingel [31]

the answer would be false

7 0
3 years ago
Read 2 more answers
How would I get this python code to run correctly? it's not working.​
Elanso [62]

Answer:

See Explanation

Explanation:

This question requires more information because you didn't state what the program is expected to do.

Reading through the program, I can assume that you want to first print all movie titles then prompt the user for a number and then print the move title in that location.

So, the correction is as follows:

Rewrite the first line of the program i.e. movie_titles = ["The grinch......."]

for each_movie_titles in movie_titles:

   print(each_movie_titles)

   

usernum = int(input("Number between 0 and 9 [inclusive]: "))

if usernum<10 and usernum>=0:

   print(movie_titles[usernum])

Line by line explanation

This iterates through the movie_titles list

for each_movie_titles in movie_titles:

This prints each movie title

   print(each_movie_titles)

This prompts the user for a number between 0 and 9    

usernum = int(input("Number between 0 and 9 [inclusive]: "))

This checks for valid range

if usernum<10 and usernum>=0:

If number is valid, this prints the movie title in that location

   print(movie_titles[usernum])

6 0
3 years ago
a) A total charge Q = 23.6 μC is deposited uniformly on the surface of a hollow sphere with radius R = 26.1 cm. Use ε0 = 8.85419
dusya [7]

Answer:

(a) E = 0 N/C

(b) E = 0 N/C

(c) E = 7.78 x10^5 N/C

Explanation:

We are given a hollow sphere with following parameters:

Q = total charge on its surface = 23.6 μC = 23.6 x 10^-6 C

R = radius of sphere = 26.1 cm = 0.261 m

Permittivity of free space = ε0 = 8.85419 X 10−12 C²/Nm²

The formula for the electric field intensity is:

E = (1/4πεo)(Q/r²)

where, r = the distance from center of sphere where the intensity is to be found.

(a)

At the center of the sphere r = 0. Also, there is no charge inside the sphere to produce an electric field. Thus the electric field at center is zero.

<u>E = 0 N/C</u>

(b)

Since, the distance R/2 from center lies inside the sphere. Therefore, the intensity at that point will be zero, due to absence of charge inside the sphere (q = 0 C).

<u>E = 0 N/C</u>

(c)

Since, the distance of 52.2 cm is outside the circle. So, now we use the formula to calculate the Electric Field:

E = (1/4πεo)[(23.6 x 10^-6 C)/(0.522m)²]

<u>E = 7.78 x10^5 N/C</u>

4 0
3 years ago
2 Blocks 1 and 2 rest on rough surfaces with coefficient of frictions ¢1 and ¢2 respectively. The blocks
Amiraneli [1.4K]

Answer:

  • 100N
  • 25N

Explanation:

a) On the verge of tipping over, reaction acts at the corner A

When slippage occurs,

Block moves w/ const. velocity  equilibrium

Three-force member: reaction at A must pass through B

tan b/2h, h b/ 2 θ µ = = ∴= k k ( µ )

b) When slippage occurs,

Block moves w/ const. velocity  equilibrium

Three-force member: reaction at C must pass through G

k tanθ µ =

tan x/ H/2 , x H/2

4 0
3 years ago
One AA battery in a flashlight stores 9400 J. The three LED flashlight bulbs consume 0.5 W. How many hours will the flashlight l
Effectus [21]

Answer:

time = 5.22 hr

Explanation:

Given data:

Energy of battery = 9400 J

Power consumed by three led bulb is 0.5 watt

we know Power is give as

Power = \frac{ energy}{time}

plugging all value and solve for time

time = \frac{energy}{power}

time = \frac{9400}{0.5}

time = 18,800 sec

in hour

1 hour = 3600 sec

therefore in 18,800 sec

time = \frac{18800}{3600} = 5.22 hr

7 0
3 years ago
Other questions:
  • Carbon dioxide (CO2) at 1 bar, 300 K enters a compressor operating at steady state and is compressed adiabatically to an exit st
    11·1 answer
  • You just purchased a 400-L rigid tank for a client who works in the gas industry. The tank is delivered pre-filled with 3 kg of
    8·1 answer
  • What considerations are included in the Preliminary Floodproofing/Retrofitting Preference Matrix?
    7·1 answer
  • he ventilating fan of the bathroom of a building has a volume flow rate of 28 L/s and runs continuously. If the density of air i
    9·1 answer
  • Technician A says that the paper test could detect a burned valve. Technician B says that a grayish white stain on the engine co
    14·1 answer
  • Is an ideal way for a high school student to see what an engineer does on a typical day but does not provide a hands-on experien
    9·2 answers
  • Nitrogen gas is compressed at steady state from a pressure of 14.2 psi and a temperature 60o F to a pressure of 120 psi and a te
    7·1 answer
  • Which of the following can cause a flopping sound at the front of the engine
    14·1 answer
  • Which type of system is being researched to deliver power to several motors to drive multiple systems in vehicles?
    10·1 answer
  • In a typical American building, most modern lighting systems must use what voltage?
    12·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!