diff options
Diffstat (limited to 'Fluidization_Engineering/ch13.ipynb')
-rw-r--r-- | Fluidization_Engineering/ch13.ipynb | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/Fluidization_Engineering/ch13.ipynb b/Fluidization_Engineering/ch13.ipynb index 06efb739..18536015 100644 --- a/Fluidization_Engineering/ch13.ipynb +++ b/Fluidization_Engineering/ch13.ipynb @@ -1,6 +1,7 @@ { "metadata": { - "name": "ch13" + "name": "", + "signature": "sha256:a97460b196d7b42e945dcfefc11684cc1c39c5847f8b0bdc9e3f6cdcd94bfcc3" }, "nbformat": 3, "nbformat_minor": 0, @@ -27,9 +28,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "#h on a Horizontal Tube Bank\n", "\n", - "#Variable declaration\n", "dp=57.0; #Particle size in micrometer\n", "rhos=940.0; #Density of solids in kg/m**3\n", "Cps=828.0; #Specific heat capacity of the solid in J/kg K\n", @@ -103,9 +102,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "#Effect of Gas Properties on h\n", "\n", - "#Variable declaration\n", "dp=80.; #Particle size in micrometer\n", "rhos=2550.; #Density of solids in kg/m**3\n", "Cps=756.; #Specific heat capacity of the solid in J/kg K\n", @@ -172,9 +169,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "#Effect of Particle Size on h\n", "\n", - "#Variable declaration\n", "rhos=2700.; #Density of solids in kg/m**3\n", "Cps=755.; #Specific heat capacity of the solid in J/kg K\n", "ks=1.2; #Thermal conductivity of solids in W/m k\n", @@ -237,7 +232,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "#Freeboard Heat Exchange\n", + "\n", "\n", "import math\n", "\n", |