diff options
Diffstat (limited to 'Hydraulics/Chapter_1.ipynb')
-rw-r--r-- | Hydraulics/Chapter_1.ipynb | 57 |
1 files changed, 16 insertions, 41 deletions
diff --git a/Hydraulics/Chapter_1.ipynb b/Hydraulics/Chapter_1.ipynb index 558e6301..afe45972 100644 --- a/Hydraulics/Chapter_1.ipynb +++ b/Hydraulics/Chapter_1.ipynb @@ -1,6 +1,7 @@ { "metadata": { - "name": "" + "name": "", + "signature": "sha256:64f6f7af2b4765d579e2e197e51bf5b0d4a46d9e2613b339c736b1f3c01726e3" }, "nbformat": 3, "nbformat_minor": 0, @@ -27,7 +28,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "# find pressure of water\n", "\n", "#initialisation of variables\n", "h1 = 2 \t\t\t#in\n", @@ -68,11 +68,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''\n", - "find\n", - "pressure difference in ft of water\n", - "reading of mercury\n", - "'''\n", + "\n", "\n", "#initialisation of variables\n", "a = 6 \t\t\t#ft\n", @@ -115,7 +111,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "# FIND THE INTENSITY OF PRESSURE IN TERMS OF FT OF WATER AT POINTS A,B,C and D\n", "\n", "#initialisation of variables\n", "sm = 13.6\n", @@ -165,7 +160,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "# find Reading of the pressure guage at the top of tank\n", "\n", "#initialisation of variables\n", "lm = 2 \t\t\t#ft\n", @@ -209,7 +203,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "# find the pressure in lb/sq. in\n", + "\n", "\n", "#initialisation of variables\n", "h = 42 \t\t\t#in\n", @@ -244,7 +238,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "# find the pressure exerted by a vertical column\n", + "\n", "\n", "#initialisation of variables\n", "h = 200 \t\t\t#ft\n", @@ -279,7 +273,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "# find Total pressure\n", + "\n", "\n", "#initialisation of variables\n", "w = 62.4 \t\t\t#lbs/ft**3\n", @@ -316,7 +310,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "# find Total pressure\n", + "\n", "\n", "import math \n", "\n", @@ -360,7 +354,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "# find total pressure\n", + "\n", "\n", "#initialisation of variables\n", "l = 2. \t\t\t#ft\n", @@ -399,12 +393,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''\n", - "find\n", - "Total pressure\n", - "Depth\n", - "pressure in ft\n", - "'''\n", + "\n", "#initialisation of variables\n", "l = 6. \t\t\t#ft\n", "b = 4. \t\t\t#ft\n", @@ -449,11 +438,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''\n", - "find\n", - "force exerted by the oil \n", - "position of centre of pressure\n", - "'''\n", + "\n", "\n", "import math \n", "\n", @@ -502,7 +487,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "# find level of water\n", "\n", "#initialisation of variables\n", "import math \n", @@ -546,7 +530,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "# find Total comression in the promp CD\n", + "\n", "\n", "import math \n", "\n", @@ -591,11 +575,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''\n", - "find\n", - "depth of centre of pressure\n", - "force F required to act horizontally at the top of gate\n", - "'''\n", + "\n", "\n", "import math \n", "\n", @@ -654,7 +634,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "# find magnitude and position of the resultant water pressure.\n", + "\n", "import math \n", "\n", "#initialisation of variables\n", @@ -710,12 +690,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''\n", - "find\n", - "a) the resultant thrust on the base per ft length of dam\n", - "b) distribution of normal stress on base,\n", - "c) normal stress on the vertical plane at the base\n", - "'''\n", + "\n", "\n", "#initialisation of variables\n", "import math \n", @@ -774,7 +749,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "# find Volume of concrete\n", + "\n", "\n", "#initialisation of variables\n", "W = 145. \t\t\t#lb/cu ft\n", @@ -813,7 +788,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "# find Depth necessary to just float the ship in river\n", + "\n", "\n", "#initialisation of variables\n", "W = 10000. \t\t\t#tons\n", |