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/ch13.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/ch13.ipynb')
-rw-r--r-- | Transport_Phenomena/ch13.ipynb | 24 |
1 files changed, 4 insertions, 20 deletions
diff --git a/Transport_Phenomena/ch13.ipynb b/Transport_Phenomena/ch13.ipynb index 760170dd..54f84e7f 100644 --- a/Transport_Phenomena/ch13.ipynb +++ b/Transport_Phenomena/ch13.ipynb @@ -1,6 +1,7 @@ { "metadata": { - "name": "" + "name": "", + "signature": "sha256:855f448243394a83380cc86f4309c883de0251b8f54f502d859f2d887a1b20dc" }, "nbformat": 3, "nbformat_minor": 0, @@ -27,12 +28,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''\n", - "find the Biot number for: (a) a copper sphere\n", - "of radius 5 cm; (b) a copper cylinder of radius 5 cm and length 30 cm; and (c) a\n", - "square copper rod of length 40 cm and cross sectional area the same as the\n", - "cylinder of radius 5 cm.\n", - "'''\n", + "\n", "\n", "import math \n", "\n", @@ -90,10 +86,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''\n", - "Calculate the temperature at the center after\n", - "1.2s if the heat transfer coefficient is 20 W m-*K-l\n", - "'''\n", + "\n", "\n", "# Variables\n", "# given\n", @@ -154,10 +147,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''\n", - "Consider the agitation vessel in Example 13.5. Divide the\n", - "thickness into 10 increments and perform two iterations of the explicit method.\n", - "'''\n", "\n", "from numpy import *\n", "# Variables\n", @@ -224,10 +213,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''\n", - "Estimate the depth that corresponds to a\n", - "temperature of -5\u00b0C if it is assumed that the period of time is 4 months.\n", - "'''\n", "\n", "# Variables\n", "p = 2050.; \t\t\t #[kg/m**3] - density of soil\n", @@ -274,7 +259,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "# find the concentration of KC1 at the center after 60min.\n", "\n", "# Variables\n", "d = 0.01; \t\t\t #[m] - diameter of cyclindrical porous plug\n", |