summaryrefslogtreecommitdiff
path: root/3764/CH3/EX3.8/Ex3_8.sce
diff options
context:
space:
mode:
Diffstat (limited to '3764/CH3/EX3.8/Ex3_8.sce')
-rw-r--r--3764/CH3/EX3.8/Ex3_8.sce18
1 files changed, 18 insertions, 0 deletions
diff --git a/3764/CH3/EX3.8/Ex3_8.sce b/3764/CH3/EX3.8/Ex3_8.sce
new file mode 100644
index 000000000..955d98801
--- /dev/null
+++ b/3764/CH3/EX3.8/Ex3_8.sce
@@ -0,0 +1,18 @@
+clc
+//
+
+//Variable declaration
+Tp=44.1
+phyF=8.59
+
+// Calculation
+// Elastic Unloading
+Tmax=((44.1)*(1.125))/2.02
+Tmin=(Tmax)*(0.75/1.125)
+phyl=(((44.1*(10**3)*60)*(360/(2*%pi)))/((2.02)*(11.2*(10**6)))**2)
+
+phy=phyF-phyl
+
+// Result
+printf("\n Case(a: Residual stress = %1f kip.in' ,0)
+printf("\n Case(b: Permanent angle of twist= %1f degree ' ,phy)