summaryrefslogtreecommitdiff
path: root/Fundamentals_of_Heat_and_Mass_Transfer/Chapter_7.ipynb
diff options
context:
space:
mode:
authordebashisdeb2014-06-20 15:42:42 +0530
committerdebashisdeb2014-06-20 15:42:42 +0530
commit83c1bfceb1b681b4bb7253b47491be2d8b2014a1 (patch)
treef54eab21dd3d725d64a495fcd47c00d37abed004 /Fundamentals_of_Heat_and_Mass_Transfer/Chapter_7.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 'Fundamentals_of_Heat_and_Mass_Transfer/Chapter_7.ipynb')
-rw-r--r--Fundamentals_of_Heat_and_Mass_Transfer/Chapter_7.ipynb26
1 files changed, 9 insertions, 17 deletions
diff --git a/Fundamentals_of_Heat_and_Mass_Transfer/Chapter_7.ipynb b/Fundamentals_of_Heat_and_Mass_Transfer/Chapter_7.ipynb
index f8aa1a6f..b47e5d70 100644
--- a/Fundamentals_of_Heat_and_Mass_Transfer/Chapter_7.ipynb
+++ b/Fundamentals_of_Heat_and_Mass_Transfer/Chapter_7.ipynb
@@ -1,6 +1,7 @@
{
"metadata": {
- "name": ""
+ "name": "",
+ "signature": "sha256:12137eba1f5bf47c0fd628804006f0ff8647777d41f9645050b549888507b91d"
},
"nbformat": 3,
"nbformat_minor": 0,
@@ -27,8 +28,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "#variable initialization\n",
- "# Cooling rate per Unit Width of the Plate\n",
+ "\n",
"import math\n",
"#Operating Conditions\n",
"v = 10; \t\t\t\t\t\t\t#[m/s] Air velocity\n",
@@ -83,8 +83,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "#variable initialization\n",
- "# Maximum Heater Power Requirement\n",
+ "\n",
"import math\n",
"#Operating Conditions\n",
"v = 60; \t\t\t#[m/s] Air velocity\n",
@@ -172,8 +171,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "#variable initialization\n",
- "# Daily Water Loss\n",
+ "\n",
"import math\n",
"#Operating Conditions\n",
"v = 2; \t\t\t#[m/s] Air velocity\n",
@@ -237,9 +235,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "#variable initialization\n",
- "# Convection Coefficient associated with operating conditions\n",
- "# Convection Coefficient from an appropriate correlation\n",
+ "\n",
"import math\n",
"#Operating Conditions\n",
"v = 10; \t\t\t#[m/s] Air velocity\n",
@@ -304,8 +300,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "#variable initialization\n",
- "# Convective Heat transfer to the canister and the additional heating needed\n",
+ "\n",
"import math\n",
"#Operating Conditions\n",
"v = 23; \t\t\t\t#[m/s] Air velocity\n",
@@ -363,8 +358,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "#variable initialization\n",
- "# Time required to cool from Ti = 75 degC to 35 degC\n",
+ "\n",
"import math\n",
"#Operating Conditions\n",
"v = 10; \t\t\t#[m/s] Air velocity\n",
@@ -423,9 +417,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "#variable initialization\n",
- "# Air side Convection coefficient and Heat rate\n",
- "# pressure Drop\n",
+ "\n",
"import math\n",
"#Operating Conditions\n",
"v = 6; \t\t\t#[m/s] Air velocity\n",