summaryrefslogtreecommitdiff
path: root/2183/CH3/EX3.1.a/Ex_3_1_a.sce
blob: c9743493990fe9e921b591854e7db6c3e19c55b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Example 3.1.a:fracture stress
clc;
clear;
close;
la=0.16;//bond length in nm
st=2.6*10^6;//psi
psi=6894.76;//Nm^-2
e=9*10^10;//NM^-2
yp=((4*la*10^-9*(st*psi)^2)/(e));//in joules
c=10^-8;//
sf=sqrt((2*e*yp)/(%pi*c));//N/m^2
sf1=sf/(psi);//psi
disp(sf1,"fracture stress in psi is")