diff options
Diffstat (limited to 'Hydraulics/Chapter_4.ipynb')
-rw-r--r-- | Hydraulics/Chapter_4.ipynb | 34 |
1 files changed, 14 insertions, 20 deletions
diff --git a/Hydraulics/Chapter_4.ipynb b/Hydraulics/Chapter_4.ipynb index 9cf88603..60ede3c8 100644 --- a/Hydraulics/Chapter_4.ipynb +++ b/Hydraulics/Chapter_4.ipynb @@ -1,6 +1,7 @@ { "metadata": { - "name": "" + "name": "", + "signature": "sha256:7c51eb85c2f5974253c21c1966c99eb7233e433431ba178d1ba6aaccb3adc83a" }, "nbformat": 3, "nbformat_minor": 0, @@ -27,7 +28,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "# find the length of the weir\n", + "\n", "import math\n", "#initialisation of variables\n", "p = 70. \t\t\t#per cent\n", @@ -67,7 +68,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "# find the theoretical horse power\n", + "\n", "\n", "import math \n", "\n", @@ -111,7 +112,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "# find the discharge per second\n", "\n", "import math \n", "#initialisation of variables\n", @@ -166,7 +166,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "# find K and n\n", "\n", "import math \n", "#initialisation of variables\n", @@ -208,9 +207,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''\n", - "find the rate of discharge\n", - "'''\n", + "\n", "import math \n", "#initialisation of variables\n", "g = 32.2 \t\t\t#ft/sec**2\n", @@ -260,7 +257,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "# find the length of the waste weir required.\n", + "\n", "\n", "import math \n", "#initialisation of variables\n", @@ -301,7 +298,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "# find the discharge of water \n", "\n", "import math \n", "#initialisation of variables\n", @@ -344,7 +340,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "# find the percentage error in estimating the discharge\n", + "\n", "\n", "import math \n", "#initialisation of variables\n", @@ -384,7 +380,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "# find time required to lower the level of a reservoir of superficial area\n", + "\n", "\n", "import math \n", "#initialisation of variables\n", @@ -424,7 +420,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "# find depth of water through this notch.\n", "\n", "import math \n", "#initialisation of variables\n", @@ -464,7 +459,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "# find in each case the percentage error \n", + "\n", "import math \n", "#initialisation of variables\n", "V = 20. \t\t\t#litres\n", @@ -511,7 +506,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "# Estimate the discharge in the channel in gallons per minute\n", + "\n", "\n", "import math \n", "#initialisation of variables\n", @@ -555,7 +550,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "# Determine the discharge \n", + "\n", "\n", "import math \n", "#initialisation of variables\n", @@ -599,7 +594,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "# find discharge over this weir in gallons per hour\n", + "\n", "import math \n", "#initialisation of variables\n", "L = 6 \t\t\t#ft\n", @@ -641,7 +636,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "# find the height of an anicut \n", + "\n", "import math \n", "#initialisation of variables\n", "W = 100 \t\t\t#ft\n", @@ -685,7 +680,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "# find length\n", + "\n", "import math \n", "#initialisation of variables\n", "x = 6. \t\t\t#in\n", @@ -724,7 +719,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "# find the number of siphons required\n", "\n", "import math \n", "#initialisation of variables\n", |