.Buildings.HeatTransfer.Windows.Functions.glassTRExteriorIrradiationNoShading

Information

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.

Interface

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;

Revisions


Generated at 2024-04-28T18:16:21Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos