summaryrefslogtreecommitdiff
path: root/2132/CH6/EX6.4
diff options
context:
space:
mode:
Diffstat (limited to '2132/CH6/EX6.4')
-rwxr-xr-x2132/CH6/EX6.4/Example6_4.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/2132/CH6/EX6.4/Example6_4.sce b/2132/CH6/EX6.4/Example6_4.sce
new file mode 100755
index 000000000..27afe5070
--- /dev/null
+++ b/2132/CH6/EX6.4/Example6_4.sce
@@ -0,0 +1,14 @@
+//Example 6.4
+clc;
+clear;
+close;
+format('v',5);
+//Given data :
+Q=180/62;//litres/sec
+Q=Q/1000;//cumec
+Dc=25/1000;//m
+H=1.9;//m
+ac=%pi/4*Dc^2;//m^2
+g=9.81;//constant
+Cv=Q/sqrt(2*g*H)/ac;
+disp(Cv,"Coefficient of velocity : ");