summaryrefslogtreecommitdiff
path: root/1364/CH13/EX13.1.1/13_1_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '1364/CH13/EX13.1.1/13_1_1.sce')
-rwxr-xr-x1364/CH13/EX13.1.1/13_1_1.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/1364/CH13/EX13.1.1/13_1_1.sce b/1364/CH13/EX13.1.1/13_1_1.sce
new file mode 100755
index 000000000..37eb67538
--- /dev/null
+++ b/1364/CH13/EX13.1.1/13_1_1.sce
@@ -0,0 +1,14 @@
+clc
+//initialisation of variables
+b= 15 //in
+h= 1.25 //in
+h1= 2.75 //in
+g= 32.2 //ft/sec^2
+//CACULAIONS
+Q= 3.09*(b/12)*(h/12)^1.5
+u1= Q*144/(b*h1)
+H= (u1^2/(2*g))*12
+h2= H+h
+Q1= 3.09*(b/12)*(h2/12)^1.5
+//RESULTS
+printf (' Rate of flow= %.4f ft^3/sec',Q1)