A steam power plant receives heat from a furnace at a rate of 280 GJ/h. (that is
‘giga’ joules.) Heat losses to the surrounding air from the steam as it passes through the pipes and other components are estimated to be about 8 GJ/h. If the waste heat is transferred to the cooling water at a rate of 145 GJ/h, determine (a) the net power output and (b) the thermal efficiency of this power plant.

Answers

Answer 1

Answer:

a) [tex]\dot W_{out} = 35.278\,MW[/tex], b) [tex]\eta_{th} = 45.357\,\%[/tex]

Explanation:

a) The net power output is:

[tex]\dot W_{out} = \dot Q_{in} - \dot Q_{out} - \dot Q_{loss}[/tex]

[tex]\dot W_{out} = \left(280\,\frac{GJ}{h} - 145\,\frac{GJ}{h} - 8\,\frac{GJ}{h}\right)\cdot \left(\frac{1000\,MJ}{1\,GJ}\right)\cdot \left(\frac{1\,h}{3600\,s} \right)[/tex]

[tex]\dot W_{out} = 35.278\,MW[/tex]

b) The thermal efficiency of the power plant is:

[tex]\eta_{th} = \frac{\dot Q_{in}-\dot Q_{out} - \dot Q_{loss}}{\dot Q_{in}}\times 100\,\%[/tex]

[tex]\eta_{th} = \frac{280\,\frac{GJ}{h}-145\,\frac{GJ}{h}-8\,\frac{GJ}{h} }{280\,\frac{GJ}{h} } \times 100\,\%[/tex]

[tex]\eta_{th} = 45.357\,\%[/tex]


Related Questions

(Using Python)Part 2aNumerology is the "study of the purported mystical or special relationship between a number and observed or perceived events." It has been used throughout human history as a way to attach meaning to a name, object or event using mathematics. It is considered a "pseudoscience" by modern scientists since it has no basis in observable phenomena. With that said, it makes a great programming challenge so we're going to go with it! :)What you want to do for this project is to ask the user to type in their name. Next, you will need to use a technique called "theosophical reduction" to convert their name into a number. With this technique we assign each letter of the alphabet its own number. For example, the letter "a" is equal to the number 1. "b" = 2, "c" = 3, "z" = 26, etc. You should ignore non-alphabetic characters (i.e. numbers, spaces and special characters)Once you've gotten all of the letters converted into numbers you can add them up into one single number. This is the "numerology number" for the name that the user entered.So for the name "craig" the numerology number would be:c = 3r = 18a = 1i = 9g = 73 + 18 + 1 + 9 + 7 = 38Here's are a few sample runnings of this program:Name: craigYour 'cleaned up' name is: craigReduction: 38Name: craig kappYour 'cleaned up' name is: craigkappReduction: 82Name: rumple stil skinYour 'cleaned up' name is: rumplestilskinReduction: 198Name: !rumple!stil!skinYour 'cleaned up' name is: rumplestilskinReduction: 198Name: pikachu!pikapika!Your 'cleaned up' name is: pikachupikapikaReduction: 143Name: PIKACHUpikapikaYour 'cleaned up' name is: pikachupikapikaReduction: 143Some hints:Convert the user's name to all uppercase or all lowercase before you do anything elseRemove any spaces, numbers or special characters from the name to ensure that you are only working with the letters A-ZThe ord() function may be userful to convert each character into an ASCII index

Answers

Answer:

See explaination for python programming code

Explanation:

Python programming code below

import re

s = "abc" # enter string here

#s = "hello world! HELLOW INDIA how are you? 01234"

# Short version

print filter(lambda c: c.isalpha(), s)

# Faster version for long ASCII strings:

id_tab = "".join(map(chr, xrange(256)))

tostrip = "".join(c for c in id_tab if c.isalpha())

print s.translate(id_tab, tostrip)

# Using regular expressions

s1 = re.sub("[^A-Za-z]", "", s)

s2 = s1.lower()

print s2

import string

values = dict()

for index, letter in enumerate(string.ascii_lowercase):

values[letter] = index + 1

sum = 0

for ch2 in s2:

for ch1 in values:

if(ch2 == ch1):

sum = sum + values[ch1]

print sum

A circular bar will be subjected to an axial force (P) of 2000 lbf. The bar will be made of material that has a strength (S) of 24 kpsi. After some calculation, the designer has selected a standard 1/2 in diameter (d) bar. The factor of safety (n) is ____. Round the answers to three significant digits.

Answers

Answer:

[tex]n = 2.36[/tex]

Explanation:

The stress experimented by the circular bar is:

[tex]\sigma = \left[\frac{2000\, lbf}{\frac{\pi}{4}\cdot (0.5\,in)^{2}}\right]\cdot \left(\frac{1\,kpsi}{1000\,psi} \right)[/tex]

[tex]\sigma = 10.186\,kpsi[/tex]

The safety factor is:

[tex]n = \frac{24\,kpsi}{10.186\,kpsi}[/tex]

[tex]n = 2.36[/tex]

The entire population of a given community is examined, and all who are judged to be free from bowel cancer are questioned extensively about their diets. These people then are followed for several years to see whether or not their eating habits will predict their risk of developing bowel cancer.

a. Cross-sectional study
b. Case-control study
c. Prospective cohort study
d. Historical prospective cohort study
e. Clinical trial
f. Community trial

Answers

