From 83c1bfceb1b681b4bb7253b47491be2d8b2014a1 Mon Sep 17 00:00:00 2001 From: debashisdeb Date: Fri, 20 Jun 2014 15:42:42 +0530 Subject: removing problem statements --- Transport_Phenomena/ch4.ipynb | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'Transport_Phenomena/ch4.ipynb') 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", -- cgit