summaryrefslogtreecommitdiff
path: root/2513/CH10/EX10.3
diff options
context:
space:
mode:
Diffstat (limited to '2513/CH10/EX10.3')
-rwxr-xr-x2513/CH10/EX10.3/10_3.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/2513/CH10/EX10.3/10_3.sce b/2513/CH10/EX10.3/10_3.sce
new file mode 100755
index 000000000..94e8d20fe
--- /dev/null
+++ b/2513/CH10/EX10.3/10_3.sce
@@ -0,0 +1,11 @@
+clc
+//initialisation of variables
+g=20//ft
+k=10^-1//cm/sec
+g1=3.28*10^-3//fps
+w=2//ft
+w1=30//ft
+//CALCULATIONS
+Q=(1/2)*(g1)*[(g^2)-(2^2)]/(w1)//cfs
+//RESULTS
+printf('the flow into a foot of gallery=% f cfs',Q)