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
Genrish500 [490]
2 years ago
13

A furnace wall composed of 200 mm, of fire brick. 120 mm common brick 50mm 80% magnesia and 3mm of steel plate on the outside. I

f the inside surface temperature is 1450 °C and outer surface temperature is 90°C, estimate the temperature between layers and calculate the heat loss in KJ/h-m2. Assume k for fire brick 4 KJ/m-h°C, k for common brick= 2.8 KJ/m-h°C, k for 85% magnesia = 0.25 KJ/m-h°C and k for steel 240 KJ/m-h°C, k
Engineering
1 answer:
Liula [17]2 years ago
5 0

Answer:

  • fire brick / common brick : 1218 °C
  • common brick / magnesia : 1019 °C
  • magnesia / steel : 90.06 °C
  • heat loss: 4644 kJ/m^2/h

Explanation:

The thermal resistance (R) of a layer of thickness d given in °C·m²·h/kJ is ...

  R = d/k

so the thermal resistances of the layers of furnace wall are ...

  R₁ = 0.200/4 = 0.05 °C·m²·h/kJ

  R₂ = 0.120 2.8 = 3/70 °C·m²·h/kJ

  R₃ = 0.05/0.25 = 0.2 °C·m²·h/kJ

  R₄ = 0.003/240 = 1.25×10⁻⁵ °C·m²·h/kJ

So, the total thermal resistance is ...

  R₁ +R₂ +R₃ +R₄ = R ≈ 0.29286 °C·m²·h/kJ

__

The rate of heat loss is ΔT/R = (1450 -90)/0.29286 = 4643.70 kJ/(m²·h)

__

The temperature drops across the various layers will be found by multiplying this heat rate by the thermal resistance for the layer:

  fire brick: (4543.79 kJ/(m²·h))(0.05 °C·m²·h/kJ) = 232 °C

so, the fire brick interface temperature at the common brick is ...

  1450 -232 = 1218 °C

For the next layers, the interface temperatures are ...

  common brick to magnesia = 1218 °C - (3/70)(4643.7) = 1019 °C

  magnesia to steel = 1019 °C -0.2(4643.7) = 90.06 °C

_____

<em>Comment on temperatures</em>

Most temperatures are rounded to the nearest degree. We wanted to show the small temperature drop across the steel plate, so we showed the inside boundary temperature to enough digits to give the idea of the magnitude of that.

You might be interested in
A sewage lagoon that has a surface area of 10 ha and a depth of 1 m is receiving 8,640 m^3 /d of sewage containing 100 mg/L of b
Marysya12 [62]

Answer: Coefficient= 0.35 per day

Explanation:

To find the bio degradation reaction rate coefficient, we have

k= \frac{(Cin)(Qin)-(Cout)(Qout)}{(Clagoon)V}

Here, the C lagoon= 20 mg/L

Q in= Q out= 8640 m³/d

C in= 100 mg/L

C out= 20 mg/L

V= 10 ha* 1* 10

V= 10⁵ m³

So, k= \frac{8640*100-8640*20}{20*10^5}

k= 0.35 per day

