-
Notifications
You must be signed in to change notification settings - Fork 57
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
Account for baseline house duct size in the energy model #1154
Comments
I'm starting to wonder whether a new "fan W/cfm" argument is the way to go here. Since the needed inputs to make the fan W/cfm adjustment include upgrade design max airflow, the ApplyUpgrade measure would need to either (A) somehow call What if, instead of exposing a "fan W/cfm" argument, we exposed a "fan intermediate power" argument. This would be Or maybe there's an easy way to get |
@jonwinkler and I proposed that we'd introduce two new arguments to BuildResidentialHPXML:
When Edit: perhaps Another edit: perhaps we go with |
Why can't you apply the adjustment upstream (i.e., in ResStockArguments)? I don't follow why the adjustment needs to live in BuildResHPXML. |
The adjustment is a function of the airflow that's calculated in the upgraded building. |
Maybe it would make more sense to be able to specify the heating/cooling airflows instead? We already have HPXML extension elements for airflow rates (search hpxml.rb for |
Would we need to be careful not to suggest that values entered for |
Why wouldn't you want them in the HPXML file? I may be missing some nuance here, but I was specifically suggesting this approach so that the values do get entered in the HPXML and then used to create the model. |
The adjustment to the fan W/cfm is a function of both the calculated existing and upgraded airflows. I'm suggesting we pass into BuildResHPXML the existing airflow (somehow), use OS-HPXML's sizing method to calculate the upgraded airflow (as usual), and then use those two values to make an adjustment to the fan W/cfm. Here is some stubbed code for the adjustment. |
@jonwinkler @shorowit @afontani Sounds like it may be useful to expose, in addition to Another, maybe unrelated question, is when to apply the fan W/cfm adjustment. |
@joseph-robertson, Checking in to see if the @whiphi92 Mentioned EUSS would be interested in this fix as well. |
The current approach for modeling fan power effectively results in upgrades having a higher power use for a given flow despite a targeted fan efficiency of 0.375 W/cfm in the upgraded home compared to 0.5 W/cfm in the baseline home. Comparing pressure rise vs flow curves shows that the fan pressure rise has increased for a given flow for the upgrade. Essentially the duct system has become more restrictive.
The first step is to expose fan W/cfm in OS-HPXML.
The text was updated successfully, but these errors were encountered: