summaryrefslogtreecommitdiff
path: root/Hydraulics/Chapter_6.ipynb
diff options
context:
space:
mode:
Diffstat (limited to 'Hydraulics/Chapter_6.ipynb')
-rw-r--r--Hydraulics/Chapter_6.ipynb45
1 files changed, 18 insertions, 27 deletions
diff --git a/Hydraulics/Chapter_6.ipynb b/Hydraulics/Chapter_6.ipynb
index b60e19b9..2ab32b0e 100644
--- a/Hydraulics/Chapter_6.ipynb
+++ b/Hydraulics/Chapter_6.ipynb
@@ -1,6 +1,7 @@
{
"metadata": {
- "name": ""
+ "name": "",
+ "signature": "sha256:a578101ccbcde1509a97d02129920a3db28366bac3115a1e48214601165df384"
},
"nbformat": 3,
"nbformat_minor": 0,
@@ -27,7 +28,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# find the value of C and K\n",
+ "\n",
"\n",
"import math \n",
"#initialisation of variables\n",
@@ -69,7 +70,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# find value of C \n",
"\n",
"import math \n",
"#initialisation of variables\n",
@@ -115,7 +115,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# find the discharge\n",
+ "\n",
"\n",
"import math \n",
"#initialisation of variables\n",
@@ -160,7 +160,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# find the discharge of a channel\n",
+ "\n",
"import math \n",
"#initialisation of variables\n",
"d = 3. \t\t\t#ft\n",
@@ -200,7 +200,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# find diameter\n",
+ "\n",
"\n",
"import math \n",
"#initialisation of variables\n",
@@ -245,7 +245,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# find depth of water\n",
+ "\n",
"\n",
"import math \n",
"\n",
@@ -297,7 +297,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# find height of dam\n",
+ "\n",
"\n",
"import math \n",
"#initialisation of variables\n",
@@ -342,7 +342,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# find depth, bottom width and top width\n",
+ "\n",
"\n",
"import math \n",
"#initialisation of variables\n",
@@ -389,7 +389,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# find depth, bottom width, and top width\n",
+ "\n",
"import math \n",
"#initialisation of variables\n",
"Q = 1100. \t\t\t#cuses\n",
@@ -432,7 +432,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# find depth of channel\n",
+ "\n",
"\n",
"import math \n",
"#initialisation of variables\n",
@@ -473,7 +473,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# find discharge\n",
+ "\n",
"\n",
"import math \n",
"#initialisation of variables\n",
@@ -514,7 +514,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# find specific energy\n",
+ "\n",
"\n",
"import math \n",
"#initialisation of variables\n",
@@ -561,7 +561,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# find slope of free water\n",
"\n",
"import math \n",
"#initialisation of variables\n",
@@ -606,7 +605,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# find height required\n",
"\n",
"import math \n",
"#Initialization of variables\n",
@@ -654,7 +652,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# find loss in energy\n",
"\n",
"import math \n",
"#initialisation of variables\n",
@@ -699,7 +696,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# find downstream depth \n",
+ "\n",
"import math \n",
"#initialisation of variables\n",
"d1 = 4. \t\t\t#ft\n",
@@ -735,7 +732,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# find approximate length\n",
+ "\n",
"\n",
"import math \n",
"#initialisation of variables\n",
@@ -785,7 +782,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# find discharge through the venturi flume \n",
+ "\n",
"\n",
"import math \n",
"#initialisation of variables\n",
@@ -826,7 +823,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# find discharge and depth of flow at the throat\n",
+ "\n",
"\n",
"import math \n",
"#initialisation of variables\n",
@@ -870,13 +867,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''\n",
- "find\n",
- "a) discharge\n",
- "b) depth of water\n",
- "c) height of standing wave\n",
- "d) depth of water in channel\n",
- "'''\n",
+ "\n",
"import math \n",
"#initialisation of variables\n",
"h1 = 8. \t\t\t#ft\n",