diff options
author | debashisdeb | 2014-06-20 15:42:42 +0530 |
---|---|---|
committer | debashisdeb | 2014-06-20 15:42:42 +0530 |
commit | 83c1bfceb1b681b4bb7253b47491be2d8b2014a1 (patch) | |
tree | f54eab21dd3d725d64a495fcd47c00d37abed004 /Fluidization_Engineering/ch4.ipynb | |
parent | a78126bbe4443e9526a64df9d8245c4af8843044 (diff) | |
download | Python-Textbook-Companions-83c1bfceb1b681b4bb7253b47491be2d8b2014a1.tar.gz Python-Textbook-Companions-83c1bfceb1b681b4bb7253b47491be2d8b2014a1.tar.bz2 Python-Textbook-Companions-83c1bfceb1b681b4bb7253b47491be2d8b2014a1.zip |
removing problem statements
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", |