summaryrefslogtreecommitdiff
path: root/Fundamentals_of_Heat_and_Mass_Transfer/Chapter_6.ipynb
diff options
context:
space:
mode:
Diffstat (limited to 'Fundamentals_of_Heat_and_Mass_Transfer/Chapter_6.ipynb')
-rw-r--r--Fundamentals_of_Heat_and_Mass_Transfer/Chapter_6.ipynb21
1 files changed, 7 insertions, 14 deletions
diff --git a/Fundamentals_of_Heat_and_Mass_Transfer/Chapter_6.ipynb b/Fundamentals_of_Heat_and_Mass_Transfer/Chapter_6.ipynb
index a8c5a4a2..56b06d80 100644
--- a/Fundamentals_of_Heat_and_Mass_Transfer/Chapter_6.ipynb
+++ b/Fundamentals_of_Heat_and_Mass_Transfer/Chapter_6.ipynb
@@ -1,6 +1,7 @@
{
"metadata": {
- "name": ""
+ "name": "",
+ "signature": "sha256:4c9f19718c00e3bd942cd652731d5120db18676ef29029938745f62980f5cff9"
},
"nbformat": 3,
"nbformat_minor": 0,
@@ -27,8 +28,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "#variable initialization\n",
- "# Napthalene Sublimation rate per unit length\n",
"import math\n",
"#Operating Conditions\n",
"\n",
@@ -72,8 +71,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "#variable initialization\n",
- "# Convection Mass Transfer coefficient \n",
+ "\n",
"import math\n",
"#Operating Conditions\n",
"\n",
@@ -116,8 +114,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "#variable initialization\n",
- "# Convection Mass Transfer coefficient \n",
+ "\n",
"import math\n",
"#Operating Conditions\n",
"v = 1; \t\t\t\t#[m/s] Velocity of water\n",
@@ -179,9 +176,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "#variable initialization\n",
- "# Heat Flux to blade when surface temp is reduced\n",
- "# Heat flux to a larger turbine blade\n",
+ "\n",
"\n",
"#Operating Conditions\n",
"v = 160; \t\t\t\t#[m/s] Velocity of air\n",
@@ -232,8 +227,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "#variable initialization\n",
- "# Water vapor conc and flux associated with the same location on larger surface of the same shape\n",
+ "\n",
"import math\n",
"#Operating Conditions\n",
"v = 100; \t\t\t#[m/s] Velocity of air\n",
@@ -296,8 +290,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "#variable initialization\n",
- "# Steady State Temperature of Beverage\n",
+ "\n",
"import math\n",
"#Operating Conditions\n",
"Tsurr = 40+273.; \t\t#[K] Surrounding Air Temperature\n",