Skip to content

Commit

Permalink
Merge develop
Browse files Browse the repository at this point in the history
  • Loading branch information
amirroth committed Sep 6, 2024
2 parents 5d8ce3a + a2dd99e commit 9b94336
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/EnergyPlus/WindowManager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6337,10 +6337,12 @@ namespace Window {
AbsBlDiffBack = blindTAR.Sol.Bk.Df.Abs;
RGlDiffFront = constructBare.ReflectSolDiffFront;
RGlDiffFrontVis = constructBare.ReflectVisDiffFront;

RhoBlDiffBack = blindTAR.Sol.Bk.Df.Ref;
RhoBlDiffBackVis = blindTAR.Vis.Bk.Df.Ref;
RhoBlBack = blindTAR.Sol.Bk.Bm[profIdxLo].DfRef;
RhoBlBackVis = blindTAR.Vis.Bk.Bm[profIdxLo].DfRef;

AbsBeamShadeNorm =
AbsBlFront + AbsBlBack * RGlFront * TBlBmBm +
(AbsBlDiffBack * RGlDiffFront / (1.0 - RhoBlDiffBack * RGlDiffFront)) * (RGlFront * TBlBmBm * RhoBlBack + TBlBmDif);
Expand Down

3 comments on commit 9b94336

@nrel-bot-2c
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Blind (amirroth) - x86_64-Linux-Ubuntu-22.04-gcc-11.4: OK (2893 of 2893 tests passed, 0 test warnings)

Build Badge Test Badge

@nrel-bot-2c
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Blind (amirroth) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-UnitTestsCoverage-RelWithDebInfo: OK (2077 of 2077 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

@nrel-bot-2c
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Blind (amirroth) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-IntegrationCoverage-RelWithDebInfo: OK (799 of 799 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

Please sign in to comment.