summaryrefslogtreecommitdiff
path: root/3862/CH8/EX8.30/Ex8_30.sce
diff options
context:
space:
mode:
Diffstat (limited to '3862/CH8/EX8.30/Ex8_30.sce')
-rw-r--r--3862/CH8/EX8.30/Ex8_30.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/3862/CH8/EX8.30/Ex8_30.sce b/3862/CH8/EX8.30/Ex8_30.sce
new file mode 100644
index 000000000..23541ca6b
--- /dev/null
+++ b/3862/CH8/EX8.30/Ex8_30.sce
@@ -0,0 +1,10 @@
+clear
+//variable declaration
+
+p=(2) //internal pressure, N/mm^2
+t=12 //thickness of thin cylinder,mm
+D=(1000) //internal diameter,mm
+
+f=(p*D)/(2*t) //Hoop stress,N/mm^2
+
+printf("\n Hoop stress f= %0.2f N/mm^2",f)