summaryrefslogtreecommitdiff
path: root/278/CH10/EX10.11/ex_10_11.sce
diff options
context:
space:
mode:
Diffstat (limited to '278/CH10/EX10.11/ex_10_11.sce')
-rwxr-xr-x278/CH10/EX10.11/ex_10_11.sce46
1 files changed, 23 insertions, 23 deletions
diff --git a/278/CH10/EX10.11/ex_10_11.sce b/278/CH10/EX10.11/ex_10_11.sce
index 8f106c8b3..c33f0a131 100755
--- a/278/CH10/EX10.11/ex_10_11.sce
+++ b/278/CH10/EX10.11/ex_10_11.sce
@@ -1,24 +1,24 @@
-//find size of welds
-clc
-//solution
-//given
-//ref fig 10.26
-P=25*10^3//N
-Tmax=75*10^3//N
-l=100//mm
-b=150//mm
-e=500//mm
-//let t is thickness of throat and s size
-//t=0.707*s
-//A=t*(2*b+2*l)=353.5*s//mm^2
-//t=P/A
-//t=70.72/s//N/mm^2
-M=P*e//N-mm
-//Z=t*[b*l+ b^2/3]=15907.5*s//mm^3
-//fb=M/Z//
-//fb=P*e/Z//
-//fb=785.8/s//N/mm^2
-//Tmax=0.5*[sqrt(fb^2+4*t^2)]
-//75=399.2/s
-s=399.2/75//mm
+
+clc
+//solution
+//given
+//ref fig 10.26
+P=25*10^3//N
+Tmax=75*10^3//N
+l=100//mm
+b=150//mm
+e=500//mm
+//let t is thickness of throat and s size
+//t=0.707*s
+//A=t*(2*b+2*l)=353.5*s//mm^2
+//t=P/A
+//t=70.72/s//N/mm^2
+M=P*e//N-mm
+//Z=t*[b*l+ b^2/3]=15907.5*s//mm^3
+//fb=M/Z//
+//fb=P*e/Z//
+//fb=785.8/s//N/mm^2
+//Tmax=0.5*[sqrt(fb^2+4*t^2)]
+//75=399.2/s
+s=399.2/75//mm
printf("the sieze of weld is,%f mm",s) \ No newline at end of file