-
Notifications
You must be signed in to change notification settings - Fork 18
ANSI 301 Update: Correct the airtightness used for infiltration rate calculation #774
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…OpenStudio-ERI into infil_rate_calc_correction
Modeled a middle interior apartment unit located in Climate Zone 6 with an exhaust-only mechanical ventilation system.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This all looks good to me. Since I only want a changelog update, I'll just go ahead and make that change and then merge this in. Thanks, @bpark1327!
end | ||
end | ||
|
||
ach50 *= a_ext |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
_test_ruleset(hpxml_name, 'latest').each do |(_run_type, calc_type), hpxml_bldg| | ||
if [CalcType::RatedHome].include? calc_type | ||
_check_infiltration(hpxml_bldg, ach50: 10.1, height: 8.0, volume: 7200.0) | ||
_check_infiltration(hpxml_bldg, ach50: 2.49, height: 8.0, volume: 7200.0) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks right.
Pull Request Description
Correct the airtightness used for infiltration rate calculation is based on test results but not less than 0.3 ACHnatural when Aext < 0.5 and the mechanical ventilation system is exhaust-only,
Checklist
Not all may apply:
openstudio tasks.rb update_hpxmls
)rulesets\tests
and/orworkflow/tests/*_test.rb
)openstudio tasks.rb update_measures
has been run