Heat Loss Calculator Formula
Understand the math behind the heat loss calculator. Each variable explained with a worked example.
Formulas Used
Conductive Loss
conductive_loss = r_value > 0 ? envelope_area / r_value * delta_t : 0Total Heat Loss (with infiltration)
total_loss = r_value > 0 ? envelope_area / r_value * delta_t * infiltration_factor : 0Estimated Furnace Size
furnace_size = r_value > 0 ? ceil(envelope_area / r_value * delta_t * infiltration_factor / 10000) * 10000 : 0Variables
| Variable | Description | Default |
|---|---|---|
envelope_area | Envelope Area (walls + ceiling)(sq ft) | 2500 |
r_value | Average R-Value | 13 |
delta_t | Indoor-Outdoor Temp Difference(degF) | 50 |
infiltration_factor | Infiltration Factor | 1.2 |
How It Works
Building Heat Loss
Q = (A / R) x DeltaT x Infiltration Factor
A is the total building envelope area through which heat escapes, R is the insulation R-value, and DeltaT is the temperature difference between inside and outside. The infiltration factor (1.1 to 1.5) adds losses from air leakage.
Worked Example
2,500 sq ft envelope, R-13, 50 degF difference, 1.2 infiltration.
envelope_area = 2500r_value = 13delta_t = 50infiltration_factor = 1.2
- 01Conductive = 2500 / 13 x 50 = 9,615 BTU/hr
- 02With infiltration = 9,615 x 1.2 = 11,538 BTU/hr
- 03Furnace size = round up to 20,000 BTU/hr
Ready to run the numbers?
Open Heat Loss Calculator