diff options
Diffstat (limited to 'Problems_In_Fluid_Flow/ch8.ipynb')
-rw-r--r-- | Problems_In_Fluid_Flow/ch8.ipynb | 39 |
1 files changed, 7 insertions, 32 deletions
diff --git a/Problems_In_Fluid_Flow/ch8.ipynb b/Problems_In_Fluid_Flow/ch8.ipynb index 97b6a74a..09ab4234 100644 --- a/Problems_In_Fluid_Flow/ch8.ipynb +++ b/Problems_In_Fluid_Flow/ch8.ipynb @@ -1,6 +1,7 @@ { "metadata": { - "name": "" + "name": "", + "signature": "sha256:00c3b1a67f83ca35bc811927488fe197c5bf1eb682a1e6ea0657f01c6f0d77b3" }, "nbformat": 3, "nbformat_minor": 0, @@ -27,13 +28,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''\n", - "find\n", - "pressure drop at t = 30 min\n", - "the thickness of filtercake formed\n", - "thickness of cake required\n", - "average particle diameter\n", - "'''\n", + "\n", "\n", "import math \n", "from numpy import *\n", @@ -103,13 +98,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''\n", - "find\n", - "time at which the required pressure drop have taken place\n", - "volume of filterate \n", - "the time required to collect 750dm**3\n", - "time required to pass 10dm**3 volume \n", - "'''\n", + "\n", "\n", "import math \n", "from numpy import *\n", @@ -175,7 +164,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "# find the thickness of filter \n", + "\n", "\n", "import math \n", "from numpy import *\n", @@ -239,11 +228,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''\n", - "find\n", - "Volume at P = 90kPa \n", - "Volume at p = 45kPa \n", - "'''\n", + "\n", "\n", "import math \n", "from numpy import *\n", @@ -319,12 +304,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''\n", - "find\n", - "thickness of filter cake \n", - "rate at which wet cake will be scrapped\n", - "rate of which slurry is treated\n", - "'''\n", + "\n", "\n", "from numpy import *\n", "import math \n", @@ -397,11 +377,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''\n", - "find\n", - "time taken to collect sucrose crystal\n", - "volume of liquid separated\n", - "'''\n", "\n", "\n", "import math \n", |