Answer:

type of study design is Prospective cohort study

Explanation:

This study follows overtime in a group of similar people who differ from some of the factors in the study to determine how factors may affect the outcome rate. Tests may vary depending on the hypothesis given by Cretin patients who are cigarette patients, who are most likely to be smokers, then most likely to be over 20 years of age, with a high rate of lung cancer. The effective cause of the disease is determined by the method of screening of the individuals below.

Design a Mealy machine for a 20 cent candy dispensing machine which accepts nickel (n) , dime (d) and quarter(q) . It gives candy as well change in the form of nickels only. To help you, here are the some of the elements of the machine: States: 0, 5, 10 and 15 represent the amount of money already inserted in the machine. n, d and q representing coins inserted in the machine Output: c0 (candy and no change), c1 (one nickel as change), c2(two nickels as change ), c3 (three nickels as change), and c4 (four nickels as change)

Answers

Find the answer in the attachment

The air velocity in the duct of a heating system is to be measured by a Pitot-static probe inserted into the duct parallel to the flow. The differential height between the water columns connected to the two outlets of the probe is 0.126 m.Take the density of water to be 1000 kg/m3. The gas constant of air is R = 0.287 kPa-m3/kg-K.The air temperature and pressure in the duct are 352 K and 98 kPa, respectively.

Answers

Answer:

Flow velocity

50.48m/s

Pressure change at probe tip

1236.06Pa

Explanation:

Question is incomplete

The air velocity in the duct of a heating system is to be measured by a Pitot-static probe inserted into the duct parallel to the flow. If the differential height between the water columns connected to the two outlets of the probe is 0.126m, determine (a) the flow velocity and (b) the pressure rise at the tip of the probe. The air temperature and pressure in the duct are 352k and 98 kPa, respectively

solution

In this question, we are asked to calculate the flow velocity and the pressure rise at the tip of probe

please check attachment for complete solution and step by step explanation

Jasper and Gemma are going to play on a teeter totter. Gemma gets on first. When Jasper gets on, Gemma moves into the air, but she does not move to the top. Which statement could correctly explain the forces acting on the teeter totter? assume that Jasper and Gemma are the same distance from one another.

Answers

Answer:

A) the forces are balanced because Jasper weighs the same as Gemma

Explanation:

Answer:

A. The forces are balanced because Jasper weighs the same as Gemma.

Explanation:

Took the test

The function below takes a single string parameter called sentence. Your function should return True if the sentence contains at least one copy of each of the following vowels: a, e, i, o, and u. Otherwise, return False. The vowels can be either upper case or lower case.

student.py
Bef contains_all_values (sentence): 1 w

Answers

Final answer:

The question asks for a function to check if a sentence contains all five vowels at least once, regardless of case sensitivity. A solution involves creating a set of vowels and comparing it to a set of found vowels in the sentence, returning true if all vowels are present.

Explanation:

The question relates to determining whether a given sentence contains all five vowels (a, e, i, o, u) at least once, ignoring case sensitivity. This problem is typically solved using a function that iterates through each character in the sentence, checks if it is a vowel, and then keeps track of whether all vowels have been encountered. The essential steps involve converting the sentence to lowercase (to ignore case sensitivity), then checking for the presence of each vowel. A simple approach is to use a set to keep track of the vowels found, and once the set contains all five vowels, the function can return True. Otherwise, it returns False after checking the entire sentence.

An example implementation could be:

def contains_all_vowels(sentence):
   vowels = set('aeiou')
   found = set(c.lower() for c in sentence if c.lower() in vowels)
   return found == vowels

This code creates a set of vowels and then iterates over the sentence, adding each encountered vowel to another set. If, by the end of the sentence, the second set is equal to the set of all vowels, the function returns True; otherwise, it returns False.

The Atbash Cipher encrypts messages by reversing lowercase letters, so ‘a’ becomes ‘z’, ‘b’ becomes ‘y’, ‘c’ becomes ‘x’, etc... Also, any space or punctuation mark gets repeated. For example, hello human! encrypts to svool sfnzm!! Encrypt msg and save the answer to a variable called encrypted (you don’t have to display anything). Note: msg will only have lowercase letters, punctuation and spaces. msg = input('Enter secret message: ', 's');

Answers

Answer:

See Explanation Below

Explanation:

// Program is written in C++ Programming Language

// Comments are used for explanatory purpose

// Program starts here

#include<iostream>

#include <bits/stdc++.h>

using namespace std;

int main()

