diff options
Diffstat (limited to 'Fluidization_Engineering/ch4.ipynb')
-rw-r--r-- | Fluidization_Engineering/ch4.ipynb | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/Fluidization_Engineering/ch4.ipynb b/Fluidization_Engineering/ch4.ipynb index 3ff36672..cbd2e1e4 100644 --- a/Fluidization_Engineering/ch4.ipynb +++ b/Fluidization_Engineering/ch4.ipynb @@ -1,6 +1,7 @@ { "metadata": { - "name": "" + "name": "", + "signature": "sha256:66650a76faf5eec3efd8e3c62ecb57addf32e1a6b2cb5d90995ca785777b9427" }, "nbformat": 3, "nbformat_minor": 0, @@ -27,7 +28,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "Design of a Perforated Plate Distributor\n", + "\n", "\n", "#Variable declaration\n", "dt=4; #Vessel diameter in m\n", @@ -137,9 +138,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "#Design of a Tuyere Distributor\n", "\n", - "#Variable declaration\n", "lor=0.1; #Minimum allowable tuyere spacing in m\n", "uorm=30; #Maximum allowable jet velocity from the tuyere in m/s\n", "uo=0.4; #Superficial velocity of gas in m/s\n", @@ -218,9 +217,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "#Power Requirement for a Fluidized Coal Combustor(FBC)\n", "\n", - "#Variable declaration\n", "deltapd=[3,10] #Distributor pressure drop in kPa\n", "deltapd2=10.0; #Distributor pressure drop in kPa\n", "po=101.0; #Entering air pressure in kPa\n", |