diff options
Diffstat (limited to 'Fluidization_Engineering/ch3.ipynb')
-rw-r--r-- | Fluidization_Engineering/ch3.ipynb | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/Fluidization_Engineering/ch3.ipynb b/Fluidization_Engineering/ch3.ipynb index cd21b1dd..72abab33 100644 --- a/Fluidization_Engineering/ch3.ipynb +++ b/Fluidization_Engineering/ch3.ipynb @@ -1,6 +1,7 @@ { "metadata": { - "name": "ch3" + "name": "", + "signature": "sha256:c2d23a740208e3823c43d8afcfc0ef305894f28fcd5f9e9793f1f1c6fe8b25f1" }, "nbformat": 3, "nbformat_minor": 0, @@ -27,9 +28,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "#Size Measure of Nonuniform Solids\n", "\n", - "#INPUT\n", "weight = [0,60,150,270,330,360.0]; # Weight in grams for the oversized particles\n", "psize = [50,75,100,125,150,175]; #PSD in micrometers\n", "\n", @@ -140,9 +139,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "#Estimation of terminal velocity of falling particles\n", "\n", - "#INPUT\n", "rhog=1.2e-3; #Density of air in g/cc\n", "myu=1.8e-4 #Viscosity of air in g/cm s\n", "dpbar=0.016 #Mean diameter of solids in centimeter\n", @@ -189,9 +186,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "#Prediction of flow regime\n", "\n", - "#INPUT\n", "rhos=1.5; #Density of Solid in g/cc\n", "uo1=40; uo2=80; #Superficial gas velocity in cm/s\n", "dp1=0.006; dp2=0.045; #Particle size in centimeter\n", |