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/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 'Transport_Phenomena/ch4.ipynb')
-rw-r--r-- | Transport_Phenomena/ch4.ipynb | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/Transport_Phenomena/ch4.ipynb b/Transport_Phenomena/ch4.ipynb index 21c74139..2114f1f2 100644 --- a/Transport_Phenomena/ch4.ipynb +++ b/Transport_Phenomena/ch4.ipynb @@ -1,6 +1,7 @@ { "metadata": { - "name": "" + "name": "", + "signature": "sha256:64b2bde681c49f44be3d13a15f35c64ef003a99e40d1652062b755d6b3ba1ad3" }, "nbformat": 3, "nbformat_minor": 0, @@ -27,7 +28,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "# Determine the thermal conductivity. \n", "\n", "import math\n", "\n", @@ -81,7 +81,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "# Calculate the heat loss from a 2-inch\n", "\n", "import math \n", "\n", @@ -130,7 +129,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "# Solve Example 4.2 by the log-mean area concept.\n", + "\n", "\n", "# Variables\n", "# given\n", @@ -193,7 +192,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "# Determine the mass transfer rate for the conical section\n", "\n", "from scipy.integrate import quad \n", "\n", @@ -249,7 +247,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "# Calculate the temperature distribution in the steel wire\n", "\n", "from sympy import *\n", "\n", @@ -305,7 +302,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "# determine the viscosity of the fluid.\n", "\n", "import math\n", "\n", |