6 0
3 years ago
Unit for trigonometric functions is always "radian". 1. 10 points: Do NOT submit your MATLAB code for this problem (a) Given f(x
RoseWind [281]

Answer:

Below is the required code.

Explanation:

%% Newton Raphson Method

clear all;

clc;

x0=input('Initial guess:\n');

x=x0;

f=exp(-x)-sin(x)-0.2;

g=-exp(-x)-cos(x);

ep=10;

i=0;

cc=input('Condition of convergence:\n');

while ep>=cc

i=i+1;

temp=x;

x=x-(f/g);

f=exp(-x)-sin(x)-0.2;

g=-exp(-x)-cos(x);

ep=abs(x-temp);

fprintf('x = %6f and error = %6f at iteration = %2f \n',x,ep,i);

end

fprintf('The solution x = %6f \n',x);

%% End of MATLAB Program

Command Window:

(a) First Root:

Initial guess:

1.5

Condition of convergence:

0.01

x = -1.815662 and error = 3.315662 at iteration = 1.000000

x = -0.644115 and error = 1.171547 at iteration = 2.000000

x = 0.208270 and error = 0.852385 at iteration = 3.000000

x = 0.434602 and error = 0.226332 at iteration = 4.000000

x = 0.451631 and error = 0.017029 at iteration = 5.000000

x = 0.451732 and error = 0.000101 at iteration = 6.000000

The solution x = 0.451732

>>

Second Root:

Initial guess:

3.5

Condition of convergence:

0.01

x = 3.300299 and error = 0.199701 at iteration = 1.000000

x = 3.305650 and error = 0.005351 at iteration = 2.000000

The solution x = 3.305650

>>

(b) Guess x=0.5:

Initial guess:

0.5

Condition of convergence:

0.01

x = 0.450883 and error = 0.049117 at iteration = 1.000000

x = 0.451732 and error = 0.000849 at iteration = 2.000000

The solution x = 0.451732

>>

Guess x=1.75:

Initial guess:

1.75

Condition of convergence:

0.01

x = 227.641471 and error = 225.891471 at iteration = 1.000000

x = 218.000998 and error = 9.640473 at iteration = 2.000000

x = 215.771507 and error = 2.229491 at iteration = 3.000000

x = 217.692636 and error = 1.921130 at iteration = 4.000000

x = 216.703197 and error = 0.989439 at iteration = 5.000000

x = 216.970438 and error = 0.267241 at iteration = 6.000000

x = 216.971251 and error = 0.000813 at iteration = 7.000000

The solution x = 216.971251

>>

Guess x=3.0:

Initial guess:

3

Condition of convergence:

0.01

x = 3.309861 and error = 0.309861 at iteration = 1.000000

x = 3.305651 and error = 0.004210 at iteration = 2.000000

The solution x = 3.305651

>>

Guess x=4.7:

Initial guess:

4.7

Condition of convergence:

0.01

x = -1.916100 and error = 1.051861 at iteration = 240.000000

x = -0.748896 and error = 1.167204 at iteration = 241.000000

x = 0.162730 and error = 0.911626 at iteration = 242.000000

x = 0.428332 and error = 0.265602 at iteration = 243.000000

x = 0.451545 and error = 0.023212 at iteration = 244.000000

x = 0.451732 and error = 0.000187 at iteration = 245.000000

The solution x = 0.451732

>>

Explanation:

The two solutions are x =0.451732 and 3.305651 within the range 0 < x< 5.

The initial guess x = 1.75 fails to determine the solution as it's not in the range. So the solution turns to unstable with initial guess x = 1.75.

7 0
3 years ago
"Write a statement that outputs variable numItems. End with a newline. Program will be tested with different input values."
kirill [66]

Answer:

The solution code is written in Java.

System.out.println(numItems);

Explanation:

Java <em>println() </em>method can be used to display any string on the console terminal. We can use <em>println()</em> method to output the value held by variable <em>numItems.</em> The <em>numItems </em>is passed as the input parameter to <em>println()</em> and this will output the value of <em>numItems</em> to console terminal and at the same time the output with be ended with a newline automatically.  

6 0
3 years ago
Which of the following is an activity of daily living? jogging cleaning weightlifting all of the above
Mrrafil [7]

Answer:

cleaning

Explanation:

4 0
3 years ago
You work for a printing company, and you realize that your colleague sent incorrect price quotes to a client. You begin to write
xxTIMURxx [149]

Answer:

The sentence excerpted from the e-mail uses passive voice.  

Given the  purpose of your message, this voice is appropriate.

Explanation:

Because the objective is to remedy the situation a passive voice is great because it emphasizes the action and the object instead of the subject.

We want to emphasize the document and the incorrect information, not our colleague.

4 0
3 years ago
Other questions:
  • In C++ the declaration of floating point variables starts with the type name float or double, followed by the name of the variab
    14·1 answer
  • The following C program asks the user for two input null-terminated strings, each stored in uninitialized 100-byte buffer, and c
    6·1 answer
  • Which of the following describes what occurs when energy is lost in efficient transformation?
    14·1 answer
  • 2.4 kg of nitrogen at an initial state of 285K and 150 kPa is compressed slowly in an isothermal process to a final pressure of
    8·1 answer
  • Which of these is least likely a step in replacing a failed compressor?
    12·2 answers
  • Air enters the compressor of an ideal Brayton refrigeration cycle at 100 kPa, 270 K. The compressor pressure ratio is 3, and the
    13·1 answer
  • Is there a way to get the answers to a NCCER book test?
    7·1 answer
  • Which is an alloy made up of iron and carbon and has high compressive and tensile strength?
    11·1 answer
  • Complex machines are defined by
    8·1 answer
  • What's the best way to find the load capacity of a crane?
    6·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!