summaryrefslogtreecommitdiff
path: root/Elements_Of_Mass_Transfer_Part_1/ch5.ipynb
diff options
context:
space:
mode:
Diffstat (limited to 'Elements_Of_Mass_Transfer_Part_1/ch5.ipynb')
-rw-r--r--Elements_Of_Mass_Transfer_Part_1/ch5.ipynb47
1 files changed, 17 insertions, 30 deletions
diff --git a/Elements_Of_Mass_Transfer_Part_1/ch5.ipynb b/Elements_Of_Mass_Transfer_Part_1/ch5.ipynb
index 8e575f33..5acdca48 100644
--- a/Elements_Of_Mass_Transfer_Part_1/ch5.ipynb
+++ b/Elements_Of_Mass_Transfer_Part_1/ch5.ipynb
@@ -1,6 +1,7 @@
{
"metadata": {
- "name": ""
+ "name": "",
+ "signature": "sha256:2ee4e5f8137c7268975819ca4a31ef66c4a59076a802f56667cecd1c3f67b2a9"
},
"nbformat": 3,
"nbformat_minor": 0,
@@ -27,7 +28,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# properties through humidity chart\n",
+ " \n",
"\n",
"# Variable Declaration \n",
"#dry bulb temperature=50 and wet bulb temperature=35 \n",
@@ -125,8 +126,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# properties if DBT is 25 and WBT is 22\n",
- "\n",
+ " \n",
"# Variable Declaration \n",
"\n",
"#dry bulb temperature=25 and wet bulb temperature=22\n",
@@ -206,8 +206,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# properties of nitrogen oxygen vapour mixture\n",
- "\n",
+ " \n",
"# Variable Declaration \n",
"\n",
"#part(i)\n",
@@ -278,7 +277,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# properties at a temperature of 60 degree celcius\n",
+ " \n",
"\n",
"# Variable Declaration \n",
"\n",
@@ -348,7 +347,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# properties if DBT is 30 and WBT is 25\n",
+ " \n",
"\n",
"# Variable Declaration \n",
"\n",
@@ -421,8 +420,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# properties when dry bulb temperature is 55\n",
- "\n",
+ " \n",
"# Variable Declaration \n",
"\n",
"#part(i)\n",
@@ -485,13 +483,11 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# Calculation of final temperature\n",
+ " \n",
"\n",
"# Variable Declaration \n",
"\n",
- "#given o.03 kg of water vapour/kg of dry air is contacted with water at an adiabatic temperature and humidified and cooled to 70 percent saturtion\n",
- " \n",
- "#from pyschometric chart\n",
+ " \n",
"ft=46; #final temperature in degree celcius\n",
"# Calculation and Result\n",
"print \"\\n final temperature is (from chart):%f degree celcius\"%ft\n",
@@ -528,8 +524,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# Calculation of molal humidity\n",
- "\n",
+ " \n",
"# Variable Declaration \n",
"\n",
"pa1=4.24 #data: vapour pressure of water at 30degree = 4.24 kpa\n",
@@ -612,8 +607,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# Calculation of relative humidity and humid volume\n",
- "\n",
+ " \n",
"# Variable Declaration \n",
"\n",
"#part(i)\n",
@@ -691,8 +685,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# Calculation of film coefficient and make up water\n",
- "\n",
+ " \n",
"# Variable Declaration \n",
"\n",
"%pylab inline\n",
@@ -879,12 +872,8 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# Calculation of the make up water needed and the velocity of air\n",
- "\n",
- "# Variable Declaration \n",
- "\n",
- "#air leaves at 19 degree at fully saturated condition\n",
- "\n",
+ " \n",
+ " \n",
"T1=30.; #temperature at the inlet in degree celcius\n",
"T2=17.; #temperature at the exit in degree celcius\n",
"f=100000.; #flow rate of water in kg/hr\n",
@@ -940,11 +929,9 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# Calculation of the length of the chamber\n",
+ " \n",
"import math\n",
- "#horizontal spray with recirculated water . air is cooled and humidified to 34 and leaves at 90percent saturation\n",
- "\n",
- "# Variable Declaration \n",
+ " \n",
"\n",
"T1=65; #dry bulb temperature at the inlet in degree celcius\n",
"f=3.5; #flow rate of air in m**3/s\n",