Skip to content

Commit

Permalink
Sync.
Browse files Browse the repository at this point in the history
  • Loading branch information
shorowit committed Feb 23, 2024
1 parent 6584905 commit 4a85890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rulesets/resources/301ruleset.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2472,7 +2472,7 @@ def self.calc_rated_home_infiltration_ach50(orig_bldg)
end

if not min_nach.nil?
min_sla = Airflow.get_infiltration_SLA_from_ACH(min_nach, @infil_height, @weather)
min_sla = Airflow.get_infiltration_SLA_from_ACH(min_nach, @infil_height, 8.202, @weather)
min_ach50 = Airflow.get_infiltration_ACH50_from_SLA(min_sla, 0.65, @cfa, @infil_volume)
if ach50 < min_ach50
ach50 = min_ach50
Expand Down

0 comments on commit 4a85890

Please sign in to comment.