Skip to content

Commit

Permalink
Merge 09a16b6 into 047fb48
Browse files Browse the repository at this point in the history
  • Loading branch information
amirroth authored Sep 5, 2024
2 parents 047fb48 + 09a16b6 commit 8a2eee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EnergyPlus/WindowManager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6458,7 +6458,7 @@ namespace Window {
RhoBlDiffBack = InterpSlatAng(SlatAng, VarSlats, blind.SolBackDiffDiffRefl);
RhoBlDiffBackVis = InterpSlatAng(SlatAng, VarSlats, blind.VisBackDiffDiffRefl);
RhoBlBack = InterpProfSlatAng(0.0, SlatAng, VarSlats, blind.SolBackBeamDiffRefl);
RhoBlBackVis = InterpProfSlatAng(0.0, SlatAng, VarSlats, blind.SolBackBeamDiffRefl);
RhoBlBackVis = InterpProfSlatAng(0.0, SlatAng, VarSlats, blind.VisBackBeamDiffRefl);
AbsBeamShadeNorm =
AbsBlFront + AbsBlBack * RGlFront * TBlBmBm +
(AbsBlDiffBack * RGlDiffFront / (1.0 - RhoBlDiffBack * RGlDiffFront)) * (RGlFront * TBlBmBm * RhoBlBack + TBlBmDif);
Expand Down

0 comments on commit 8a2eee6

Please sign in to comment.