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
** Severe ** GetSurfaceData: Construction FLOORPLNM-CONST of interzone surface FLOOR1-FLEXLAB-X3-PLNMA does not have the same materials in the reverse order as the construction CEILING-CONST of adjacent surface CEILING1-FLEXLAB-X3-ZONEA
** ~~~ ** or the properties of the reversed layers are not correct due to differing layer front and back side values
** ~~~ ** ...this problem for this pair will not be reported again.
General Improvements
The above failure was for a calibration use case for zone temperatures (occupied and plenum). Additionally, I think the following would be nice improvements.
The multiplier and percent arguments should allow for decreased performance, not just an increase. These are after all in the calibration gem not the EE gem
Use the arguments to simply set the existing object rather than cloning it, then changing it. Maybe there's a reason for cloning, but it just adds cruft to a model in my opinion.
Removing the cloned code will actually fix the failure too.
The text was updated successfully, but these errors were encountered:
The Change R-value of Insulation Layer for Construction By a Multiplier and Change R-value of Insulation Layer for Construction By a Specified Percentage measures fail for interior constructions because the corresponding matched/reversed surface construction is not changed.
Failure
General Improvements
The above failure was for a calibration use case for zone temperatures (occupied and plenum). Additionally, I think the following would be nice improvements.
Themultiplier
andpercent
arguments should allow for decreased performance, not just an increase. These are after all in the calibration gem not the EE gemThe text was updated successfully, but these errors were encountered: