You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
lymereJ
added
NewFeature
Includes code to add a new feature to EnergyPlus
IDDChange
Code changes impact the IDD file (cannot be merged after IO freeze)
OutputChange
Code changes output in such a way that it cannot be merged after IO freeze
labels
Apr 17, 2025
The following plots show results generated using this branch for the new example file, for two cases: with and without leakage for the parallel PIU terminal serving "Space1-1". The terminal fan pulls air from "Space5-1", that is also the zone that is impacted by the leaks since they occur through the backdraft damper.
Heating and dead-band operations:
Air is leaking only when the terminal fan is off
During dead-band the flow to the zone (SPACE1-1 IN NODE) is equal to the primary air flow rate - the leaks
**Cooling operations:**
During cooling operation, the primary air ramps up, so do the leaks (top, maroon)
The impact of the leaks on "Space5-1" are shown on the bottom panel
These results for the new example file are still relevant.
I conducted additional tests on a model that uses an AirLoopHVAC:ZoneMixer instead of an AirLoopHVAC:ReturnPlenum as the return path. The results appear to be as expected. For example, when analyzing the return air, its temperature during simulations with leaks is lower compared to the case without leaks. This outcome aligns with expectations, as backdraft damper leaks only occur during dead-band and cooling operations, causing the return air to be cooler. In the figure below, the top panel illustrates the return air temperature (blue for leaks, orange for no leaks), while the bottom panel depicts the return air mass flow rate (maroon for leaks, dark green for no leaks).
I compared the temperature of the zone designated as the destination of the leaks for both configurations: using an AirLoopHVAC:ZoneMixer and an AirLoopHVAC:ReturnPlenum object. In both cases, the designated zone is a plenum, and the annual temperature profiles are almost identical. In the figure below, the orange line represents the temperature of the plenum zone without leaks, the maroon line corresponds to the case with leaks using an AirLoopHVAC:ReturnPlenum object, and the blue line represents the case with leaks using an AirLoopHVAC:ZoneMixer.
I also ran similar models in different climate zones. As expected, simulations with leaks have more impact in hotter climate zones.
IDDChangeCode changes impact the IDD file (cannot be merged after IO freeze)NewFeatureIncludes code to add a new feature to EnergyPlusOutputChangeCode changes output in such a way that it cannot be merged after IO freeze
7 participants
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
Add new inputs/outputs to model air leakage in parallel fan-powered terminal units.
Pull Request Author
Reviewer