From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 3764/CH2/EX2.12/Ex2_12.sce | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 3764/CH2/EX2.12/Ex2_12.sce (limited to '3764/CH2/EX2.12/Ex2_12.sce') diff --git a/3764/CH2/EX2.12/Ex2_12.sce b/3764/CH2/EX2.12/Ex2_12.sce new file mode 100644 index 000000000..0a33b2ca2 --- /dev/null +++ b/3764/CH2/EX2.12/Ex2_12.sce @@ -0,0 +1,17 @@ +clc +// + +//Variable declaration +D=60 // Width(mm) +d=40 // Width(mm) +r=8 // Radius(mm) +K=1.82 // Stress-concentration factor +Smax=165 // Allowable normal stress(MPa) + +//Calculation +eave=(165/1.82) // Average stress in the narrower portion(MPa) +P=((40*10*eave)/(1000)) // Largest Axial Load(kN) + + +// Results +printf("\n Largest Axial Load =%1f in' ,P) -- cgit