-
Notifications
You must be signed in to change notification settings - Fork 10
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
ANSI 301-2022: Fraction Duct Area #709
Conversation
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.
A few changes required.
Also, in tasks.rb, there is a list of OS-HPXML files that we reuse for testing in OS-ERI. Please add base-hvac-ducts-area-fractions.xml
to the list and then run openstudio tasks.rb update_measures
so that the file is copied over and will get run during CI simulation tests.
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.
Looking much better, thanks @bpark1327. Just a couple more comments/suggestions.
Co-authored-by: Scott Horowitz <[email protected]>
…or OS-HPXML tasks). Small update to docs. [ci skip]
Pull Request Description
Allow FractionDuctArea inputs as alternative to DuctSurfaceArea
PDS01: When duct surface area is not directly measured or taken from detailed ACCA Manual D duct sizing take-offs, total duct area shall be estimated using the following equation... Asupply = 0.27 x CFAserved, Areturn = (if Number of Returns < 6, 0.05 x Number of Returns, 0.25 otherwise) x CFAserved
Checklist
PR Author: Check these when they're done. Not all may apply.
strikethroughand check any that do not apply.PR Reviewer: Verify each has been completed.
OS-HPXML git subtree has been pulledWorkflow tests have been updatedopenstudio tasks.rb update_measures
has been run