Tarea 1_MI

June 15, 2018 | Author: lupitagonzalez | Category: Dislocation, Stress (Mechanics), Physical Sciences, Science, Building Engineering
Share Embed Donate


Short Description

Descripción: Gráficas...

Description



4.11 (a) Write a simple computer program that gives the shear stress of a screw dislocation as a function of the perpendicular distance from the dislocation (see Eq. 4.8). Assuming the shear modulus of iron is 86 GPa and the Burgers vector is 0.248 nm, use the program to Unlock to An obtain the shear stress at the following valuesAccess of r : 50, 100, 150, and 200 nm, respectively. Plot the resulting versus r data, and with the aid of this curve, determine the distance from the dislocation where is 4000 psi, the shear stress at which an iron crystal will begin to undergo slip.





Exclusive 30 Day Trial

%Problema 4.11 %a) Tarea 1_MI clear all clc shear_modulus=86; %[GPa] miu=86*145037.73773; %Shear modulus[psi]Access Now b=0.248; %Burgers vector [nm] r=50:10:150; %Radius of the Burgers circuitI [nm] No thanks, don't want my exclusive trial tau=(miu*b)./(2*pi.*r); %Shear stress [psi] r_4000=(miu*b)/(2*pi*4000)%distance r_4000=(miu*b)/(2*pi*4000) %distance [nm] from the dislocation where tau is 4000 psi n_b=r_4000/b %b)To how many Burgers vectors does this distance correspond? plot(r,tau,'linewidth' plot(r,tau,'linewidth',2) ,2) ylabel('Shear ylabel('Shear stress [psi]') [psi]') xlabel('Radius xlabel('Radius of the Burgers circuit [nm]') [nm]') title('\tau title('\tau vs r') r') grid on hold on plot(r_4000,4000,'*' plot(r_4000,4000,'*'))

The distance from the dislocation where

 is 4000 psi is [nm]:



= vs

10000



Unlock Access to An

Exclusive 30 Day Trial

9000

8000

]i s [p

Tarea 1_MI

7000

s s er t s

Access Now

r a e h

6000

S

No thanks, I don't want my exclusive trial 5000

4000

3000 50

60

70

80

90

100

110

120

Radius of the Burgers circuit [nm]

(b) To how many Burgers vectors does this distance correspond?

130

140

150



4.17 (a) Consider Eq. 4.19, which gives the strain energy per unit length of a screw dislocation. Assume that one has a very large square array of long, straight, parallel screw dislocations of alternating signs so that the effective outer radius r    of the strain field of a Unlock An dislocation may be taken as . With theAccess aid of to a computer determine the strain energy ’ 

1/2√ 

Exclusive 30 Day Trial



 per unit length of a screw dislocation as a function of the dislocation density , between =1011 and =1018 m/m3.





%Problema 4.17 clear all clc Tarea 1_MI r_rho=316227.766:100000:10000000000;%sqrt(rho) [m] r_p=1./(2.*r_rho) %The effective outer radius [m] miu=86*(10^9); %Shear modulus[Pa] Access Now b=0.248/(10^9); %Burgers vector [m] r_o=b/4; %Inner radius that excludes the dislocation core [m] alpha=4 alpha=4; %Constant No thanks, I don't want my exclusive trial W_s=((miu.*(b.^2))./(4.*pi)).*(log(r_p./r_o))%The strain energy per unit length of this screw dislocation [J/m]

Shown below assessments of some values:

 []

[ ]

Ws

1011

4.2708e-09

1012

3.7862e-09

1013 

3.3016e-09

1014 

2.8170e-09

1015 

2.3324e-09

1016 

1.8478e-09

1017 

1.3632e-09

1018 

8.7864e-10



(b) Plot the line energy against the dislocation density. Assume that nm.

 =86 GPa and b=0.248

%Problema 4.17 Unlock Access to An clear all clc r_rho=316227.766:100000:1000000000;%sqrt(rho) [m] r_p=1./(2.*r_rho) %The effective outer radius [m] miu=86*(10^9); %Shear modulus[Pa] b=0.248/(10^9); %Burgers vector [m] r_o=b/4; %Inner radius that excludes the dislocation core [m] alpha=4 Tarea 1_MI alpha=4; %Constant W_s=((miu.*(b.^2))./(4.*pi)).*(log(r_p./r_o))%The strain energy per unit length of this screw dislocation [J/m] Access Now rho=r_rho.^2; plot(rho,W_s,'linewidth',2) xlabel('Dislocation density \rho [m/m^3]') No thanks, I don't want my exclusive trial ylabel('Strain energy per unit length of this screw dislocation Ws [J/m]') title('Ws vs \rho ') grid on

Exclusive 30 Day Trial

4.5

# 10

Ws vs ;

-9

] J[

m/ 4

s W n oi

t 3.5 a c lo is w

d 3

er c s is

th 2.5 f o th g le

n 2

ti n u r e

p 1.5 y rg e n ni

e 1

ar t S

0.5

0

1

2

3

4

5

6

7 3

Dislocation density ; [m/m ]

8

9

10 # 10

17



4.5

s

# 10

Ws vs r 

-9

Unlock Access to An

4

W n oi

Exclusive 30 Day Trial

t a c ol

3.5

is d w er c

3

s is th f o

Tarea 1_MI

2.5

th g n el it n

2

u

Access Now

r e p y gr

1.5

e

No thanks, I don't want my exclusive trial n e ni ar t S

1

0.5 0

0.2

0.4

0.6

0.8

1

Effective outer radius r´ [m]

1.2

1.4

1.6 # 10

-6

(c)  Now plot the energy per unit volume as a function of , assuming that the former can be equated to w, where w is the energy per unit length of the screw dislocations. %Problema 4.17 clc clear all r_rho=316227.766:1000000:1000000000; %sqrt(rho) [m] r_p=1./(2.*r_rho) %The effective outer radius [m] miu=86*(10^9); %Shear modulus[Pa] b=0.248/(10^9); %Burgers vector [m] r_o=b/4; %Inner radius that excludes the dislocation core [m] alpha=4 alpha=4; %Constant W_s=((miu.*(b.^2))./(4.*pi)).*(log(r_p./r_o));%The strain energy per unit length of this screw dislocation [N] rho=r_rho.^2; rhoWs=rho.*W_s plot(rho,rhoWs,'linewidth',2) xlabel('\rho [m/m^3]') ylabel('\rho Ws [J/m^3]') grid on



9

# 10

8

Unlock Access to An

8

Exclusive 30 Day Trial

7

6

Tarea 1_MI ]

3

5

m/ J[ s

Access Now

W 4           ;   

No thanks, I don't want my exclusive trial

3

2

1

0

0

1

2

3

4

5 ; [m/m

6 3

]

7

8

9

10 # 10

17

View more...

Comments

Copyright ©2017 KUPDF Inc.
SUPPORT KUPDF