diff options
Diffstat (limited to 'Fluidization_Engineering/ch6.ipynb')
-rw-r--r-- | Fluidization_Engineering/ch6.ipynb | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/Fluidization_Engineering/ch6.ipynb b/Fluidization_Engineering/ch6.ipynb index 39b1fc56..9c4f2311 100644 --- a/Fluidization_Engineering/ch6.ipynb +++ b/Fluidization_Engineering/ch6.ipynb @@ -1,6 +1,7 @@ { "metadata": { - "name": "" + "name": "", + "signature": "sha256:432c74872bfc5b3cdf6cd2ab6c97c0ab1581b40f382e3a1bf8502ef1c3f981bb" }, "nbformat": 3, "nbformat_minor": 0, @@ -27,9 +28,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "#Bubble Size and Rise Velocity in Geldart A Beds\n", "\n", - "#Variable declaration\n", "z=0.5; #Height of bed in m\n", "dt=0.5; #ID of tube in m\n", "rhos=1.6; #Density of catalyst in g/cm**3\n", @@ -88,7 +87,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "#Bubble Size and Rise Velocity in Geldart B Beds\n", + "\n", "\n", "import math\n", "\n", @@ -214,9 +213,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "#Scale-down of a Commercial Chlorinator\n", "\n", - "#Variable declaration\n", "dpbar=53.; #Average particle size in micrometer\n", "s=[1,2]; #Size of Bermuda rock in cm \n", "rhosbar=3200.; #Average solid density of the coke-zircon mixture in kg/m**3\n", @@ -272,7 +269,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "#Reactor Scale-up for Geldart A Catalyst\n", + "\n", "import math\n", "\n", "#Variable declaration\n", @@ -442,9 +439,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "#Reactor Scale-up for Geldart B Catalyst\n", "\n", - "#Variable declaration\n", "dtb=20; #ID of bench-scale reactor\n", "dtp=1; #ID of pilot reactor\n", "dpbar=200; #Average particle size in micrometer\n", |