Answer:
Explanation:
Given that:
diameter = 100 mm
initial temperature = 500 ° C
Conventional coefficient = 500 W/m^2 K
length = 1 m
We obtain the following data from the tables A-1;
For the stainless steel of the rod [tex]\overline T = 548 \ K[/tex]
[tex]\rho = 7900 \ kg/m^3[/tex]
[tex]K = 19.0 \ W/mk \\ \\ C_p = 545 \ J/kg.K[/tex]
[tex]\alpha = 4.40 \times 10^{-6} \ m^2/s \\ \\ B_i = \dfrac{h(\rho/4)}{K} \\ \\ =0.657[/tex]
Here, we can't apply the lumped capacitance method, since Bi > 0.1
[tex]\theta_o = \dfrac{T_o-T_{\infty}}{T_i -T_\infty}} \\ \\ \theta_o = \dfrac{50-30}{500 -30}} \\ \\ \theta_o = 0.0426\\[/tex]
[tex]0.0426 = c_1 \ exp (- E^2_1 F_o_)\\ \\ \\ 0.0426 = 1.1382 \ exp (-10.9287)^2 \ f_o \\ \\ = f_o = \dfrac{In(0.0374)}{0.863} \\ \\ f_o = 3.81[/tex]
[tex]t_f = \dfrac{f_o r^2}{\alpha} \\ \\ t_f = \dfrac{3.81 \times (0.05)^2}{4.40 \times 10^{-6}} \\ \\ t_f= 2162.5 \\ \\ t_f = 36 mins[/tex]
However, on a single rod, the energy extracted is:
[tex]\theta = pcv (T_i - T_{\infty} )(1 - \dfrac{2 \theta}{c} J_1 (\zeta) ) \\ \\ = 7900 \\times 546 \times 0.007854 \times (500 -300) (1 - \dfrac{2 \times 0.0426}{1.3643}) \\ \\ \theta = 1.54 \times 10^7 \ J[/tex]
Hence, for centerline temperature at 50 °C;
The surface temperature is:
[tex]T(r_o,t) = T_{\infty} +(T_1 -T_{\infty}) \theta_o \ J_o(\zeta_1) \\ \\ = 30 + (500-30) \times 0.0426 \times 0.5386 \\ \\ \mathbf{T(r_o,t) = 41.69 ^0 \ C}[/tex]
What is the difference between ""Errors due to the Curvature"" and ""Errors due to Refraction"". Support your answer with sketches
Answer:
In " errors due to the curvature " the points appears to be lower than they are in reality while
In " errors due to Refraction " The points appears to be higher than they are in reality .
Explanation:
The difference between both errors
In " errors due to the curvature " the points appears to be lower than they are in reality while
In " errors due to Refraction " The points appears to be higher than they are in reality .
when the effects of both Errors are combined the points will appear lower and this is because the effect of "error due to the curvature" is greater
attached below are the sketches
Which color is used to indicate that a wire will be energized when power is brought to the circuit
A. Yellow
B. Black
C. Blue
D. White
Answer:
I think the answer is B. Black
What regulates the car engines temperature
Answer:
car’s thermostat is used to regulate the temperature of the engine to help the engine stay cool.
Explanation:
Answer:
Coolant
Explanation:
What Modern-Day Railroad Runs From Chicago to Seattle?
Answer:
The empire builder
Explanation:
A flat plate is subjected to a load of 5KN as shown in figure. The plate material is grey cast iron FFG 200 and the factor of safety is 2.5. Determine the thickness of the plate
Answer:
57.14 N/mm2
Explanation:
i gave 15 min to finish this java program
Answer:
class TriangleNumbers
{
public static void main (String[] args)
{
for (int number = 1; number <= 10; ++number) {
int sum = 1;
System.out.print("1");
for (int summed = 2; summed <= number; ++summed) {
sum += summed;
System.out.print(" + " + Integer.toString(summed));
}
System.out.print(" = " + Integer.toString(sum) + '\n');
}
}
}
Explanation:
We need to run the code for each of the 10 lines. Each time we sum numbers from 1 to n. We start with 1, then add numbers from 2 to n (and print the operation). At the end, we always print the equals sign, the sum and a newline character.
Which two technologies were combined to create product life cycle management (PLM) software?
CAD and a database
spreadsheets and graphics
a database and spreadsheets
CAD and spreadsheets
Answer:
CAD and a database
Explanation:
The correct answer is CAD and a database. When American Motors Corportation introduced the Jeep Cherokee, it implemented CAD to increase engineering productivity and combined that with a new communications system.