diff options
Diffstat (limited to 'Basic_Principles_And_Calculations_In_Chemical_Engineering/ch8.ipynb')
-rw-r--r-- | Basic_Principles_And_Calculations_In_Chemical_Engineering/ch8.ipynb | 23 |
1 files changed, 8 insertions, 15 deletions
diff --git a/Basic_Principles_And_Calculations_In_Chemical_Engineering/ch8.ipynb b/Basic_Principles_And_Calculations_In_Chemical_Engineering/ch8.ipynb index 4d600c4f..350e9391 100644 --- a/Basic_Principles_And_Calculations_In_Chemical_Engineering/ch8.ipynb +++ b/Basic_Principles_And_Calculations_In_Chemical_Engineering/ch8.ipynb @@ -1,6 +1,7 @@ { "metadata": { - "name": "" + "name": "", + "signature": "sha256:db3a394cd915f3675da3a1ec91e93913eb152d495576bd0a47778fe0952f79fb" }, "nbformat": 3, "nbformat_minor": 0, @@ -27,8 +28,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "# Extraction of Streptomycin from a Fermentation Broth\n", - "# Solution\n", + "\n", "\n", "# Variables\n", "# Basis : 1 min\n", @@ -79,8 +79,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "# Separation of gases Using a Membrane\n", - "# Solution Fig. E8.2b\n", + "\n", "\n", "# Variables\n", "F_O2 = 0.21 ; # fraction of O2 in feed(F) \n", @@ -131,8 +130,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "# Overall analysis for a continuous Distillation Column\n", - "# Solution\n", + "\n", "\n", "# Variables\n", "# Basis : 1 hr so F = 1000 kg\n", @@ -192,8 +190,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "# Mixing of Battery Acid\n", - "# Solution Fig E8.4\n", + "\n", "from numpy import matrix\n", "\n", "# Variables\n", @@ -243,8 +240,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "# Drying\n", - "# Solution Fig E8.5\n", + "\n", "from numpy import matrix\n", "\n", "# Variables\n", @@ -289,8 +285,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "# Crystallizaton\n", - "# Solution\n", "\n", "# Variables\n", "# Composition of initial solution at 30 degree C\n", @@ -359,8 +353,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "# Hemodialysis\n", - "# Solution\n", + "\n", "\n", "# Variables\n", "# Write given data\n", |