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
kiruha [24]
3 years ago
6

The outer surface of an engine is situated in a place where oil leakage can occur. When leaked oil comes in contact with ahot su

rface that has a temperature above its autoignition temperature. the oil can ignite spontaneously. Consider anengine cover that is made of a stainless steel plate with a thickness of 1 cm and a thermal conductivity of 14 W/m-K Theinner surface of the engine cover is exposed to hot air with a convection heat transfer coefficient of 7 W/m2-K at 333°C.The outer surface is exposed to an environment where the ambient air is 69‘C with a convection heat transfer coefficientof 7 W/mZ-K To prevent fire hazard in the event of oil leak on the engine cover, a layer of thermal barrier coating (T BC)with a thermal conductivity of 11 W/m-K is applied on the engine cover outer surface. Would a TBC layer of 4 mm inthickness be sufficient to keep the engine cover surface below autoignition temperature of 200T to prevent fire hazard?

Engineering
1 answer:
VladimirAG [237]3 years ago
3 0

Answer:

TBC thickness of 4 mm is insufficient to prevent fire hazard

Explanation:

Given:

- Temperature of hot-fluid inner surface T_i = 333°C

- The convection coefficient hot-fluid h_i = 7 W/m^2K

- The thermal conductivity of engine cover k_1 = 14 W/mK

- The thickness of engine cover L_1 = 0.01 m

- The thermal conductivity of TBC layer k_2 = 1.1 W/mK  ... (Typing error)

- The thickness of TBC layer L_2 = 0.004 m

- Temperature of ambient air outer surface T_o = 69°C

- The convection coefficient ambient air h_o = 7 W/m^2K

Find:

Would a TBC layer of 4 mm thickness be sufficient to keep the engine cover surface below autoignition temperature of 200°C to prevent fire hazard?

Solution:

- We will use thermal circuit analogy for the 1-D problem and steady state conduction with no heat generation in the cover or TBC layer.

 The temperature at each medium interface and the Thermal resistance for each medium is given in the attachment schematic and circuit analogy.

 - We will calculate the total heat flux for the entire system q:

                       q = ( T_i - T_o ) / R_total

- R_total is the equivalent thermal resistance of the entire circuit. Since all resistances are in series we have:

                       R_total = 1 / h_i + L_1 / k_1 + L_2 / k_2 + 1 / h_o

- Plug in the values and compute:

                       R_total = 1 / 7 + 0.01 / 14 + 0.004 / 1.1 + 1 / 7

                       R_total = 0.2900649351 T-m^2 / W

- Calculate the Total heat flux q:

                       q = ( 333 - 69 ) / 0.2900649351

                       q = 910.141 W / m^2

- Just like the total current in a circuit remains same, the total heat flux remains same. We will use the total heat flux q to calculate the temperature of outer engine surface T_2 as follows:

                      q = ( T_i - T_2 ) / R_i2

Where,

                      R_i2 = 1 / h_i + L_1 / k_1

                      R_i2 = 1 / 7 + 0.01 / 14 = 0.14357 T-m^2 / W

Hence,

                      ( T_i - T_2 ) = q*R_i2

                        T_2 = T_i - q*R_i2

Plug the values in:

                        T_2 = 333 - 910.141*0.14357

                        T_2 = 202.33°C

- The outer surface of the engine cover has a temperature above T_ignition = 200°C. Hence, the TBC thickness of 4 mm is insufficient to prevent fire hazard

You might be interested in
A six-lane divided highway (three lanes in each direction) is on rolling terrain with two access points per mile and has 10- ft
tatuchka [14]

Answer

given,

6 lanes divided highway 3 lanes in each direction

rolling terrain

lane width = 10'

shoulder on right = 5'

PHF = 0.9

shoulder on the left direction = 3'

peak hour volume = 3500 veh/hr

large truck = 7 %

tractor trailer = 3 %

speed = 55 mi/h

LOS is determined based on V p

10' lane weight ;  f_{Lw}=6.6 mi/h

5' on right   ;    f_{Lc} = 0.4 mi/hr

3' on left   ;      no adjustment

3 lanes in each direction    f n = 3 mi/h

v_p =\dfrac{V}{f_{HV}\times N\times f_p\times PHF}

f_{HV}=\dfrac{1}{1+P_T(E_T-1)+P_R(E_R-1)}

f_{HV}=\dfrac{1}{1+0.08(2.5-1)+0.02(2-1)}

          = 0.877

v_p =\dfrac{3500}{0.877\times 3\times 0.95\times0.9}

       = 1,555 veh/hr/lane

FFS = BFFS - F_{Lw}-F_{Lc}-F_{N}-F_{ID}

      = (55 + 5) - 6.6 - 0.4 -3 -0

      = 50 mi/h

D = \dfrac{V_P}{s}

D = \dfrac{1555}{55} =28.27

level of service is D using speed flow curves and LOS for basic free moving of vehicle

5 0
4 years ago
Select the correct answer.
Lilit [14]

Answer:

D

Explanation:

Confidential data is not supposed to be shared amongst others.

8 0
3 years ago
Read 2 more answers
What happens to the duty cycle for a GMAW Gun when 75Ar/25COzgas
skad [1K]

So what happens is the host will not kill the y no se que hacer para no one can see it in

6 0
3 years ago
Which explanation best identifies why the company in the following scenario has decided against investing in solar energy?
pickupchik [31]

Answer:

The company found the cost of the required photovoltaic cells too expensive.

Explanation:

Solar energy can be used as an alternative source of supply for fuel. Solar energy is a renewable source of energy, that is it keeps on replenishing every day. Also solar energy does not require a lot of maintenance.

The cost required is starting a solar system is very high because one needs to buy solar panel, photovoltaic cells for batteries, inverters and so on.

From the question, the company decided against solar energy for the time being. This means that probably in the future they might consider it. Therefore it is as a result of the economic situation of the company that they have not set up a solar system because the cost of the required photovoltaic cells too expensive.

8 0
3 years ago
For a project in C++ we are supposed toDesign a class named Month. The class should have the following private members:-name: a
mart [117]

Answer:

include <iostream>

using namespace std;

 

class Month

{

public:

 Month (char firstLetter, char secondLetter, char thirdLetter);

 

 Month (int monthNum);

.

 

 Month();

 void outputMonth_num();

 

 

 void outputMonthLetters();

private:

 int month;

};

 

 

int main ()

{

 //

 // Variable declarations

 //

 int monthNum;

 char firstLetter, secondLetter, thirdLetter;    

 char testAgain;              

 

 do {

 

   cout << endl;

   cout << "Testing the default constructor ..." << endl;

   Month defaultMonth;

   defaultMonth.outputMonth_num();

   defaultMonth.outputMonthLetters();

 

   //

   // Construct a month using the constructor with one integer argument

   //

   cout << endl;

   cout << "Testing the constructor with one integer argument..." << endl;

   cout << "Enter a month number: ";

   cin >> monthNum;

 

   Month testMonth1(monthNum);

   testMonth1.outputMonth_num();

   testMonth1.outputMonthLetters();

 

   //

   // Construct a month using the constructor with three letters as arguments

   //

   cout << endl;

   cout << "Testing the constructor with 3 letters as arguments ..." << endl;

   cout << "Enter the first three letters of a month (lowercase): ";

   cin >> firstLetter >> secondLetter >> thirdLetter;

   cout << endl;

 

   Month testMonth2(firstLetter, secondLetter, thirdLetter);

   testMonth2.outputMonth_num();

   testMonth2.outputMonthLetters();

 

   //

   // See if user wants to try another month

   //

   cout << endl;

   cout << "Do you want to test again? (y or n) ";

   cin >> testAgain;

 }

 while (testAgain == 'y' || testAgain == 'Y');

 

 return 0;

}

 

 

Month::Month(char firstLetter, char secondLetter, char thirdLetter)

{

if ((firstLetter == 'j')&&(secondLetter == 'a')&&(thirdLetter == 'n'))

  outputMonth_num = 1;

if ((firstLetter == 'f')&&(secondLetter == 'e')&&(thirdLetter == 'b'))

  outputMonth_num = 2;

if ((firstLetter == 'm')&&(secondLetter == 'a')&&(thirdLetter == 'r'))

  outputMonth_num = 3;

if ((firstLetter = 'a')&&(secondLetter == 'p')&&(thirdLetter == 'r'))

  outputMonth_num = 4;

if ((firstLetter == 'm')&&(secondLetter == 'a')&&(thirdLetter == 'y'))

  outputMonth_num = 5;

if ((firstLetter == 'j')&&(secondLetter == 'u')&&(thirdLetter == 'n'))

  outputMonth_num = 6;

if ((firstLetter == 'j')&&(secondLetter == 'u')&&(.thirdLetter == 'l'))

  outputMonth_num = 7;

if ((firstLetter == 'a')&&(secondLetter == 'u')&&(thirdLetter == 'g'))

  outputMonth_num = 8;

if ((firstLetter == 's')&&(secondLetter == 'e')&&(thirdLetter == 'p'))

  outputMonth_num = 9;

if ((firstLetter == 'o')&&(secondLetter == 'c')&&(thirdLetter == 't'))

  outputMonth_num = 10;

if ((firstLetter == 'n')&&(secondLetter == 'o')&&(thirdLetter == 'v'))

 outputMonth_num = 11;

if ((firstLetter == 'd')&&(secondLetter == 'e')&&(thirdLetter == 'c'))

 outputMonth_num = 12;

}

 

Month::inputMonthByNumber

{

if (Month_num > 12 && Month_num < 1)

cout << "Invalid number for Month, please choose 1-12)\n";

}

 

void Month::outputMonth_num()

{

 if (month >= 1 && month <= 12)

   cout ><< "Month: " << month << endl;

 else

   cout << "Error - The month is not a valid!" << endl;

}

 

void Month::outputMonthLetters()

{

 switch (month)

   {

   case 1:

     cout << "Jan" << endl;

     break;

   case 2:

     cout << "Feb" << endl;

     break;

   case 3:

     cout << "Mar" << endl;

     break;

   case 4:

     cout << "Apr" << endl;

     break;

   case 5:

     cout << "May" << endl;

     break;

   case 6:

     cout << "Jun" << endl;

     break;

   case 7:

     cout << "Jul" << endl;

     break;

   case 8:

     cout << "Aug" << endl;

     break;

   case 9:  

     cout << "Sep" << endl;

     break;

   case 10:

     cout << "Oct" << endl;

     break;

   case 11:

     cout << "Nov" << endl;

     break;

   case 12:

     cout << "Dec" << endl;

     break;

   default:

     cout << "Error - the month is not a valid!" << endl;

   }

}

7 0
3 years ago
Other questions:
  • Carbon dioxide steadily flows into a constant pressure heater at 300 K and 100 kPa witha mass flow rate of 9.2 kg/s. Heat transf
    11·1 answer
  • he Weather Channel reports that it is a hot, muggy day with an air temperature of 90????F, a 10 mph breeze out of the southwest,
    6·1 answer
  • Explain why different types of equipment are required for proper conditioning of air
    7·1 answer
  • When a conductor is moved in a magnetic field, a voltage will be induced on the conductor. However, current won't flow through t
    11·1 answer
  • MCQ : What are the main the constituents of acid rains?
    10·2 answers
  • Which type of blade is used with a demolition saw?
    11·1 answer
  • It is ___ for motorcyclists to ride more than two abreast in a lane.
    7·1 answer
  • What can be used to measure the alcohol content in gasoline? A. Graduated cylinder B. Electronic tester C. Scan tool D. Either a
    5·1 answer
  • Consider the function f(x)=/x/
    5·1 answer
  • In order to live and grow, bacteria need moisture, food, the right temperature, and ______? Fill in the blank
    5·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!