Correction of Errors in Inside Movable Insulation - #11785
Open
RKStrand wants to merge 1 commit into
Open
Conversation
This fixes 10865 plain and simple. Testing shows now that with insulation added to the construction vs. added as movable insulation ends up with less than 1% differences and temperatures at the inside surface on average are within 0.005C. Fixes to the engineering reference and a new unit test complete this work.
Contributor
Author
Contributor
Author
|
Percentages listed above are the differences between heating and cooling between the construction change and the additional of inside movable insulation. |
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.

Pull request overview
Description of the purpose of this PR
Some testing with inside movable insulation uncovered results that did not seem to make sense. Comparing results between a case where an extra layer of insulation was added to the inside of a construction to a case where inside movable insulation added that layer on the base construction definition all year showed very large differences in district heating and cooling results (over 100% and close to 60% differences, respectively). A similar comparison with outside movable insulation showed reasonably small difference of only a few percent. The problem was traced back to an incorrect application of the inside movable insulation to the inside heat balances. For example, solar radiation was being added at the interface between the inside movable insulation, but inside movable insulation is assumed to be non-transparent. After correcting this issue, the difference between the case of adding insulation as the inside layer of the base construction definition and the case of using movable insulation dropped to less than 1% for both heating and cooling. A comparison of surface temperatures between these two cases also showed excellent agreement with the average difference for an annual simulation of around 0.005C. Corrections to the engineering reference and a new unit test were also included in this work. No difference are anticipated in the existing test files and the user provided files that demonstrated the error now provide the results quoted above.
Pull Request Author
Reviewer