summaryrefslogtreecommitdiff
path: root/Fundamentals_of_Heat_and_Mass_Transfer/Chapter_10.ipynb
diff options
context:
space:
mode:
Diffstat (limited to 'Fundamentals_of_Heat_and_Mass_Transfer/Chapter_10.ipynb')
-rw-r--r--Fundamentals_of_Heat_and_Mass_Transfer/Chapter_10.ipynb13
1 files changed, 2 insertions, 11 deletions
diff --git a/Fundamentals_of_Heat_and_Mass_Transfer/Chapter_10.ipynb b/Fundamentals_of_Heat_and_Mass_Transfer/Chapter_10.ipynb
index e31dd90e..bb6c3320 100644
--- a/Fundamentals_of_Heat_and_Mass_Transfer/Chapter_10.ipynb
+++ b/Fundamentals_of_Heat_and_Mass_Transfer/Chapter_10.ipynb
@@ -1,6 +1,7 @@
{
"metadata": {
- "name": ""
+ "name": "",
+ "signature": "sha256:1967d26762283e30e4854c10c803a16851680afbc2e91b1d3cee7d16421cae2c"
},
"nbformat": 3,
"nbformat_minor": 0,
@@ -27,11 +28,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "#Variable Initialization\n",
"\n",
- "# Power Required by electruc heater to cause boiling\n",
- "# Rate of water evaporation due to boiling\n",
- "# Critical Heat flux corresponding to the burnout point\n",
"import math\n",
"#Operating Conditions\n",
"Ts = 118+273. \t\t\t\t;#[K] Surface Temperature\n",
@@ -97,9 +94,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "#Variable Initialization\n",
"\n",
- "# Power Dissipation per unith length for the cylinder, qs\n",
"import math\n",
"#Operating Conditions\n",
"Ts = 255+273. \t\t\t\t\t;#[K] Surface Temperature\n",
@@ -169,9 +164,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "#Variable Initialization\n",
"\n",
- "# Heat Transfer and Condensation Rates\n",
"import math\n",
"#Operating Conditions\n",
"Ts = 50+273. \t\t\t;#[K] Surface Temperature\n",
@@ -238,9 +231,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "#Variable Initialization\n",
"\n",
- "# Condensation rate per unit length of tubes\n",
"import math\n",
"#Operating Conditions\n",
"Ts = 25+273. \t\t\t\t\t;#[K] Surface Temperature\n",