EnergyPlus™ is a whole building energy simulation program that engineers, architects, and researchers use to model both energy consumption and water use in buildings.
The problem, as I will relate it to the team, is that the Shading:Fin creates these surfaces with a special suffix in Upper/lower case. And the module getting the ShadingProperty:Reflectance is not using the "ignore case" search on the surface names.
problem is in surface geometry line 6097. a quick fix would be to use "FindItem" rather than FindItemInList
SurfNum = FindItemInList(cAlphaArgs(1),SurfaceTmp%Name,TotSurfaces)
Just thought of a possible different workaround for this which I will check out tomorrow. Put \retaincase on the shading property reflectance name field in the idd
The IDD doesn't show this \retaincase workaround, and the source line doesn't seem to reflect any correction, so I think this is still an issue.
From: @lklawrie email:
The IDD doesn't show this
\retaincase
workaround, and the source line doesn't seem to reflect any correction, so I think this is still an issue.Defect file to be added to DevSupport.