|
Section 12: Subroutines186
|
|
Finally, load the AREA program.
|
|
|
|
We now have three programs in memory that help determine the heat loss from the
water heater. AREA and TEMP, however, can stand alone as independent programs and
you can run these to find just the area or temperature difference. BTU, on the
other hand, uses AREA and TEMP as subroutines. If those subroutines do not exist in
program memory when you run BTU, the program cannot run in entirety. The calculator
will search for the labels, but if they cannot be found, it will display
NONEXISTENT.
|
|
Run the BTU program now to find the heat loss (BTUs per hour) from a large
cylindrical water heater with a height of 17.48 feet and a radius of 4 feet. The
ambient room temperature is 79 degrees Fahrenheit and the temperature of the
surface of the heater is 153 degrees Fahrenheit.
|