Bug fix: Change DHWLOOP deltaT limit to 0 F (was 1 F) #486
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
In DHWSYS configurations with DHWLOOPs with minimal losses, it is possible to have small or no temperature drop across the loop. When there are no other draws, the water heater inlet temp thus be the same as the outlet. The code formerly limited the possible delta-T to 1 F and reduced the inlet temp to enforce that. When the inlet temp was changed in this fashion, an artificial load was created. Energy balance errors resulted.
Fix: changed the delta-T limit to 0 F.
Note that this does not address the case where the loop return temp is higher than the water heater outlet temp. That can occur when segment surround temperatures are high and/or when the loop pump has (probably unrealistically) high power.
No regression test results or documentation changes.
This fix addresses issue #484.