-
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
Support for shared water heating systems #1045
base: develop
Are you sure you want to change the base?
Conversation
Looks like the argument
How are distribution losses handled with shared water heating systems? |
During the Development Meeting, there was a discussion about distribution losses and arguments that might able to be used to account for distribution losses of shared water heating. I think @shorowit mentioned an argument related to the distance to the furthest fixture and an extension element for a shared recirculation system. |
Meaning any time we have a shared water heater, we'd want to use a shared recirculation system? |
@afontani See |
I tried this out, and put a plot in the description above. Now we are seeing more losses due to switching to shared water heaters vs a reduction in losses when maintaining the same pipe length. |
@shorowit mentioned describing the water heater and the size would be larger than a single unit. Autosizing routines are used for an in-unit water heater. Suggests not distributing tank losses. Maybe the piping length update could be kept. @jmaguire1 : mentioned Ecotrope has a tool to size shared water heating systems. The recirculation loop typically runs continuously. Are we capturing the energy (look at the uncontrolled recirculation loop arguments)? |
Trying to revive this one. I think what we're proposing right now isn't quite right though. When you have a shared water heater, the most common scenario is that there's a single plant (might be multiple WHs in series/parallel, but we'd probably model as always a single large tank) that serves the load in each unit. Since the WH might be far away from some units, it's common to have a recirculation loop from the central WH to each unit, which then connects to the in unit distribution systems to go from the recirc loop to each end use. It's common for these loops to run 24/7 so hot water is always available, but that also introduces a small continuous load on the water heater. Roughly looks like this: A couple of issues we'd have to deal with:
|
Pull Request Description
Closes #1044.
Overall impact here is pretty minor, e.g.:
Here is the same plot, but I'm calculating piping length based on building
CFA
,NCfl
, and presence of unconditioned basementBsmnt
:Checklist
Not all may apply:
Tests (and test files) have been updatedDocumentation has been updatedopenstudio tasks.rb update_measures
has been run