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
user100 [1]
3 years ago
11

The outer surface of an steel alloy is to be hardened by increasing its carbon content. The carbon is to be supplied from an ext

ernal carbon-rich atmosphere, which is maintained at an elevated temperature. A diffusion heat treatment at 826°C for 10 min increases the carbon concentration to 0.83 wt% at a position 1.3 mm below the surface. Estimate the diffusion time required at 610°C to achieve this same concentration also at a 1.3 mm position. Assume that the surface carbon content is the same for both heat treatments, which is maintained constant. The preexponential and activation energy values for the diffusion of carbon in the iron are 8.3 × 10-8 m2/s and 78.5 kJ/mol, respectively.
Engineering
1 answer:
hoa [83]3 years ago
5 0

Answer:

Diffusion time needed for 610 degree celcius is 81.91 min

Explanation:

Given data:

Diffusion heat temperature =  826 +  273 = 1099 K

Diffusion time t_1 = 10 min

carbon concentration = 0.83%

D_O = 8.3\times 10^{-8}  m^2/s

Q_d = 78.5 kJ/kg

T_2 = 610+273 = 883 K

From Fick's formula we hvae

\frac{ C_x - C_o}{C_z -C_o} = 1 -erf(\frac{x}{2\sqrt{Dt}}

at specific concentration

\frac{ C_x - C_o}{C_z -C_o} = constant

then

(\frac{x}{2\sqrt{Dt}} = constant

(\frac{x^2}{{Dt}} = constant

Dt = constant

D_1 t_1 = D_2 t_2

t_2 = \frac{D_1 t_1}{D_2}

D_1 at T_1

D_1 = D_o exp(\frac{Q_d}{R t_1})

       = 8.3\times 10^{-8} exp(\frac{78.5\times 10^3}{8.314 \times 1099})

        = 1.54\times 10^{-11} m^2/s

similarly for D_2  for T_2

D_2 = 1.88\times 10^{-12} m^2/s

t_2 = \frac{D_1 t_1}{D_2}

      = \frac{1.54\times 10^{-11} \times 10}{1.88\times 10^{-11}}

  t_2    = 81.91 min

Diffusion time needed for 610 degree celcius is 81.91 min

You might be interested in
CS3733: Homework/Practice 05 Suppose we would like to write a program called monitor which allows two other programs to communic
valina [46]

Answer:

#include<stdio.h>

#include<stdlib.h>

#include<unistd.h>

#include<sys/types.h>

#include<string.h>

#include<pthread.h>

//#include<sys/wait.h>

int main(int argc, char** argv)

{

int fd1[2];

int fd2[2];

int fd3[2];

int fd4[2];

char message[] = "abcd";

char input_str[100];

pid_t p,q;

if (pipe(fd1)==-1)

{

 fprintf(stderr, "Pipe Failed" );

 return 1;

}

if (pipe(fd2)==-1)

{

 fprintf(stderr, "Pipe Failed" );

 return 1;

}

if (pipe(fd3)==-1)

{

 fprintf(stderr, "Pipe Failed" );

 return 1;

}

if (pipe(fd4)==-1)

{

 fprintf(stderr, "Pipe Failed" );

 return 1;

}

p = fork();

if (p < 0)

{

 fprintf(stderr, "fork Failed" );

return 1;

}

// child process-1

else if (p == 0)

{

 close(fd1[0]);// Close reading end of first pipe

 char concat_str[100];

 printf("\n\tEnter meaaage:"):

 scanf("%s",concat_str);

 write(fd1[1], concat_str, strlen(concat_str)+1);

 // Concatenate a fixed string with it

 int k = strlen(concat_str);

 int i;

 for (i=0; i<strlen(fixed_str); i++)

 {

  concat_str[k++] = fixed_str[i];

 }

 concat_str[k] = '\0';//string ends with '\0'

 // Close both writting ends

 close(fd1[1]);

 wait(NULL);

//.......................................................................

 close(fd2[1]);

 read(fd2[0], concat_str, 100);

 if(strcmp(concat_str,"invalid")==0)

 {

 printf("\n\tmessage not send");

 }

 else

 {

  printf("\n\tmessage send to prog_2(child_2).");

 }

 close(fd2[0]);//close reading end of pipe 2

 exit(0);

}

else

{

 close(fd1[1]);//Close writting end of first pipe

 char concat_str[100];

 read(fd1[0], concal_str, strlen(concat_str)+1);

 close(fd1[0]);

 close(fd2[0]);//Close writing end of second pipe

 if(/*check if msg is valid or not*/)

 {

  //if not then

  write(fd2[1], "invalid",sizeof(concat_str));

  return 0;

 }

 else

 {

  //if yes then

  write(fd2[1], "valid",sizeof(concat_str));

  close(fd2[1]);

  q=fork();//create chile process 2

  if(q>0)

  {

   close(fd3[0]);/*close read head offd3[] */

   write(fd3[1],concat_str,sizeof(concat_str);//write message by monitor(main process) using fd3[1]

   close(fd3[1]);

   wait(NULL);//wait till child_process_2 send ACK

   //...........................................................

   close(fd4[1]);

   read(fd4[0],concat_str,100);

   close(fd4[0]);

   if(sctcmp(concat_str,"ack")==0)

   {

    printf("Messageof child process_1 is received by child process_2");

   }

   else

   {

    printf("Messageof child process_1 is not received by child process_2");

   }

  }

  else

  {

   if(p<0)

   {

    printf("Chiile_Procrss_2 not cheated");

   }

   else

   {

     

    close(fd3[1]);//Close writing end of first pipe

    char concat_str[100];

    read(fd3[0], concal_str, strlen(concat_str)+1);

    close(fd3[0]);

    close(fd4[0]);//Close writing end of second pipe

    write(fd4[1], "ack",sizeof(concat_str));

     

   }

  }

 }

 close(fd2[1]);

}

}

8 0
4 years ago
In the engineering design process, testing is the least important step.<br> True<br> False
Wittaler [7]

Answer:

false

Explanation:

7 0
3 years ago
Read 2 more answers
What type of degree is needed to be an architect?
Rina8888 [55]
Architects must have a professional bachelor's or master's degree in architecture from a program that has been accredited by the National Architectural Accrediting Board, and a state license.
3 0
3 years ago
Read 2 more answers
Three tugboats are used to turn a barge in a narrow channel. To avoid producing any net translation of the barge, the forces app
stiks02 [169]

Answer:

a) Fb= 275.77 lb   Fc= 142.75 lb

b) M = -779.97 lb.ft (i.e. 779.97 lb.ft in clockwise direction)

c) Fax = 195 lb

   Fay = 337.75 lb

   Fbx = 195 lb

   Fby = 195 lb

Explanation:

Question: Three tugboats are used to turn a barge in a narrow channel. To avoid producing any net translation of the barge, the forces applied should be couples. The tugboat at point A applies a 390 lb force.

(a) Determine FB and FC so that only couples are applied.

(b) Using your answers to Part (a), determine the resultant couple moment that is produced.

(c) Resolve the forces at A and B into x and y components, and identify the pairs of forces that constitute couples.

Solution:

<u>For this problem Right hand side is positive X direction and Upwards is positive Y direction. Couples and moments will be considered positive in counterclockwise direction.</u>

<u />

a) For no translation condition

∑ F_{x} = 0      &     ∑F_{y} = 0

Hence,

F_{A}cos(30) - F_{B}cos(45) - F_{C} = 0

F_{A}sin(30) - F_{B} sin(45) = 0

and

F_{A} = 390 lb

Inserting the value of F_{A} and solving the remaining equations simultaneously yields (magnitudes),

F_{B} = 275.77 lb\\F_{C} = 142.75 lb

b) Summing up moments

M=45 ( -F_{Ay}-F_{Cy}) +5 (-F_{By})+22(-F_{Ax}-F_{Bx})\\ =45(-390cos(30)-142.75)+5(-275.77cos(45))+22 (-390sin(30)-275.77sin(45))

M = -779.97 lb.ft (i.e. 779.97 lb.ft clockwise)

c)

F_{Ax} = 390 sin(30)  = 195 lb

F_{Ay} = 390 cos(30) = 337.75lb\\

F_{Bx} = 275.77 sin(45) = 195lb\\F_{By} = 275.77 cos(45) = 195 lb

8 0
4 years ago
Give the approximate temperature (in K) at which creep deformation becomes an important consideration for each of the following
andrezito [222]

Answer:

691K, 543K, 725K, 1473K, 240K, 373K

Explanation:

Creep deformation of any metal is the transformational tendency of a metal to distort rapidly or slowly when attacked by any form of mechanical stress. The temperature significant for a metal to deform is gotten by the division of the actual temperature of the metal by its melting point. This is termed homologous temperature which is 0.4 or higher. It is calculated by the equation:

0.4Tm

Therefore for the listed metals...

For Nickel, 0.4Tm = 0.4 ×(1455 + 273) = 691 K

For Copper, 0.4Tm = 0.4 ×(1085 + 273) = 543 K

For Iron, 0.4Tm = 0.4 ×(1538 + 273) = 725 K

For Tungsten, 0.4Tm = 0.4 ×(3410 + 273) = 1473 K

For Lead, 0.4Tm = 0.4 × (327 + 273) = 240 K

For Aluminium, 0.4Tm = 0.4 ×(660 + 273) = 373 K

5 0
3 years ago
Other questions:
  • Set oWMP = CreateObject("WMPlayer.OCX.7?) Set colCDROMs = oWMP.CdromCollection do if colCDROMs.Count &gt;= 1 then For i = 0 to c
    14·1 answer
  • Marcelo es muy bueno resolviendo adivinanzas y acertijos. Por eso, estaba totalmente disgustado cuando se dio cuenta de que no e
    12·1 answer
  • Which factors influence changes in consumer demands? check all that apply
    8·2 answers
  • Which of the following statements about pitot-static systems is FALSE? a). A pitot probe measures the Total Pressure of the free
    10·1 answer
  • Which of these parts of a cell phone is least likely to be found on the phone's circult board?
    5·1 answer
  • In homes today, what is behind the reason for flashover fires occurring much more rapidly than in the past generations?
    8·1 answer
  • How do guest room hotel smoke alarms work and differ then regular home versions?
    10·2 answers
  • What is the fastest motorcycle in the world ?
    7·2 answers
  • You have a motor such that if you give it 12 Volt, it will eventually reach a steady state speed of 200 rad/s. If it starts from
    10·1 answer
  • Two children are playing on a seesaw. The child on the left weighs 50 lbs. And the child on the right weighs 100 lbs. If the chi
    5·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!