This function computes the angular variation of the
transmittance and reflectance of each glass pane for exteior
irradiation without shading. It accounts for the transmittance and
reflectance among different panes. Pane 1 is facing
outside and pane N is facing the room.
function glassTRExteriorIrradiationNoShading extends Buildings.HeatTransfer.Windows.Functions.BaseClasses.partialGlassRadiation; input Real layer[3, N, HEM, NSta] "Angular data of glass pane"; output Real traRef[3, N, N, HEM, NSta](each min = 0, each max = 1) = fill(0, 3, N, N, HEM, NSta) "Transmittance and reflectance of each glass pane for exterior irradiation without shading"; end glassTRExteriorIrradiationNoShading;