{

// Declare 2 string variables to store the secret message and to store the encrypted text

string message, result;

// Prompt user to enter a secret message

cout<<"Enter a secret message: ";

cin>message;

// Convert the input string to char array

int n = message.length();

char char_array[n + 1];

strcpy(char_array, message.c_str());

// Initialise result

result = "";

// Declare an array of all possible alphabets a-z

char possible[26] = { 'a','b','c','d','e','f','g,','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v',w','x','y','z'};

// Generate output string

// Start by getting string position

int count = 0;

while(count<n)

{

// If current character is blank or !

if(char_array[count] = '!' || char_array[count] = ' ')

{

result+=char_array[count];

}

else

{

for(int I = 0; I<26; I++)

{

if(char_array[count] = possible[I])

{

result+=possible[25-I];

}

}

}

count++;

}

// No output required; the program stops here

return 0;

}

// End of program

In your new role at Wayne Industries, you have been given the freedom to propose and develop your own project ideas. You have an idea for a frictionless piston-cylinder assembly. Your design requires the expansion of 0.25 m3 of air at 3.3 MPa and 280 oC to 180 kPa in a slow, isothermal process. In order to be approved for further development, you need to submit calculations for the values of the heat transferred in the process.

Answers

Answer:

461.65 KJ/Kg

Explanation:

In this question, we are asked to calculate the values of heat transferred in the process.

Please check attachment for complete solution and step by step explanation

2.) For a 20‐mm‐diameter tube with either water or unused engine oil flowing through it, find: a.)The mean velocity, hydrodynamic entry length, and thermal entry length for each of the fluids with a temperature of 300 K if the mass flow rate is 0.01 kg/s. b.)The mass flow rate, hydrodynamic entry length, and thermal entry length for each fluid at 400 K and a mean velocity of 0.02 m/s.

Answers

Answer:

a.) The mean velocity = 0.0318 m/s

    The  hydrodynamic entry length = 0.636 m

     The  thermal entry length = 0.004 m

(b) The mass flow rate = 0.0051 kg/s

    The hydrodynamic entry length = 0.028 m

     The  thermal entry length = 1.419 m

Explanation:

See the attached files for the calculation.

You are provided the following information about a municipal wastewater treatment plant. This plant uses the traditional activated-sludge process.

Assume the microorganisms are 55 percent efficient at converting food to biomass, the organisms have a first-order death rate constant of 0.05/day, and the microbes reach half of their maximum growth rate when the BOD5 concentration is 10 mg/L. There are 150,000 people in the community (their wastewater production is 225 L/day-capita, 0.1 kg BOD5/capita-day). The effluent standard is BOD5 = 20 mg/L and TSS = 20 mg/L.

Suspended solids were measured as 4,300 mg/L in a wastewater sample obtained from the biological reactor, 15,000 mg/L in the secondary sludge, 200 mg/L in the plant influent, and 100 mg/L in the primary clarifier effluent. SRT is equal to 4 days.

(a) What is the design volume of the aeration basin (m3)?

(b) What is the plant

Answers

Answer:

Explanation:

Attached is the solution

- if `check_1` and `check_2` variables are both True, it should set the value of a variable `outcome` to the string 'BOTH' - elif `check_1` is True and `check_2` is False, it should set the value of a variable `outcome` to the string 'ONE' - elif `check_1` is False and `check_2` is True, it should set the value of a variable `outcome` to the string 'TWO' - else (meaning both must be False), it should set the value of a variable `outcome` to the string 'NEITHER'

Answers

Answer:

See Explaination

Explanation:

if(check1 and check2):

outcome = "BOTH"

elif(check1):

outcome = "ONE"

elif(check2):

outcome = "TWO"

else:

outcome = "NEITHER"

A minor road intersects a major 4-lane divided road with a design speed of 55mph and a median width of 8 feet. The intersection is controlled with a stop sign on the minor road. If the design vehicle is a passenger car, determine the minimum sight distance required on the major road that will allow a stopped vehicle on the minor road to safely turn left if the approach grade on the minor road is 3%.

Answers

Answer:

stopping sight diatnce is =158 meters

Explanation:

The Design Speed =55 MPH(Miles per Hour)

1 miles per hour =0.447 meter pe second

then 55MPH=55*0.447=24.58 meter per second

Consider recation time =2.5 second

Consider Co efficinet friction is 0.35

As per the Stopping sight distance based on the Breaking distance+ Lag distance

SSD=Vt+(V^2/(2gf))

SSD=24.58+(24.58^2/(2*9.81*0.35))

The total stopping sight distance is =150 meters

if we consider the Approaching garde on the minor road is 3%

SSD=Vt+(V^2/(2g(f-n/100))

SSD=24.58+(24.58^2/(2*9.81*(0.35-3/100))

then stopping sight diatnce is =158 meters

See attachment for workings

A plate of an alloy steel has a plane-strain fracture toughness of 50 MPa√m. If it is known that the largest surface crack is 0.5 mm long and that the value of Y is 1.1, which of the following can be said about this plate when a tensile stress of 1000 MPa is applied?

A. It is not possible to determine whether or not the plate will fracture.
B. The plate will definitely not fracture
C. The plate will definitely fracture.

Answers

Answer:

option B is correct. Fracture will definitely not occur

Explanation:

The formula for fracture toughness is given by;

K_ic = σY√πa

Where,

σ is the applied stress

Y is the dimensionless parameter

a is the crack length.

Let's make σ the subject

So,

σ = [K_ic/Y√πa]

Plugging in the relevant values;

σ = [50/(1.1√π*(0.5 x 10^(-3))]

σ = 1147 MPa

Thus, the material can withstand a stress of 1147 MPa

So, if tensile stress of 1000 MPa is applied, fracture will not occur because the material can withstand a higher stress of 1147 MPa before it fractures. So option B is correct.

A powerplant is emitting 80 g/s NO and has an effective stack height of 100 m. The windspeed is measured to be 4 m/s at a height of 10 m. It is a clear summer day and the sun is located directly overhead. Find: a. Ground-level NO concentration 2 km directly downwind of the powerplant. b. Maximum NO concentration at the ground-level. c. Ground-level NO concentration 2 km downwind and 0.1 km off the downwind axis.

Answers

Answer:

Explanation:

The step by step solution is in the attached file.

The arrival rate at a parking lot is 6 veh.min. Vehicles start arriving at 6:00PM and when the queue reaches 36 vehicles, service begins. If company policy is that total vehicle delay should be equal to 500 veh-min, what is the departure rate?

Answers

Answer:

Departure rate = 7.65 vehicle/min

Explanation:

See the attached file for the calculation.

Five hundred gallons of 89-octane gasoline is obtained by mixing 87-octane gasoline with 92-octane gasoline. (a) Write a system of equations in which one equation represents the total amount of final mixture required and the other represents the amounts of 87- and 92-octane gasoline in the final mixture. Let x and y represent the numbers of gallons of 87- and 92-octane gasoline, respectively. (b) Use a graphing utility to graph the two equations in part (a) in the same viewing window. As the amount of 87-octane gasoline increases, how does the amount of 92-octane gasoline change? (c) How much of each type of gasoline is required to obtain the 500 gallons of 89-octane gasoline?

Answers

Explanation:

a) The total volume equals the sum of the volumes.

500 = x + y

The total octane amount equals the sum of the octane amounts.

89(500) = 87x + 92y

44500 = 87x + 92y

b) desmos.com/calculator/ekegkzllqx

As x increases, y decreases.

c) Use substitution or elimination to solve the system of equations.

44500 = 87x + 92(500−x)

44500 = 87x + 46000 − 92x

5x = 1500

x = 300

y = 200

The required volumes are 300 gallons of 87 gasoline and 200 gallons of 92 gasoline.

Determine the angle φ at which the applied force P should act on the pipe so that the magnitude of P is as small as possible for pulling the pipe up the incline. What is the corresponding value of P? The pipe weighs W and the slope α is known. Express the answer in terms of the angle of static friction, θ = tan-1 μs.

Answers

Answer:

∅=Ф  

P = W sin([tex]\alpha[/tex] + Ф)

Explanation:

First, we'll isolate and draw the free-body diagram of the pipe  

Note that since the pipe is moving, the friction force is equal to the product of normal reaction force and the kinetic coefficient of friction  

F = F_max = u_kN  

Also note that the weight makes with the y-axis angle a because the x-axis makes the same angle with the horizontal  

The expression for angle of friction is:

B = tan-1 (u_k)

From here we can express the coefficient of friction as:

u_k = tan(Ф)

Replace u_s by tan(Ф) in the expression for the friction force

F = N tan(Ф)  

diagram is attached

By equating sum of forces in y-direction to zero, we can write the expression for the normal reaction force  

ΣF_y = 0

N — W cos[tex]\alpha[/tex]- P sin Ф= 0

From here we can express N as:

N = W cos[tex]\alpha[/tex] -— P sin Ф

Replace N by the expression above in the expression for friction force F(written in step 1)  

F = (W cos[tex]\alpha[/tex]  — P sin  Ф) tan( Ф)                                 (1)  

Now, we'll equate sum of forces in x-direction to zero  

ΣF_x = 0

-F - W cos[tex]\alpha[/tex]  + P sin  Ф =0

Replace F by expression (1)  

— (W cos[tex]\alpha[/tex]  — P sin Ф) tan(Ф) — W sin[tex]\alpha[/tex]+pcosФ=0

-W cos [tex]\alpha[/tex] tan(Ф) + P sin Ф tan(Ф) — W sin[tex]\alpha[/tex] +pcosФ=0

P(sin Ф tan(Ф) + cosФ) — W(cos [tex]\alpha[/tex] tan(Ф) + sin [tex]\alpha[/tex])

From here we can express the force P needed to pull the pipe as:

P = W(cos[tex]\alpha[/tex]  tan(Ф) + sin[tex]\alpha[/tex])/sinФ*tansФ+cosФ                    (2)

All we have to do now is to simplify the expression (2). We'll start by sin replacing tan(Ф) with sinФ/cosФ

P = W(cos *sinФ/cosФ + sin)/sinФ*sinФ/cosФ+cosФ *cosФ/cosФ

We can multiply the right side of equation by cosФ/cosФ

P = W(cos[tex]\alpha[/tex] *sinФ + sin[tex]\alpha[/tex]cosФ)/sin∅*sinФ+cos∅cosФ *cosФ/cosФ

Finally, we'll replace (cos[tex]\alpha[/tex] *sinФ + sin[tex]\alpha[/tex]cosФ) by sin([tex]\alpha[/tex] + Ф) and (sin∅ sinФ + cos∅ cos Ф) by cos( ∅— Ф)

P wsin([tex]\alpha[/tex] + Ф) /cos(∅ — Ф)                                              (3)  

Since the first derivative of the function is actually tangens of the angle which tangent makes with the x-axis, we'll find it by equating the first derivative by zero(this means that the tangent of the function is horizontal, i.e. that the function is at its maximum or minimum)  

Note that the variable in the expression (3) is 0, since both B and a are known  

dP/d∅ =d/d∅ [sin(Ф+)/cos(∅-Ф) ]

Note that sin(Ф+[tex]\alpha[/tex]) is constant since both Ф and a are known  

dP/d∅ = sin(Ф+[tex]\alpha[/tex]) d/dФ [1/cos(∅-Ф) ]  

Next, we'll apply the reciprocal rule  

= -dP/d∅[cos(∅-Ф)]/cos^2(∅-Ф)*sin(Ф+[tex]\alpha[/tex])

Next, we'll apply the differentiation rule  

=(-sin(∅-Ф))*d/d∅[∅-Ф]*sin(Ф+[tex]\alpha[/tex])/cos^2(∅-Ф)

=(d/d∅[∅]+d/d∅[-∅])*sin(Ф+[tex]\alpha[/tex])sin(∅-Ф)/cos^2(∅-Ф)

dP/d∅ =sin(Ф+[tex]\alpha[/tex])*sin(∅-Ф)/cos^2(∅-Ф)                       (4)

Next step will be to equate the expression (4) to zero, to determine the value of # when the function is minimum  

sin(Ф+[tex]\alpha[/tex])*sin(∅-Ф)/cos^2(∅-Ф) =0  

Note that sin(Ф+[tex]\alpha[/tex]) is constant, so in order for the equation above to be correct, sin(∅-Ф) needs to be equal to zero  

sin(∅-Ф)  = 0

Since sin 0° = sin 180° = 0, two possible solutions for ∅ are:

∅-Ф=0                           Ф=∅  

or  

∅-Ф = 180°                    ∅ = 180° +  Ф

Since the function for P is only good over the range 0 <  ∅ < 90°, since when > 90° the friction force will change its direction, we can conclude that the minimum force P is required to move the pipe at angle:  

∅=Ф  

Finally, replace # by 8 in expression (3) to determine the minimum force P required to move the pipe

P = W sin([tex]\alpha[/tex] + Ф ) / cos ∅ —  ∅)  

P = W sin([tex]\alpha[/tex] + Ф)

Neglecting the presence of friction, air drag, and other inefficiencies, how much gasoline is consumed when a 1300 kg automobile accelerates from rest to 80 km/h. Assume the density and enthalpy of gasoline are 680 kg/m3 and 45 MJ/kg respectively. Express your answer in the units of mL. Show all work and use SI units for full credit. Box your final answer(s)

Answers

Answer:

Explanation:

Given that, .

Mass of car is

M = 1300kg

Velocity of car

V = 80km/h = 80 × 1000/3600

V = 22.22m/s

Calculate the kinetic energy of the vehicle as follows:

K.E = ½ MV²

K.E = ½ × 1300 × 22.22²

K.E = 320,987.65 J

Given that,

Enthalpy is 45MJ / kg

h = 45MJ / kg

Then, enthalpy is given as.

Enthalpy = Energy / mass

h = E / m

45 × 10^6 = 320,987.65 / m

m = 320,987.65 / 45 × 10^6

m = 7.133 × 10^-3 kg

m = 7.133 mg

Also, given that, density is 680kg/m³

Density is given as

Density = mass / Volume

ρ = m / v

Then, v = m / ρ

v = 7.133 × 10^-3 / 680

v = 1.049 × 10^-5 m³

We know that

1mL = 10^-6 m³

Therefore,

v = 1.049 × 10^-5 m³ × 1mL / 10^-6m³

v = 10.49 mL

Determine the nature of the following cycle (reversible, irreversible, or impossible): a refrigeration cycle draws heat from a cold reservoir at 250 K and rejects 950 KJ to a hot reservoir at 300 K while receiving 70 kJ of work to operate. Draw a schematic of the cycle clearly indicating the hot and cold reservoir and the direction of heat and work transfers. (10 pts.)

Answers

Answer:

Impossible.

Explanation:

The ideal Coefficient of Performance is:

[tex]COP_{i} = \frac{250\,K}{300\,K-250\,K}[/tex]

[tex]COP_{i} = 5[/tex]

The real Coefficient of Performance is:

[tex]COP_{r} = \frac{950\,kJ-70\,kJ}{70\,kJ}[/tex]

[tex]COP_{r} = 12.571[/tex]

Which leads to an absurds, since the real Coefficient of Performance must be equal to or lesser than ideal Coefficient of Performance. Then, the cycle is impossible, since it violates the Second Law of Thermodynamics.

The ice on the rear window of an automobile is defrosted by attaching a thin, transparent, film type heating element to its inner surface. By electrically heating this element, a uniform heat flux may be established at the inner surface. The inside air temperature and convection heat transfer coefficient are T,i = 25°C and hi = 25 W/(m2 -K), while the outside air temperature is T,o = -10°C. For 4-mm thick window glass, determine (a) the electric power required per unit window area to maintain an inner surface temperature of 15°C and (b) the thermal conductivity of the windshield.

Answers

Answer:

A)Q = 1208.33 W/m²

B)K = 0.138 W/m.K

Explanation:

We are given;

inside air temperature;T_∞,i =25 °C = 25 + 273 = 298K

outside air temperature;T_∞,o = -10°C = - 10 + 273 = 263K

Inner surface temperature;T_s,i = 15 °C = 15 + 273 = 288K

Thickness, L = 4mm = 0.004m

convection heat transfer coefficient ; hi = 25 W/(m².K)

A) From an energy balance at the inner surface and the thermal circuit, the electric power required per unit window area is given as;

Q = [(T_s,i - T_∞,o)/((L/k) + (1/hi))] - [(T_∞,o - T_s,i)/(1/hi)]

Plugging in the relevant values with k for glass as 1.4 W/m.k, we have;

Q = [(288 - 263)/((0.004/1.4) + (1/25))] - [(263 - 288)/(1/25)]

Q = 583.33 + 625

Q = 1208.33 W/m²

B) The formula for thermal conductivity is;

K = (QL)/(AΔT)

Where;

K is the thermal conductivity in W/m.K

Q is the amount of heat transferred through the material

L is the distance between the two isothermal planes

A is the area of the surface in square meters

ΔT is the difference in temperature in Kelvin

ΔT = 298K - 263K = 35K

Now, since we have value of heat per unit area to be Q = 1208.33 W/m², let's rearrange the equation to reflect that; Thus ;

k = (Q/A) x (L/ΔT)

K = 1208.33 x (0.004/35)

K = 0.138 W/m.K

Consider airflow over a plate surface maintained at a temperature of 220°C. The temperature profile of the airflow is given as fluid ()()expsV TyTTTy     The airflow at 1 atm has a free stream velocity and temperature of 0.08 m/s and 20°C, respectively. Determine the heat flux on the plate surface and the convection heat transfer coefficient of the airflow.

Answers

Consider airflow over a plate surface maintained at a temperature of 220°C. The temperature profile of the airflow is given as T(y) = T∞ − (T∞−Ts)exp((−V/α_fluid)y).

The airflow at 1 atm has a free stream velocity and temperature of 0.08 m/s and 20°C, respectively. Determine the heat flux on the plate surface and the convection heat transfer coefficient of the airflow

Answer:

A) heat flux on the plate is;q_o = 11737.34 W/m²

B) convection heat transfer coefficient of the airflow is;h = 58.67 W/m².k

Explanation:

The temperature profile of the airflow is given as;

T(y) = T∞ − (T∞−Ts)exp((−V/α_fluid)y)

Let's differentiate with respect to y;

dT/dy = [[(T∞−Ts)V]/α](e^(-vy/α)

Where;

T∞ = 20°C

Ts = 220°C

V = 0.08 m/s

α is thermal diffusivity of air and from the table i attached at a temperature of 220°C, by interpolation it has a value of;

α = 5.33 x 10^(-5) m²/s

Thus, at y =0;

dT/dy = [[(20 − 220)0.08]/(5.33 x 10^(-5))](e^(0))

dT/dy = -300187.62 °C/m

A) Now, heat flux at y = 0 would be given by;

q_o = -k(dT/dy)

Where k is thermal conductivity

from the table attached at 220°C and by interpolation, the thermal conductivity k = 0.0391 W/m.k

Thus,

q_o = -0.0391(-300187.62)

q_o = 11737.34 W/m²

B) the convection heat transfer coefficient of the airflow is gotten from;

q_o = h(Ts - T∞).

Where h is the convection heat transfer coefficient of the airflow

Thus making h the formula, we have;

h = q_o/(Ts - T∞)

h = 11737.34/(220 - 20)

h = 58.67 W/m².k

Utilizing the charge neutrality equation and the mass-action law derive an expression for the concentration of electrons and holes present inside a p-type compensated semiconductor material. How can the resulting expression be modified for practical cases where (????????AA − ????????DD) ≫ 2nn�

Answers

Answer:

The expression for the concentration of electrons is P = NA - ND

Explanation:

Please look at the solution in the attached Word file

A conical enlargement in a vertical pipeline is 5 ft long and enlarges the pipe diameter from 12 in. to 24 in. diameter. Calculate the magnitude and direction of the vertical force on this enlargement when 10 f t3/s of water flow upward through the line and the pressure at the smaller end of the enlargement is 30 psi.

Answers

Answer:

F_y = 151319.01N = 15.132 KN

Explanation:

From the linear momentum equation theory, since flow is steady, the y components would be;

-V1•ρ1•V1•A1 + V2•ρ2•V2•A2 = P1•A1 - P2•A2 - F_y

We are given;

Length; L = 5ft = 1.52.

Initial diameter;d1 = 12in = 0.3m

Exit diameter; d2 = 24 in = 0.6m

Volume flow rate of water; Q2 = 10 ft³/s = 0.28 m³/s

Initial pressure;p1 = 30 psi = 206843 pa

Thus,

initial Area;A1 = π•d1²/4 = π•0.3²/4 = 0.07 m²

Exit area;A2 = π•d2²/4 = π•0.6²/4 = 0.28m²

Now, we know that volume flow rate of water is given by; Q = A•V

Thus,

At exit, Q2 = A2•V2

So, 0.28 = 0.28•V2

So,V2 = 1 m/s

When flow is incompressible, we often say that ;

Initial mass flow rate = exit mass flow rate.

Thus,

ρ1 = ρ2 = 1000 kg/m³

Density of water is 1000 kg/m³

And A1•V1 = A2•V2

So, V1 = A2•V2/A1

So, V1 = 0.28 x 1/0.07

V1 = 4 m/s

So, from initial equation of y components;

-V1•ρ1•V1•A1 + V2•ρ2•V2•A2 = P1•A1 - P2•A2 - F_y

Where F_y is vertical force of enlargement pressure and P2 = 0

Thus, making F_y the subject;

F_y = P1•A1 + V1•ρ1•V1•A1 - V2•ρ2•V2•A2

Plugging in the relevant values to get;

F_y = (206843 x 0.07) + (1² x 1000 x 0.07) - (4² x 1000 x 0.28)

F_y = 151319.01N = 15.132 KN

