diff options
Diffstat (limited to 'Problems_In_Fluid_Flow/ch1.ipynb')
-rw-r--r-- | Problems_In_Fluid_Flow/ch1.ipynb | 49 |
1 files changed, 9 insertions, 40 deletions
diff --git a/Problems_In_Fluid_Flow/ch1.ipynb b/Problems_In_Fluid_Flow/ch1.ipynb index 060862e5..468c5738 100644 --- a/Problems_In_Fluid_Flow/ch1.ipynb +++ b/Problems_In_Fluid_Flow/ch1.ipynb @@ -1,6 +1,7 @@ { "metadata": { - "name": "" + "name": "", + "signature": "sha256:0059190c3ee26fe93a1d293531a49cd3a6e92d5339c0638feafb8d9d1d250c2e" }, "nbformat": 3, "nbformat_minor": 0, @@ -28,11 +29,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''\n", - "find whether\n", - "the system is in turbulent motion \n", - "the system is in laminar motion \n", - "'''\n", + "\n", "\n", "import math \n", "\n", @@ -93,13 +90,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''\n", - "find\n", - "The Stanton-Pannel friction factor per unit of length\n", - "shear stress exerted by liquid\n", - "Total shear force exerted \n", - "viscosity of liquid \n", - "'''\n", + "\n", "\n", "import math \n", "\n", @@ -155,7 +146,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "# find the difference between the rise levels of manometer\n", "\n", "import math \n", "\n", @@ -203,7 +193,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "# find The volume of pure material\n", + "\n", "\n", "import math \n", "\n", @@ -243,12 +233,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''\n", - "find\n", - "The percent value of d for which where pitot tube is kept show average velocity in streamline flow\n", - "The percent value of d for which where pitot tube is kept show average velocity in turbulent flow \n", - "The error shown by pitot tube at new position \n", - "'''\n", + "\n", "import math \n", "\n", "\n", @@ -302,13 +287,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''\n", - "find\n", - "The Power required to pump acid \n", - "The gauge pressure at pump outlet \n", - "The increase in power required to transfer\n", - "The gauge pressure at pump outlet\n", - "'''\n", + "\n", "\n", "# Initialization of Variable\n", "rhon = 1068. #density of nitric acid\n", @@ -382,11 +361,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''\n", - "find\n", - "power required to drive pump \n", - "The gauge pressure in (kPa)\n", - "'''\n", + "\n", "\n", "import math \n", "\n", @@ -452,11 +427,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''\n", - "find\n", - "Volumetric flow rate initial\n", - "Volumetric flow rate final\n", - "'''\n", + "\n", "\n", "import math \n", "\n", @@ -520,7 +491,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "# find Time required to water level to fall in the tank \n", "\n", "import math \n", "from numpy import linspace\n", @@ -580,7 +550,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "# find d\n", "\n", "import math \n", "\n", |