Skip to content

Commit

Permalink
Use Space conditions - ConvectionCoefficients.cc part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mjwitte committed Sep 9, 2023
1 parent 055112f commit 4c20979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EnergyPlus/ConvectionCoefficients.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2724,7 +2724,7 @@ void CalcISO15099WindowIntConvCoeff(EnergyPlusData &state,

// Get humidity ratio
Real64 AirHumRat =
(surface.Zone > 0) ? state.dataZoneTempPredictorCorrector->zoneHeatBalance(surface.Zone).airHumRatAvg : state.dataEnvrn->OutHumRat;
(surface.spaceNum > 0) ? state.dataZoneTempPredictorCorrector->spaceHeatBalance(surface.spaceNum).airHumRatAvg : state.dataEnvrn->OutHumRat;

Real64 Height = surface.Height;
Real64 TiltDeg = surface.Tilt;
Expand Down

5 comments on commit 4c20979

@nrel-bot
Copy link

Choose a reason for hiding this comment

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

SpaceSizingHVACPart3 (mjwitte) - Win64-Windows-10-VisualStudio-16: OK (2718 of 2718 tests passed, 0 test warnings)

Build Badge Test 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.

SpaceSizingHVACPart3 (mjwitte) - x86_64-Linux-Ubuntu-22.04-gcc-11.4: OK (3486 of 3544 tests passed, 16 test warnings)

Messages:\n

  • 58 tests had: ESO big diffs.
  • 14 tests had: ESO small diffs.
  • 43 tests had: EIO diffs.
  • 32 tests had: MTR small diffs.
  • 22 tests had: Table small diffs.
  • 13 tests had: ERR diffs.
  • 9 tests had: MTR big diffs.
  • 1 test had: SSZ big diffs.
  • 1 test had: ZSZ big diffs.
  • 22 tests had: Table big diffs.

Failures:\n

regression Test Summary

  • Passed: 746
  • Failed: 58

Build Badge Test Badge

@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.

SpaceSizingHVACPart3 (mjwitte) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-UnitTestsCoverage-Debug: OK (1933 of 1933 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.

SpaceSizingHVACPart3 (mjwitte) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-IntegrationCoverage-Debug: OK (788 of 788 tests passed, 0 test warnings)

Build Badge Test Badge Coverage 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.

SpaceSizingHVACPart3 (mjwitte) - x86_64-MacOS-10.17-clang-14.0.0: OK (3445 of 3503 tests passed, 15 test warnings)

Messages:\n

  • 14 tests had: ESO small diffs.
  • 58 tests had: ESO big diffs.
  • 43 tests had: EIO diffs.
  • 32 tests had: MTR small diffs.
  • 21 tests had: Table small diffs.
  • 13 tests had: ERR diffs.
  • 9 tests had: MTR big diffs.
  • 1 test had: SSZ big diffs.
  • 1 test had: ZSZ big diffs.
  • 22 tests had: Table big diffs.

Failures:\n

regression Test Summary

  • Passed: 726
  • Failed: 58

Build Badge Test Badge

Please sign in to comment.