A small vehicle is powered by a pulsejet. The available net thrust is 6000 N and the traveling speed is 200 km/hr. The gases leave the engine with an average velocity (Ve) of 360 m/s Assume pressure equilibrium exists at the outlet plane and the fuel to air ratio is 0.06.

a. Compute the mass flow rate required
b. Calculate the inlet area (assume To is 16 °C and Po is one atmosphere)
C. Calculate the thrust power
d. Calculate the propulsive efficiency

Answers

Answer:

a) The mass flow rate is 19.71 kg/s

b) The inlet area is 0.41 m²

c) The thrust power is 333.31 kW

d) The propulsive efficiency is 26.7%

Explanation:

Please look at the solution in the attached Word file.

Specifically, the following methods must be implemented in the LinkedList class: (You should utilize listIterator() method already defined in the LinkedList class to obtain its LinkedListIterator object, and use the methods in the LinkedListIterator class to traverse from the first element to the last element of the linked list to define the following methods.)

Answers

Answer:

Attached to this solution is a Seventeen pages of code. Cheers!

Explanation:

Boron fibers (of total mass 5kg, rho B = 2.3g/cc, σy B = 55MPa) are uniaxially introduced into 8kg of an Al matrix (rho Al = 2.7g/cc, σy Al = 10MPa). There is no porosity before and after composite fabrication. Calculate the density of the composite, yield strengths parallel and perpendicular to fiber orientations.

Answers

Answer:

Explanation:

Check attachment for step by step solution

Ethanol is produced in a one-liter batch fermenter by Saccharomyces cerevisiae (yeast). To begin the batch process, glucose and ammonia are added to the reactor, which has been inoculated by the yeast. The reaction produces glycerol and cell mass, in addition to ethanol, carbon dioxide, and water according to the (unbalanced) reaction below. Note that that the mass ratio of glycerol produced to glucose consumed is 0.2556. Also note that the mass ratio of H.O produced to NH, consumed is 1.058 Glucose + Ammonia → Glycerol + Ethanol + Yeast Cell Mass + Carbon Dioxide + Water a CH (8) + b NH(g)}p CH 0 (1) + (CHO) +ỊCH K04 Nụ (8) + $ 0 g) + t H (1) Balance the equation and fill out the table below. (1 point cach, 6 total) a- 1 b = 115 g of NH, are added to the reactor. At the end of the batch, 640 g of ethanol has been produced. How much glucose was added (assume complete conversion of the limiting reactant). mlar B 16 points) BONUS QUESTION USING CHAPTER 4 CONCEPTS: The standard heat of combustion (AHC) for the yeast is-22.1 kJ/mol. In order to maintain a constant temperature, how much heat must be added or removed from the reactor? Both the sign and magnitude of your answer will be graded J 3 points)

Answers

Answer:

Check the explanation

Explanation:

The process of Alcoholic fermentation involves the converting a single mole of glucose into two moles of carbon dioxide and two moles of ethanol, and in the process producing two moles of ATP. The total chemical formula for alcoholic fermentation is: C6H12O6 → 2 C2H5OH + 2 CO. Sucrose is a dimer of fructose and glucose molecules.

Kindly check the attached image below to see the full step by step explanation to the question above.

The y and z keys swapping position is messing with your touch typing. You decide to write out your email as if the keys were in the correct position and then use Python to swap all ys and zs. Your task here is to write a function called fix_yz. This function takes a single argument which will be a string. Your function needs to return this string with all of the ys and zs swapped, and all of the Ys and Zs swapped. Here are some example calls to your function:

