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
sashaice [31]
3 years ago
5

A thick oak wall initially at 25°C is suddenly exposed to gases for which T =800°C and h =20 W/m2.K. Answer the following questi

ons. Note: Evaluate the properties of the wall as cross grain oak at 300 K.
What is the surface temperature, in °C, after 400 s?
T (0,400 sec) =
Will the surface of the wall reach the ignition temperature of oak (400°C) after 400 s?
What is the temperature, in °C, 1 mm from the surface after 400 s? T (1 mm, 400 sec) =
Engineering
1 answer:
Schach [20]3 years ago
6 0

Answer:

a) What is the surface temperature, in °C, after 400 s?

   T (0,400 sec) = 800°C

b) Yes, the surface temperature is greater than the ignition temperature of oak (400°C) after 400 s

c) What is the temperature, in °C, 1 mm from the surface after 400 s?

   T (1 mm, 400 sec) = 798.35°C

Explanation:

oak initial Temperature = 25°C = 298 K

oak exposed to gas of temp = 800°C = 1073 K

h = 20 W/m².K

From the book, Oak properties are e=545kg/m³   k=0.19w/m.k   Cp=2385J/kg.k

Assume: Volume = 1 m³, and from energy balance the heat transfer is an unsteady state.

From energy balance: \frac{T - T_{\infty}}{T_i - T_{\infty}} = Exp (\frac{-hA}{evCp})t

Initial temperature wall = T_i

Surface temperature = T

Gas exposed temperature = T_{\infty}

You might be interested in
How do you determine when a truss will fail?<br> (Yield Stress)
Marat540 [252]

Answer:

If a truss buckles or overturns, it is usually because of the failure of an adjacent truss or its bracing. A steel truss in a fire may buckle and overturn because of expansion or weakening from the heat. Most truss failures are the result of broken connections. Photo 1 shows a set of parallel-chord wood trusses supporting a plywood floor deck.

Explanation:

7 0
2 years ago
g Let the charges start infinitely far away and infinitely far apart. They are placed at (6 cm, 0) and (0, 3 cm), respectively,
irina1246 [14]

Answer:

a) V =10¹¹*(1.5q₁ + 3q₂)

b) U = 1.34*10¹¹q₁q₂

Explanation:

Given

x₁ = 6 cm

y₁ = 0 cm

x₂ = 0 cm

y₂ = 3 cm

q₁ = unknown value in Coulomb

q₂ = unknown value in Coulomb

A) V₁ = Kq₁/r₁

where   r₁ = √((6-0)²+(0-0)²)cm = 6 cm = 0.06 m

V₁ = 9*10⁹q₁/(0.06) = 1.5*10¹¹q₁

V₂ = Kq₂/r₂

where   r₂ = √((0-0)²+(3-0)²)cm = 3 cm = 0.03 m

V₂ = 9*10⁹q₂/(0.03) = 3*10¹¹q₂

The electric potential due to the two charges at the origin is

V = ∑Vi = V₁ + V₂ = 1.5*10¹¹q₁ + 3*10¹¹q₂ = 10¹¹*(1.5q₁ + 3q₂)

B) The electric potential energy associated with the system, relative to their infinite initial positions, can be obtained as follows

U = Kq₁q₂/r₁₂

where

r₁₂ = √((0-6)²+(3-0)²)cm = √45 cm = 3√5 cm = (3√5/100) m

then

U = 9*10⁹q₁q₂/(3√5/100)

⇒ U = 1.34*10¹¹q₁q₂

5 0
3 years ago
Learning the key concepts of each approach is essential to successful management of a project. What type of unpredictability is
Levart [38]

Answer:

lemme write it down

Explanation:

hold down okay

3 0
3 years ago
Which of the following is true about modern hydraulic lifts?
kaheart [24]

The modern hydraulic lifts make use of biodegradable fluid to transmit hydraulic power

<em>Question: The options are left out in the question. The details and facts about the modern hydraulic lift are presented here</em>

<em />

Details about the modern hydraulic lifts include;

The development of the  modern hydraulic occurred in the Industrial Revolution to perform task done previously by steam powered elevators  

The power of the hydraulic lift come from the hydraulic cylinder known as the actuator, which in turn is powered by pressurized hydraulic fluid such as oil

The hydraulic fluid is pushed by a piston rod through which energy is capable of being transferred, such that the applied force is multiplied, to provide more power for lifting

<u>Facts about the modern hydraulic lifts include;</u>

  • The dry motor in the modern hydraulic lift is more efficient and consumes 20% less energy
  • It comprises of valves that are controlled electronically such that the response is much rapid and the energy consumption is reduced by a further 20%
  • The cars used in the modern lift are lighter, as well as the slings, which reduces the power usage by 20%
  • It makes use of chemicals which are environmentally friendly as hydraulic fluid
  • The flash point of the fluid used is higher, as well as it posses 50% lower compressibility as well elasticity

Learn more here:

brainly.com/question/16942803

6 0
2 years ago
If the price of the car is less than or equal to your available cash, display "no". If the price of the car is more than your av
Ede4ka [16]

Answer:

function decision(car_price, available_cash) {

   if(car_price <= available_cash) {

   console.log("no");

   }

   else  {

   console.log("yes");

   }

   }

decision(car_price, available_cash); or decision(available_cash, car_price);

Explanation:

using functions in Javascript:

functions; this refers to dividing codes into reusable parts.

e.g function function_name() {

console.log("How are you?");

}

you can call or invoke this function by using its name followed by parenthesis, like this: function_name(). each time the function is called it will   print out "How are you?".

Parameters: these are variables that act as placeholders for the values that are to be input into a function when it is called

Arguments: The actual values that input or passed into a function when it is called.

e.g

function function_name(parameter1, parameter2) {

console.log(parameter1, parameter2);

}

then we call function_name: function_name("please", "leave"):we have passed two arguments, "please"  and "leave". Inside the function parameter1 equals "please" while parameter2 equals "leave".

Hence, from the question given the two parameters "car_price" and "available_cash" respectively, we write the function with name function_name:

function decision(car_price, available_cash) {

   if(car_price <= available_cash) {

   console.log("no");

   }

   else  {

   console.log("yes");

   }

   }

decision(car_price, available_cash); or decision(available_cash, car_price);

7 0
3 years ago
Other questions:
  • Hi, any kind of help on these questions will be appreciated.
    10·1 answer
  • (Signal Property) Under what condition is a discrete-time signal x[????] or a continuous-time signal x(????) periodic? Determine
    5·1 answer
  • Write multiple if statements
    5·1 answer
  • E xercise 17.1.2: For each of the transactions of Exercise 17.1.1, add the read- and write-actions to the computation and show t
    12·1 answer
  • Different metabolic control systems have different characteristic time scales for a control response to be achieved. Match the t
    6·1 answer
  • Engine blocks are made by using a manufacturing process called​
    12·1 answer
  • 1. advantages of 2 pulley system
    13·1 answer
  • Welding and cutting done in confined spaces must
    5·2 answers
  • Plz help electrical technology
    15·2 answers
  • 4.6. What is the maximum peak output voltage and current if the supply voltages are changed to +15 V and -15 V.​
    6·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!