summaryrefslogtreecommitdiff
path: root/Fundamentals_of_Heat_and_Mass_Transfer/Chapter_13.ipynb
diff options
context:
space:
mode:
Diffstat (limited to 'Fundamentals_of_Heat_and_Mass_Transfer/Chapter_13.ipynb')
-rw-r--r--Fundamentals_of_Heat_and_Mass_Transfer/Chapter_13.ipynb12
1 files changed, 2 insertions, 10 deletions
diff --git a/Fundamentals_of_Heat_and_Mass_Transfer/Chapter_13.ipynb b/Fundamentals_of_Heat_and_Mass_Transfer/Chapter_13.ipynb
index 908362f2..c86d6c34 100644
--- a/Fundamentals_of_Heat_and_Mass_Transfer/Chapter_13.ipynb
+++ b/Fundamentals_of_Heat_and_Mass_Transfer/Chapter_13.ipynb
@@ -1,7 +1,7 @@
{
"metadata": {
"name": "",
- "signature": "sha256:9fc173b0d74248d2dec7a4473e85a2d5663ed8938149f46e30b414437d81486f"
+ "signature": "sha256:0be077d15f32f0d1b8e0a08fdc77fccd31f63a0aa5b7d4531be27e5ff004495f"
},
"nbformat": 3,
"nbformat_minor": 0,
@@ -30,7 +30,6 @@
"input": [
"\n",
"\n",
- "# View Factors of known surface Geometries\n",
"import math\n",
"# (1) Sphere within Cube\n",
"F12a = 1 \t\t;#By Inspection\n",
@@ -93,7 +92,6 @@
"import math\n",
"import numpy\n",
"from numpy import linalg\n",
- "# Net rate of Heat transfer to the absorber surface\n",
"\n",
"L = 10 \t;#[m] Collector length = Heater Length\n",
"T2 = 600 \t;#[K] Temperature of curved surface\n",
@@ -164,7 +162,6 @@
"\n",
"\n",
"import math\n",
- "# Power required to maintain prescribed temperatures\n",
"\n",
"T3 = 300. \t\t\t\t\t;#[K] Temperature of surrounding\n",
"L = .15 \t\t\t\t\t\t;#[m] Furnace Length\n",
@@ -216,8 +213,6 @@
"\n",
"\n",
"import math\n",
- "# Heat gain by the fluid passing through the inner tube\n",
- "# Percentage change in heat gain with radiation shield inserted midway between inner and outer tubes\n",
"\n",
"T2 = 300 \t;#[K] Temperature of inner surface\n",
"D2 = .05 \t;#[m] Diameter of Inner Surface\n",
@@ -270,8 +265,6 @@
"input": [
"\n",
"import math\n",
- "# Rate at which heat must be supplied per unit length of duct\n",
- "# Temperature of the insulated surface\n",
"\n",
"T2 = 500 \t\t\t\t\t;#[K] Temperature of Painted surface\n",
"e2 = .4 \t \t\t\t\t;# emissivity of Painted Surface\n",
@@ -332,8 +325,7 @@
"\n",
"\n",
"import math\n",
- "# Rate at which heat must be supplied \n",
- "# Temperature of the insulated surface\n",
+ "\n",
"\n",
"T1 = 1000. \t\t\t\t;#[K] Temperature of Heated Surface\n",
"e1 = .8 \t\t\t\t\t;# emissivity of Heated Surface\n",