s = fix_yz('What did zou saz?')print(s)What did you say?s = fix_yz('Zour tip about the yoo was a great one!')print(s)Your tip about the zoo was a great one!s = fix_yz('We onlz have one week left')print(s)We only have one week left :(HintThe auto-marker is expecting you to submit only your fix_yz function definition. You should not include any calls to your function.

Answers

Answer:

# the function fix_yz is defined

# it takes a string as parameter

def fix_yz(word):

   # new_word is to hold the new corrected string

   new_word = ""

   # loop through the string

   # and check for any instance of y or z.

   # if any instance is found, it is replaced accordingly

   for each_letter in word:

       if each_letter == 'z':

           new_word += 'y'

       elif each_letter == 'Z':

           new_word += 'Y'    

       elif each_letter == 'y':

           new_word += 'z'

       elif each_letter == 'Y':

           new_word += 'Z'        

       else:

           new_word += each_letter

   # the value of new string is returned

   return new_word        

Explanation:

The function is written in Python 3 and it is well commented. An image is attached showing the output of the given example.

The function take a string as input. It then loop through the string and check for any instance of 'y' or 'z'; if any instance is found it is swapped accordingly and then append to the new_word.

The value of bew_word is returned after the loop.

The brakes on a vehicle work OK for a while, then the vehicle slows because the brakes self- applied. Technician A says that an overfilled master cylinder could be the cause. Technician B says that a blocked vent port (compensating port) could be the cause. Which technician is correct?


A. Technician A only

B. Technician B only

C. Both technician A and B

D/ Neither technician A nor B

Answers

Answer:

C. Both technician A and B

Explanation:

If the master cylinder is overfilled it will not allow enough room for the brake fluid to expand due to heat expansion. This blocks the vent port.  If a vent port is not open, brake fluid pressure will increase as brakes heat up.  This will cause the brakes to self apply, cause more heat in the brake fluid and the vehicle will slow down.

There, we can conclude that Both technician A and B are correct.

Answer:

C. Both technician A and B

Explanation:

The event that made both cylinders to be over filled especially the master cylinder and the blocking of the vent port, this will cause the vehicle brake to apply itself after just a little motion of the vehicle.

Therefore both technicians are correct from the information given above.

Hence, we can boldly say the correct answer is C. ie Both technician A and B

Other Questions
Select the appropriate answer to the questions. 1. Dnde est mi cartera? En la camisa/En la bolsa. 2. De qu color es? Corto/Rosado. 3. Tienes fro en las manos? S, necesito comprar guantes./S, deseo comprar unas corbatas. 4. Dnde est la caja? En el precio./Al lado de los zapatos. 5. Necesitas un traje de bao? S, quiero ir a la playa./S, necesito ropa interior. 6. Hace mucho fro? S, debes llevar un cinturn./S, debes llevar un abrigo. 7. No ves bien? Necesito gafas./Quiero regatear. 8. Es muy caro el suter? S, es verde./S, no est de rebaja.9. Dnde debo pagar? En la cartera./En la caja. 10. La blusa hace juego con los zapatos. No, no es elegante./S, son del mismo (same) color. 1) The three main categories of government outlays are A) net interest payments, government investment, and government consumption expenditures. B) net government subsidies, the government deficit, and government purchases. C) government purchases, transfer payments, and net interest payments. D) government consumption expenditures, government investment, and transfer payments. For a bank, when a person deposits money into the bank, this: a creates a liability and an asset for the bank. b creates a liability for the depositor. c is most likely to result in a decrease in the money supply. d creates only a liability for the bank. e creates only an asset for the bank. In all cells, the renewable energy source is A man has extra digits (six fingers on each hand and six toes on each foot). His wife and their daughter have the normal number of digits (five fingers on each hand and five toes on each foot.) Having extra digits is a dominant trait. The couple's second child has extra digits. What is the probability that their next (third) child will have extra digits? a. 3/4 b. 1/16 c. 1/2 d. 1/8 Ben is filling his cylinder shaped pool up to 80% of its capacity. If his pool is 6 feet deep and has a diameter of 18 feet, how much water will he put in the pool? Write a rule for a transformationthat maps ASTU to ASTU. In Franz Kafka's The Metamorphosis, the protagonist, Gregor Samsa, turns into a giant insect. He clings to the framed photograph of the woman in fur when his sister and mother start removing furniture from his room. What might Gregors action most clearly symbolize? What is the source of energy in most ecosystems?animalsplantsoxygensunlight What I must do is all that concerns me, not what the people think. This rule, equally arduous in actual and in intellectual life, may serve for the whole distinction between greatness and meanness. It is the harder, because you will always find those who think they know what is your duty better than you know it. It is easy in the world to live after the world's opinion; it is easy in solitude to live after our own; but the great man is he who in the midst of the crowd keeps with perfect sweetness the independence of solitude ____. Determine whether the Mean Value theorem can be applied to f on the closed interval [a, b]. (Select all that apply.) f(x) = 3x3, [1, 2] Yes, the Mean Value Theorem can be applied. No, because f is not continuous on the closed interval [a, b]. No, because f is not differentiable in the open interval (a, b). None of the above. If the Mean Value Theorem can be applied, find all values of c in the open interval (a, b) such that f '(c) = f(b) f(a) b a . (Enter your answers as a comma-separated list. If the Mean Value Theorem cannot be applied, enter NA.) c = 27 When researching the bombing of Pearl Harbor, you find a book at the library that was written a year ago, and it contains recent discoveries about the attack. The source is _________________.authoritativeout datedcurrentobjective Fourteen Colorado counties were surveyed to see what percentage of children under 18 were living with their grandparents. The results are shown here. What is the interquartile range of the data? A)1.425 B)1.875 C)2.125 D)2.375 How do the electrons in the bulb's filament, far from the battery and its emf, "know" that they should flow? 4[tex]4 \sqrt{5} \times 3 \sqrt{5 } [/tex]535 Religious Discrimination. Mary, a Roman Catholic, worked for Dillard Department Stores. Dillard considered Mary a productive employee. The store gave its managers the discretion to grant unpaid leave to employees, but prohibited vacations or leave during the holiday season (October through December). Mary felt that she had a "calling" to go on a "pilgrimage" in October to Yugoslavia, where some persons claimed to have had visions of the Virgin Mary. The Catholic Church had not designated the location as an official pilgrimage site and tours were available at other times. The store managers denied Marys request for leave, but she had a nonrefundable ticket and left anyway. Mary was fired. Mary searched for a new job and did not attain the level of her Dillard salary for four years. She filed a suit in a federal court against Dillard, alleging religious discrimination in violation of Title VII. Can Mary establish a prima facie case of religious discrimination? Explain and provide reasons to support your position Leslie can but 88 pound bag of dog food for $7.40 or a 4 pound bag of the same dog found for $5.38 which is better? 90 with a exponent 30 divided by 9 with a exponent as 8 During the Renaissance, an artist who was considered a "Renaissance man" because of his expertise in several areas wasMichelangeloDonatello.da Vinci.Botticelli. Which conditions contain molecules with the same average kinetic energy as the molecules in 10.0 grams of co2 at 10 c?