This function computes the angular variation of the transmittance and reflectance of each glass pane for interior 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 glassTRInteriorIrradiationNoShading 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) "Glass transmittance, front and back reflectance"; end glassTRInteriorIrradiationNoShading;