summaryrefslogtreecommitdiff
path: root/2021/CH9/EX9.1
diff options
context:
space:
mode:
Diffstat (limited to '2021/CH9/EX9.1')
-rwxr-xr-x2021/CH9/EX9.1/EX9_1.pdfbin0 -> 19795 bytes
-rwxr-xr-x2021/CH9/EX9.1/Ex9_1.sce9
2 files changed, 9 insertions, 0 deletions
diff --git a/2021/CH9/EX9.1/EX9_1.pdf b/2021/CH9/EX9.1/EX9_1.pdf
new file mode 100755
index 000000000..2dad8565d
--- /dev/null
+++ b/2021/CH9/EX9.1/EX9_1.pdf
Binary files differ
diff --git a/2021/CH9/EX9.1/Ex9_1.sce b/2021/CH9/EX9.1/Ex9_1.sce
new file mode 100755
index 000000000..079694c33
--- /dev/null
+++ b/2021/CH9/EX9.1/Ex9_1.sce
@@ -0,0 +1,9 @@
+//Finding of Discharge through rectangular Notch
+//Given
+H=0.4;
+L=3;
+Cd=0.6;
+g=9.81;
+//To Find
+q=(2/3)*Cd*L*sqrt(2*g)*H^(3/2);
+disp("Discharge through rectangular Notch ="+string(q)+" m^3/sec");