home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / basic / library / gwbasic / misbasic / heatloss.doc < prev    next >
Encoding:
Text File  |  1988-09-26  |  5.3 KB  |  86 lines

  1.                  ARE YOUR HEATING DOLLARS GOING OUT THE WINDOW?
  2.  
  3.                Learn Cost-Efficient Insulation with This Program
  4.  
  5.      A READER WRITTEN PROGRAM BY BERT GUSTAVSON :FAMILY COMPUTING VOL1 NUM1
  6.  
  7.                   CONVERTED FOR PC BY BRUCE AND DEBBIE ALMEIDA
  8.  
  9.      Winters in Rochester,New York, can be formidable.  In a normal winter, the
  10. temperature can stay below freezing from mid-December until early March, with a
  11. few days of thaw to provide brief respite from the cold.  Winds often whip  the
  12. snow  into  drifts,  and slippery roads and poor visibility due to the swirling
  13. snow make driving hazardous.
  14.  
  15.      In the winter of 1976-77 when my fuel prices began skyrocketing, I started
  16. upgrading  the heating efficiency of my house.  I began by adding insulation in
  17. the ceiling, building enclosed vestibules for the front and back  entrances  of
  18. the  house, and insulating around the water heater and all hot-water pipes from
  19. the heater to the faucets.
  20.  
  21.      Then I put my TI-99/4A to work to determine where my heating dollars  were
  22. going.    The  accompanying  program,  which I wrote in TI BASIC ,will tell you
  23. which parts of the house are allowing the greatest amount of heat to escape and
  24. how  much  money  you  can  save  by  the  investments in insulation, caulking,
  25. weatherstripping, etc., that you are considering.   By  comparing  the  figures
  26. with  the  cost  of improvements, you can determine which potential investments
  27. would be most cost effective.
  28.  
  29.      Of course, this information is valuable whether you have  yet  to  do  any
  30. weatherizing  or have already begun and are considering further steps.  (If you
  31. do choose to do insulation yourself, be  sure  you  learn  proper  installation
  32. techniques or you will not get the result you want.)
  33.  
  34.      As is true with most calculations performed on a home computer, you  could
  35. accomplish the same thing with a calculator, with an abacus, or with plain old-
  36. fashioned arithmetic using a pencil and paper.   The  advantage  of  writing  a
  37. computer  program to do the work is that you can change the numbers and quickly
  38. get answers for a variety of situations:  How much will I gain by  changing  to
  39. double-glazed  windows?    To  triple-glazed?   What about adding six inches of
  40. insulation in the attic?  Twelve inches?  Eighteen?
  41.  
  42.      Before you run the program-in fact, before you start to add insulation  or
  43. do  any  other weatherization-you should know what your present conditions are.
  44. The first thing you should do is to find out how much insulation you now  have.
  45. In  the case of an unfinished attic that's fairly easy:  Just go into the attic
  46. with a ruler and  measure  the  depth  of  the  insulation.    The  R-value  of
  47. fiberglass  insulation  is  roughly  R-3 per inch of insulation.  (R-value is a
  48. measure of the resistance of a  material  to  the  flow  of  heat.)  Fiberglass
  49. insulation  is  available  in  standard thicknesses of 3 1/2 inches(R-11) and 6
  50. inches (R-22).  R-values of loose-fill cellulose insulation (made of  ground-up
  51. newspapers treated with a fire-retardant chemical) are slightly higher per inch
  52. of thickness.
  53.  
  54.      Determining the R-value of insulation in the walls of an existing house is
  55. a bit tougher.  You can probe into the wall cavity next to an electrical outlet
  56. to find out whether there is any insulation there:  TURN  OFF  THE  ELECTRICITY
  57. BEFORE  ATTEMPTING  TO PROBE INTO THE WALL CAVITY.  In an older house- one with
  58. the old standard of 2-by-4 wall studs- the chances  are  the  walls  have  R-11
  59. insulation.    Your  local  utility  company, heating oil supplier, or building
  60. materials dealer can help you determine the R-values of your home.
  61.  
  62.      You can keep a better check on your heat use if you keep accurate  records
  63. of your heating bills and fuel consumption.  If you heat with natural gas, your
  64. monthly bill will show the amount of fuel used (usually in  hundreds  of  cubic
  65. feet).    Electric  bills  will  show consumption in kilowatt hours (kwh).  Oil
  66. bills show the number of gallons delivered.
  67.  
  68.      Before running the heat-loss calculation program, you also  will  need  to
  69. know  the  areas of the various elements of your house.  In a simple house, the
  70. area of the ceiling is just the width of the house multiplied  by  the  length.
  71. The area of the walls is the perimeter of the house multiplied by the height of
  72. the walls from floor to ceiling.  Measure windows  and  doors  from  casing  to
  73. casing  on  the  sides and from top to sill.  Multiply these two figures to get
  74. the area of each window and door.  Add all the areas together to get the  total
  75. window and door area.  The volume of a heated space is the floor area times the
  76. ceiling height.  Descriptions in the program will  help  you  decide  the  air-
  77. infiltration  factor,  that  is, the airtightness of your house.  Older, drafty
  78. houses can have a complete change of air (an air exchange) every five  minutes,
  79. while the new superinsulated houses might have one exchange per hour.
  80.  
  81.      When answering the glazing questions, if not all the windows have the same
  82. glazing,  use an average figure.  For example, if only half of your windows had
  83. storm windows over them (and if all your windows were  approximately  the  same
  84. size)  ,  you  would give your present glazing as 1.5.  You can count a typical
  85. solid wood door with a few single panes of glass as double glazing.
  86.