diff options
Diffstat (limited to 'Fluidization_Engineering/ch11.ipynb')
-rw-r--r-- | Fluidization_Engineering/ch11.ipynb | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/Fluidization_Engineering/ch11.ipynb b/Fluidization_Engineering/ch11.ipynb index b665def9..4c2d2fd3 100644 --- a/Fluidization_Engineering/ch11.ipynb +++ b/Fluidization_Engineering/ch11.ipynb @@ -1,6 +1,7 @@ { "metadata": { - "name": "" + "name": "", + "signature": "sha256:69d28aca1d8ec525f15842df275d6e6c6108139c968df651029692a500222ce7" }, "nbformat": 3, "nbformat_minor": 0, @@ -48,9 +49,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "#Fitting Reported Mass Transfer Data with the Bubbling Bed Model\n", "\n", - "#Variable declaration\n", "db=0.37; #Equilibrium bubble size in cm\n", "dp=0.028; #Particle size in cm\n", "rhos=1.06; #Density of solids in g/cc\n", @@ -202,9 +201,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "#Fitting Reported Heat Transfer Data with the Bubbling Bed Model\n", "\n", - "#Variable declaration\n", "rhos=1.3; #Density of solids in g/cc\n", "phis=0.806; #Sphericity of solids\n", "gammab=0.001; #Ratio of volume of dispersed solids to that of bubble phase\n", @@ -293,7 +290,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "#Heating a Particle in a Fluidized Bed\n", + "\n", "\n", "import math\n", "\n", |