-
Notifications
You must be signed in to change notification settings - Fork 7
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
Low Cooling DSE value for a case with ResStock 3.2/OS-HPXML 1.7 #99
Comments
Oh I didn't realize it has a room AC. Should we not be calculating cooling DSE for those? It seems unnecessary. I imagine that may not fix the whole problem, but it would at least fix this case. |
It's not only a room AC, it's only supposed to condition 20% of the space. I'm not sure we're even set up to handle that? But that's part of why the airflow rate is so low here. In OS-HPXML they basically model the HVAC as fully conditioning the space and then reduce the energy consumption by the % conditioned. I'm not 100% sure but I'd guess this is playing into why the DSE calculation is so low. Here's the element of HPXML setting this to only condition 20% of the space:
That said, room ACs can't be ducted. There are ducts in this building, but they're only used for cooling. That'll be true for all room ACs, but you can also tell from the HPXML file because the duct cooling component load is 0:
So the fix we actually need here is to say any room AC is not ducted and skip the DSE calc (set it to 1.0). Hopefully a pretty quick fix. |
This also makes me feel better about seeing such a low value! It's an infeasible case/bug outside of our DSE calculation. So I think we can still use the duct validation effort #20 to come up with an appropriate minimum value we can cap DSE at. |
Adding other few test files with bad cooling DSE to this issue: The duct location were attic - vented and basement - conditioned. The heating equipment is Furnace and cooling equipment is Room AC. The heating DSE values are okay. But the cooling DSE values are bad because the room ACs are assigned to have ducts. DSE should be set to 1 for Room AC. For basement - conditioned duct location, using "basement with insulated walls" option from ASHRAE 152 spreadsheet looks good for heating. |
DSE is set to 1 for Room AC Fixes #99 - [x] Reference the issue your PR is fixing - [x] Assign at least 1 reviewer for your PR - [x] Test with run_dwelling.py or other script - [ ] Update documentation as appropriate - [ ] Update changelog as appropriate
We are getting Low Cooling DSE: 0.02836323 while running one building (NREL\Team OCHRE - Validation\OS-HPXML_1.7\test_100\buildings\up00\bldg0000001) using os-hpxml-1.7branch. The building is located in MA, duct location: attic-vented and has room air conditioner for cooling and furnace for heating. The cooling fan flow is 108 cfm, so the cooling duct leakage is 22 cfm for supply and 11 cfm for return (very low values). ASHRAE152 spreasheet is attached for reference.
152faip2003_prc3_39.xls
The text was updated successfully, but these errors were encountered: