Skip to content

Commit

Permalink
Increase blind slat interpolation granularity to capture peaks at 45 …
Browse files Browse the repository at this point in the history
…degrees
  • Loading branch information
amirroth committed Aug 4, 2024
1 parent bd6a548 commit 115743c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EnergyPlus/Material.hh
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ namespace Material {
};

// Blind
constexpr int MaxSlatAngs = 19;
constexpr int MaxSlatAngs = 37;
constexpr int MaxProfAngs = 37;

constexpr Real64 dProfAng = Constant::Pi / (MaxProfAngs - 1);
Expand Down

5 comments on commit 115743c

@nrel-bot-2
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 (3475 of 3695 tests passed, 12 test warnings)

Messages:\n

  • 170 tests had: EIO diffs.
  • 22 tests had: EDD diffs.
  • 214 tests had: Table string diffs.
  • 1 test had: ESO small diffs.
  • 12 tests had: ESO big diffs.
  • 12 tests had: Table big diffs.
  • 3 tests had: ERR diffs.

Failures:\n

regression Test Summary

  • Passed: 591
  • Failed: 220

Build Badge Test Badge

@nrel-bot-3
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-MacOS-10.18-clang-15.0.0: OK (3437 of 3654 tests passed, 12 test warnings)

Messages:\n

  • 167 tests had: EIO diffs.
  • 22 tests had: EDD diffs.
  • 211 tests had: Table string diffs.
  • 1 test had: ESO small diffs.
  • 9 tests had: ESO big diffs.
  • 10 tests had: Table big diffs.
  • 3 tests had: ERR diffs.

Failures:\n

integration Test Summary

  • Passed: 793
  • Failed: 1

regression Test Summary

  • Passed: 575
  • Failed: 216

Build Badge Test Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

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

Blind (amirroth) - Win64-Windows-10-VisualStudio-16: OK (2862 of 2862 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-Debug: OK (2070 of 2070 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

@nrel-bot-2b
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-Debug: OK (794 of 795 tests passed, 0 test warnings)

Failures:\n

integration Test Summary

  • Passed: 794
  • Failed: 1

Build Badge Test Badge Coverage Badge

Please sign in to comment.