This function computes the hemispherical absorbtance of each glass pane for interior irradiation with interior shading.
Pane 1
is facing the outside and pane N
is facing the room.
function glassAbsInteriorIrradiationInteriorShading input Real absIntIrrNoSha[N, NSta](each min = 0, each max = 1) "Hemispherical absorptance wfor interior irradiation without interior shading"; extends Buildings.HeatTransfer.Windows.Functions.BaseClasses.partialWindowShadingRadiation; output Real absIntIrrIntSha[N, NSta](each min = 0, each max = 1) "Hemispherical absorbtance of each glass pane for interior irradiation with interior shading"; end glassAbsInteriorIrradiationInteriorShading;