-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix lag in updating output variables
This addresses an issue with lag between the time of setting an input via and actuator, and seeing the corresponding output variable change. This commit specifically addresses the issue for output variables related to the zone air heat balance, and for internal heat gains. Other output variables may still suffer from the lag issue, however they can be handled in a similar manner by simply calling their respective update functions. In the future we will introduce an explicit list of supported output variables, at which time we can have positive confirmation that we have addressed the lag for all supported output variables. close lbl-srg/modelica-buildings/#1681
- Loading branch information
Showing
1 changed file
with
33 additions
and
16 deletions.
There are no files selected for viewing
This file contains 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