summaryrefslogtreecommitdiff
path: root/Fundamentals_of_Heat_and_Mass_Transfer/Chapter_9.ipynb
diff options
context:
space:
mode:
Diffstat (limited to 'Fundamentals_of_Heat_and_Mass_Transfer/Chapter_9.ipynb')
-rw-r--r--Fundamentals_of_Heat_and_Mass_Transfer/Chapter_9.ipynb19
1 files changed, 7 insertions, 12 deletions
diff --git a/Fundamentals_of_Heat_and_Mass_Transfer/Chapter_9.ipynb b/Fundamentals_of_Heat_and_Mass_Transfer/Chapter_9.ipynb
index 8bdfef75..449ae71c 100644
--- a/Fundamentals_of_Heat_and_Mass_Transfer/Chapter_9.ipynb
+++ b/Fundamentals_of_Heat_and_Mass_Transfer/Chapter_9.ipynb
@@ -1,6 +1,7 @@
{
"metadata": {
- "name": ""
+ "name": "",
+ "signature": "sha256:56bd333b1440dc978cb1a204c216290125fc0bef6769e6c73f6ac7af2e17116b"
},
"nbformat": 3,
"nbformat_minor": 0,
@@ -27,8 +28,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "#variable initialization\n",
- "# Boundary Layer thickness at trailing edge.\n",
+ "\n",
"import math\n",
"#Operating Conditions\n",
"Ts = 70+273.; \t\t\t\t\t#[K] Surface Temperature\n",
@@ -84,8 +84,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "#variable initialization\n",
- "# Heat transfer by convection between screen and room air.\n",
+ "\n",
"import math\n",
"#Operating Conditions\n",
"Ts = 232+273.; \t\t\t#[K] Surface Temperature\n",
@@ -140,8 +139,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "#variable initialization\n",
- "# Heat Loss from duct per meter of length\n",
+ "\n",
"import math\n",
"#Operating Conditions\n",
"Ts = 45+273.; \t\t\t\t#[K] Surface Temperature\n",
@@ -200,8 +198,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "#variable initialization\n",
- "# Heat Loss from pipe per meter of length\n",
+ "\n",
"import math\n",
"#Operating Conditions\n",
"Ts = 165+273.; \t\t\t\t#[K] Surface Temperature\n",
@@ -255,9 +252,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "#variable initialization\n",
- "# Heat Loss from pipe per unit of length\n",
- "# Heat Loss if air is filled with glass-fiber blanket insulation\n",
+ "\n",
"import math\n",
"#Operating Conditions\n",
"To = 35+273. \t\t\t;#[K] Shield Temperature\n",