summaryrefslogtreecommitdiff
path: root/Transport_Phenomena/ch3.ipynb
diff options
context:
space:
mode:
authordebashisdeb2014-06-20 15:42:42 +0530
committerdebashisdeb2014-06-20 15:42:42 +0530
commit83c1bfceb1b681b4bb7253b47491be2d8b2014a1 (patch)
treef54eab21dd3d725d64a495fcd47c00d37abed004 /Transport_Phenomena/ch3.ipynb
parenta78126bbe4443e9526a64df9d8245c4af8843044 (diff)
downloadPython-Textbook-Companions-83c1bfceb1b681b4bb7253b47491be2d8b2014a1.tar.gz
Python-Textbook-Companions-83c1bfceb1b681b4bb7253b47491be2d8b2014a1.tar.bz2
Python-Textbook-Companions-83c1bfceb1b681b4bb7253b47491be2d8b2014a1.zip
removing problem statements
Diffstat (limited to 'Transport_Phenomena/ch3.ipynb')
-rw-r--r--Transport_Phenomena/ch3.ipynb16
1 files changed, 4 insertions, 12 deletions
diff --git a/Transport_Phenomena/ch3.ipynb b/Transport_Phenomena/ch3.ipynb
index a369004a..a18887b2 100644
--- a/Transport_Phenomena/ch3.ipynb
+++ b/Transport_Phenomena/ch3.ipynb
@@ -1,6 +1,7 @@
{
"metadata": {
- "name": ""
+ "name": "",
+ "signature": "sha256:918b451a759f37d8f1e9ab3a52dd145676f732e5de5664d665d95504d9bce12d"
},
"nbformat": 3,
"nbformat_minor": 0,
@@ -27,11 +28,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''\n",
- "(a) Find the heat flux if face 1 is maintained at 0\u00b0C.\n",
- "(b) If the same flux as in part (a) enters at face 2, find the flux at face 1 if there is\n",
- "now a uniform generation within the volume of 1.5 X lo6 J mm3 s-l.\n",
- "'''\n",
"\n",
"# Variables\n",
"a = 0.0006; \t\t #[m**2] - area\n",
@@ -86,7 +82,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# find the temperature profile \n",
+ "\n",
"\n",
"from sympy import *\n",
"\n",
@@ -144,11 +140,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''\n",
- "(a) Find the rate of accumulation.\n",
- "(b) Find the equation for the temperature profile, and determine the temperature\n",
- "at face 1 after 1 min, if at the start face 2 is at 100\u00b0C.\n",
- "'''\n",
+ "\n",
"\n",
"import math \n",
"from sympy import *\n",