.Buildings.HeatTransfer.Windows.Functions.glassTRInteriorIrradiationNoShading

Information

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.

Interface

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;

Revisions


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