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
lyudmila [28]
3 years ago
10

Annealing is a process by which steel is reheated and then cooled to make it less brittle. Consider the reheat stage for a 100-m

m-thick steel plate which is initially at a uniform temperature of Ti = 200 degree C and is to be heated to a minimum temperature of 550 degree C. Heating is effected in a gas-fired furnace, where products of combustion at T infinity = 800 degree C maintain a convection coefficient of h = 250 W/m2 K on both surfaces of the plate How long should the plate be left in the furnace?
Engineering
1 answer:
kodGreya [7K]3 years ago
8 0

Complete question is;

Annealing is a process by which steel is reheated and then cooled to make it less brittle. Consider the reheat stage for a 100 mm thick plate (ρ = 7830 kg/m3, Cp = 550 J/kg K, k = 48 W/m K). The plate initially is at 200 °C and is to be heated to a minimum temperature of 550 °C. Heating is effected in a gas-fired furnace where the products of combustion at T∞ = 800 °C maintain a convection heat transfer coefficient of h = 250 W/m.K on both surfaces of the plate. How long should the plate be left in the furnace?

Answer:

860 seconds

Explanation:

We are given;

Initial Temperature; Ti = 200 °C

Minimum Temperature; T_i = 550 °C

T∞ = 800 °C

convection coefficient; h = 250 W/m².K

ρ = 7830 kg/m³

Cp = 550 J/kg K

k = 48 W/m K

Plate thickness = 100mm

Thus,L = 100/2 = 50mm = 0.05 m

Let's find the biot number from the formula;

Bi = hL/K

Bi = (250 × 0.05)/48

Bi = 0.2604

Now, lowest temperature in the slab is given as;

θ_o = (T_o - T∞)/(T_i - T∞)

θ_o = (550 - 800)/(200 - 800)

θ_o = 0.4167

Now, from online tables calculation, we can find the root of the biot number.

Thus, root of the biot number Bi = 0.2604 is;

ζ1 = 0.488 rad

Also, C1 is gotten as 1.0396

Now,formula for thermal diffusivity is;

α = k/ρc

α = 48/(7830 × 550)

α = 1.115 × 10^(-5) m²/s

Also, from online tables, f(ζ1) = 0.401

Thus, we can find the time the plate should the plate be left in the furnace from;

-(ζ1)²(αt/L²) = In 0.401

-(ζ1)²(αt/L²) = -0.9138

t = (-0.9138 × 0.05²)/-(0.488² × 1.115 × 10^(-5))

t ≈ 860 s

You might be interested in
How are project deliverables determined?
Greeley [361]

Answer:

The essence including its problem is listed throughout the clarification section following.

Explanation:

Projects build deliverable that seem to be the products of the venture or indeed the implementation of the project. This ensures that perhaps the agile methodology may be as broad as either the goal of the study itself as well as the coverage that would be part of a much larger venture.

For every other production to have been marked as "deliverable" within the same project, this should satisfy a few eligibility requirements:

  • It should be within the development of the work.
  • The interested parties-external or internal-must consent to the above. This is perhaps the product of hard effort.

So that the above seems to be the right answer.

7 0
3 years ago
Read 2 more answers
1. A team of students have designed a battery-powered cooler, which promises to keep beverages at a high-drinkability temperatur
Anit [1.1K]

Answer:

Minimum electrical power required = 3.784 Watts

Minimum battery size needed = 3.03 Amp-hr

Explanation:

Temperature of the beverages, T_L = 36^0 F = 275.372 K

Outside temperature, T_H = 100^0F = 310.928 K

rate of insulation, Q = 100 Btu/h

To get the minimum electrical power required, use the relation below:

\frac{T_L}{T_H - T_L} = \frac{Q}{W} \\W = \frac{Q(T_H - T_L)}{T_L}\\W = \frac{100(310.928 - 275.372)}{275.372}\\W = 12.91 Btu/h\\1 Btu/h = 0.293071 W\\W = 12.91 * 0.293071\\W_{min} = 3.784 Watt

V = 5 V

Power = IV

W_{min} = I_{min} V\\3.784 = 5I_{min}\\I_{min} = \frac{3.784}{5} \\I_{min} = 0.7568 A

If the cooler is supposed to work for 4 hours, t = 4 hours

