-
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
heating system sizing for shared heating affected by envelope upgrade #1139
Comments
Pretty sure it's because of this line, Nothing jumps out at me as to why we need to autosize a shared heating system. @shorowit? |
Sorry for the lengthy response.... This gets a bit complicated. All shared systems will get modeled as individual systems (with efficiency adjustments) -- so the provided capacity, which is the capacity of the shared system, ends up replaced by an autosized capacity to represent the individual system. For a shared boiler, the provided capacity of the shared system is completely ignored. For some other shared systems, the provided capacity of the shared system is only used to determine the efficiency adjustment. In all cases, again, the individual system that is modeled is autosized. In the context of ResStock, where you don't model real buildings, we could theoretically allow the capacity of the shared system to be entered and simply divide by the number of dwelling units served for the capacity of the modeled individual system. But in a real building, dwelling units may differ such that some need more of the shared system's capacity than others, so it's not a great general solution. I'm tempted to suggest that ResStock just model the shared boiler as an individual boiler because the efficiency adjustment is very straight-forward and not dependent on capacity. That would solve this issue. But it won't work for other shared systems where the adjustment differs based on capacity. |
If you went that path, you would just have to call https://github.com/NREL/OpenStudio-HPXML/blob/c28a3a350f143206b9060313e7079475ac91c995/HPXMLtoOpenStudio/resources/hvac.rb#L1789 from ResStockArguments measure, to get the default shared boiler electric auxiliary energy (EAE), and then pass that into the BuildResHPXML measure. Or if you are not modeling WLHPs, the numbers are fixed and could simply get added to options_lookup.tsv. |
In EUSS AMY2018 results, the primary heating system size is reduced by the Basic Envelope upgrade and the Enhanced Envelope upgrade when the heating system is:
Here are their differences (just
size_heating_system_primary_k_btu_h
is different):baseline
upgrade
I do not see cooling system size difference between the baseline and envelope upgrades.
I think there has been previous effort to fix HVAC sizing to baseline level when an upgrade does not change the HVAC system, is this shared heating option an oversight?
The text was updated successfully, but these errors were encountered: