From f35ea80659b6a49d1bb2ce1d7d002583f3f40947 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:38:01 +0530 Subject: updated the code --- 278/CH10/EX10.13/ex_10_13.sce | 54 +++++++++++++++++++++---------------------- 1 file changed, 27 insertions(+), 27 deletions(-) (limited to '278/CH10/EX10.13') diff --git a/278/CH10/EX10.13/ex_10_13.sce b/278/CH10/EX10.13/ex_10_13.sce index 50c4c0a16..1a0de3ae1 100755 --- a/278/CH10/EX10.13/ex_10_13.sce +++ b/278/CH10/EX10.13/ex_10_13.sce @@ -1,28 +1,28 @@ -////find size of weld -clc -//solution -//given -//ref fig 10.28 -P=15000//N -T=80//N/mm^2 -b=80//mm -l=50//mm -e=125//mm -//let s be size of weld -//A=2*t*l//70.7*s//mm^2 -//T1=P/A//N/mm^2//direct stress -//T1=212/s -//J=t*l*(3*b^2+l^2)/6//mm^4 -//J=127850*s//mm^4 -ab=40//mm -bg=25//mm=r1 -r2=(sqrt(ab^2+bg^2))//mm -printf("the value of r2 is,%f mm\n",r2) -//T2=P*e*r2/J -//T2=689.3/s//N/mm^2 -//cos(q)=r1/r2=25/47=0.532 -a=0.532 -//T=sqrt(T1^+T2^2+2*T1*T2*a) -//80=822/s -s=822/80//mm + +clc +//solution +//given +//ref fig 10.28 +P=15000//N +T=80//N/mm^2 +b=80//mm +l=50//mm +e=125//mm +//let s be size of weld +//A=2*t*l//70.7*s//mm^2 +//T1=P/A//N/mm^2//direct stress +//T1=212/s +//J=t*l*(3*b^2+l^2)/6//mm^4 +//J=127850*s//mm^4 +ab=40//mm +bg=25//mm=r1 +r2=(sqrt(ab^2+bg^2))//mm +printf("the value of r2 is,%f mm\n",r2) +//T2=P*e*r2/J +//T2=689.3/s//N/mm^2 +//cos(q)=r1/r2=25/47=0.532 +a=0.532 +//T=sqrt(T1^+T2^2+2*T1*T2*a) +//80=822/s +s=822/80//mm printf("the sieze of weld is,%f mm",s) \ No newline at end of file -- cgit