I_{min} = 0.7568 * 4\\I_{min} = 3.03 Amp-hr

Minimum battery size needed = 3.03 Amp-hr

6 0
3 years ago
All of these are uses of microwaves except...
Talja [164]

Answer:D

Explanation:

5 0
3 years ago
Salvage ethnography is the effort to ensure that ethnography remains an important part of anthropology. recording of linguistic
fenix001 [56]

Answer:

                D

Explanation:

                            D

6 0
3 years ago
For this problem, you may not look at any other code or pseudo-code (even if it is on the internet), other than what is on our w
sergiy2304 [10]

Answer:

(a)

(i) pseudo code :-

current = i

// assuming parent of root is -1

while A[parent] < A[current] && parent != -1 do,

if A[parent] < A[current] // if current element is bigger than parent then shift it up

swap(A[current],A[parent])

current = parent

(ii) In heap we create a complete binary tree which has height of log(n). In shift up we will take maximum steps equal to the height of tree so number of comparison will be in term of O(log(n))

(b)

(i) There are two cases while comparing with grandparent. If grandparent is less than current node then surely parent node also will be less than current node so swap current node with parent and then swap parent node with grandparent.

If above condition is not true then we will check for parent node and if it is less than current node then swap these.

pseudo code :-

current = i

// assuming parent of root is -1

parent is parent node of current node

while A[parent] < A[current] && parent != -1 do,

if A[grandparent] < A[current] // if current element is bigger than parent then shift it up

swap(A[current],A[parent])

swap(A[grandparent],A[parent])

current = grandparent

else if A[parent] < A[current]

swap(A[parent],A[current])

current = parent

(ii) Here we are skipping the one level so max we can make our comparison half from last approach, that would be (height/2)

so order would be log(n)/2

(iii) C++ code :-

#include<bits/stdc++.h>

using namespace std;

// function to return index of parent node

int parent(int i)

{

if(i == 0)

return -1;

return (i-1)/2;

}

// function to return index of grandparent node

int grandparent(int i)

{

int p = parent(i);

if(p == -1)

return -1;

else

return parent(p);

}

void shift_up(int A[], int n, int ind)

{

int curr = ind-1; // because array is 0-indexed

while(parent(curr) != -1 && A[parent(curr)] < A[curr])

{

int g = grandparent(curr);

int p = parent(curr);

if(g != -1 && A[g] < A[curr])

{

swap(A[curr],A[p]);

swap(A[p],A[g]);

curr = g;

}

else if(A[p] < A[curr])

{

swap(A[p],A[curr]);

curr = p;

}

}

}

int main()

{

int n;

cout<<"enter the number of elements :-\n";

cin>>n;

int A[n];

cout<<"enter the elements of array :-\n";

for(int i=0;i<n;i++)

cin>>A[i];

int ind;

cout<<"enter the index value :- \n";

cin>>ind;

shift_up(A,n,ind);

cout<<"array after shift up :-\n";

for(int i=0;i<n;i++)

cout<<A[i]<<" ";

cout<<endl;

}

Explanation:

8 0
3 years ago
Other questions:
  • Suppose that a wing component on an aircraft is fabricated from an aluminum alloy that has a plane strain fracture toughness of
    13·1 answer
  • A six-lane multilane highway (three lanes in each direction) has a peak-hour factor of 0.90, 11-ft lanes with a 4-ft right-side
    11·1 answer
  • When a user process is interrupted or causes a processor exception, the x86 hardware switches the stack pointer to a kernel stac
    13·1 answer
  • Water enters an ice machine at 55°F and leaves as ice at 25°F. If the COP of the ice machine is 2.45 during this operation, dete
    7·1 answer
  • Question 3. Assign boston_under_10 and manila_under_10 to the percentage of rides that are less than 10 minutes in their respect
    14·1 answer
  • The formula for the cross sectional area of specimen at the middle is
    5·1 answer
  • In science, a force is a push or a pull.<br> is it true or false ?
    5·1 answer
  • An aluminum bar 125 mm long with a square cross section 16 mm on an edge is pulled in tension with a load of 66,700 N and experi
    14·1 answer
  • The most important rating for batteries is the what
    11·1 answer
  • 1)What are the three previous manufacturing revolutions Mr. Scalabre mentions? When did these take place?
    6·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!