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 /Transport_Phenomena/ch9.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 'Transport_Phenomena/ch9.ipynb')
-rw-r--r-- | Transport_Phenomena/ch9.ipynb | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/Transport_Phenomena/ch9.ipynb b/Transport_Phenomena/ch9.ipynb index 21d56f19..c5809f8d 100644 --- a/Transport_Phenomena/ch9.ipynb +++ b/Transport_Phenomena/ch9.ipynb @@ -1,6 +1,7 @@ { "metadata": { - "name": "" + "name": "", + "signature": "sha256:f3b360b427025d8d371cabebea260210aa53947251b74238c4e0eff08e556049" }, "nbformat": 3, "nbformat_minor": 0, @@ -27,7 +28,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "# Calculate the power per unit volume and the torque per unit volume\n", + "\n", "\n", "import math\n", "\n", @@ -94,7 +95,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "# designing a reactor of capacity\n", "\n", "# Variables\n", "Tpilot = 30.;\n", @@ -154,10 +154,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''\n", - "Suppose the pilot plant data in Table 9.8 never existed. Use the\n", - "laboratory data only from Example 9.4 to design the 12 000-gal reactor.\n", - "'''\n", + "\n", "\n", "from numpy import *\n", "\n", |