Module: HeatLossableConstants

Included in:
Models::HeatLossable
Defined in:
app/models/heat_lossable_constants.rb

Constant Summary collapse

HIGH_U_VALUE_THRESHOLD =
0.25
PIE_CHART_OK_COLORS =
['#344805', '#517008', '#6a920a', '#7da719', '#96c32b', '#b0d458', '#c3e376', '#eafac2']
PIE_CHART_FLAG_COLORS =
['#0e3266', '#094291', '#0c52b2', '#2c81d8', '#609bd8', '#a0d0f5', '#d9eefe']
INFILTRATION_SEALING_FACTORS =
{:best => "New construction, no cracks, all doors and windows perfectly sealed.", :good => "Newer home or renovated room, very few cracks, all doors and windows sealed.", :average => "Older homes, some small gaps in door seals, some draft around windows.", :worst => "Visible gaps around doors and windows, cracks in the walls or window panes, gaps around the roof, drafts inside the home when the wind blows."}
INFILTRATION_AREA_FACTORS =
{:area_thresholds => [0.0, 900.0, 1500.0, 2100.00], :best => [0.4,0.4,0.3,0.3], :good => [0.8,0.7,0.6,0.5], :average => [1.2,1.0,0.8,0.7], :worst => [2.2,1.6,1.2,1.0]}
INFILTRATION_FIREPLACE_FACTORS =
{:best => 0.1, :good => 0.15, :average => 0.2, :worst => 0.6}
BTU_PER_HOUR_PER_WATT =
3.4121416
HLC_PRIMARY_OK_THRESHOLD =
{:percent => 10.0, :btu_per_hr => 200.0}