summaryrefslogtreecommitdiff
path: root/3886/CH19/EX19.6/19_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '3886/CH19/EX19.6/19_6.sce')
-rw-r--r--3886/CH19/EX19.6/19_6.sce15
1 files changed, 15 insertions, 0 deletions
diff --git a/3886/CH19/EX19.6/19_6.sce b/3886/CH19/EX19.6/19_6.sce
new file mode 100644
index 000000000..69353bff5
--- /dev/null
+++ b/3886/CH19/EX19.6/19_6.sce
@@ -0,0 +1,15 @@
+//Super elevation
+G=1.68 //m
+r=800 //m
+//(1)
+v=16.667 //m/sec
+alpha=atand((v^2)/(9.81*800)) //degree
+//Super elevation
+e=1000*G*tand(alpha) //mm
+//(2)
+v2=22.222 //m/sec
+F2=1000*(((0.99937*22.222^2)/(9.81*800))-0.03537) //kN
+printf("\ne=%.3f mm\nF=%.3f kN",e,F2)
+
+
+