diff options
Diffstat (limited to 'Problems_In_Fluid_Flow/ch11.ipynb')
-rw-r--r-- | Problems_In_Fluid_Flow/ch11.ipynb | 40 |
1 files changed, 9 insertions, 31 deletions
diff --git a/Problems_In_Fluid_Flow/ch11.ipynb b/Problems_In_Fluid_Flow/ch11.ipynb index c36db144..a2484ed7 100644 --- a/Problems_In_Fluid_Flow/ch11.ipynb +++ b/Problems_In_Fluid_Flow/ch11.ipynb @@ -1,6 +1,7 @@ { "metadata": { - "name": "" + "name": "", + "signature": "sha256:c23ae85b629821355f70fc5abaa38e7f6336abdb19ba09fa0e8e1a4bdcd9679f" }, "nbformat": 3, "nbformat_minor": 0, @@ -27,11 +28,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''\n", - "find\n", - "Bubbling fluidisation \n", - "fluidisation \n", - "'''\n", + "\n", "\n", "import math \n", "\n", @@ -93,13 +90,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''\n", - "find\n", - "The superficial linear flow rate\n", - "Terminal Settling Velocity\n", - "Stoke law assumption\n", - "Pressure drop across fluidised bed \n", - "'''\n", + "\n", "\n", "import math \n", "\n", @@ -157,11 +148,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''\n", - "find\n", - "the linear air flow rate\n", - "speed required for smallest particle\n", - "'''\n", + "\n", "\n", "import math \n", "from numpy import *\n", @@ -232,12 +219,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''\n", - "find\n", - "the diameter of vessel\n", - "depth of bed \n", - "depth of fluidised bed under operating condition\n", - "'''\n", + "\n", "\n", "import math \n", "from numpy import *\n", @@ -312,7 +294,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "# find power supplies to the blower\n", + "\n", "\n", "import math \n", "\n", @@ -368,11 +350,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''\n", - "find\n", - "minimum fluidising velocity\n", - "fluidising velocity\n", - "'''\n", + "\n", "\n", "import math \n", "\n", @@ -424,7 +402,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "# find ratio of terminal velocity\n", + "\n", "\n", "import math \n", "\n", |