open-ideas / IDEAS

Modelica library allowing simultaneous transient simulation of thermal and electrical systems at both building and feeder level.
131 stars 56 forks source link

screen equations #1289

Open Mathadon opened 2 years ago

Mathadon commented 2 years ago

Direct solar irradiation is converted into diffuse solar irradiation? Does this make sense? Probably not since screens are typically perforated and therefore the light stays direct (except for diffraction).

  HShaDirTil = HDirTil*(1 - limiter.y);
  HShaSkyDifTil = HSkyDifTil*(1 - limiter.y) + HSkyDifTil*limiter.y*shaCorr + HDirTil*limiter.y*shaCorr;