diff options
Diffstat (limited to '3764/CH2/EX2.12')
-rw-r--r-- | 3764/CH2/EX2.12/Ex2_12.sce | 17 |
1 files changed, 17 insertions, 0 deletions
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) |