"
]
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"\n",
"\n",
"#variable declaration\n",
"D=80.0 # intersection point of DB temperature\n",
"W=66.5 # intersection point of WB temperature\n",
"\n",
"#Result\n",
"\n",
"#(a)\n",
"print('(a)\\nThe intersection point of DB temperature 80\u00b0F and WB temperature 66.5\u00b0F')\n",
"print(' \\nlines on the relative humidity curve for 50%.\\n RH = 50%')\n",
"\n",
"#(b)\n",
"print('\\n(b)\\nFrom the point of intersection of the dry and wet bulb curves, move left')\n",
"print(' \\nhorizontally to the dew point temperature curve where it meets at 60\u00b0F')\n",
"print('\\nDew Point = 60\u00b0F')\n",
"\n",
"#(c)\n",
"print('\\n(c)\\nFrom the point of intersection of the dry and wet bulb curves,')\n",
"print('\\nhorizontally to the right to the moisture content plot where it meets at 76.')\n",
"print('\\nMoisture Content : 76 grains of water per pound of dry air.')"
],
"language": "python",
"metadata": {},
"outputs": [
{
"output_type": "stream",
"stream": "stdout",
"text": [
"(a)\n",
"The intersection point of DB temperature 80\u00b0F and WB temperature 66.5\u00b0F\n",
" \n",
"lines on the relative humidity curve for 50%.\n",
" RH = 50%\n",
"\n",
"(b)\n",
"From the point of intersection of the dry and wet bulb curves, move left\n",
" \n",
"horizontally to the dew point temperature curve where it meets at 60\u00b0F\n",
"\n",
"Dew Point = 60\u00b0F\n",
"\n",
"(c)\n",
"From the point of intersection of the dry and wet bulb curves,\n",
"\n",
"horizontally to the right to the moisture content plot where it meets at 76.\n",
"\n",
"Moisture Content : 76 grains of water per pound of dry air."
]
}
],
"prompt_number": 11
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"