Skip to content

Commit

Permalink
fix err message blow->draw through
Browse files Browse the repository at this point in the history
  • Loading branch information
Yujie Xu committed Aug 14, 2024
1 parent 37471e1 commit bcf4118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EnergyPlus/HVACVariableRefrigerantFlow.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5494,7 +5494,7 @@ void CheckVRFTUNodeConnections(EnergyPlusData &state, int const VRFTUNum, bool &
if (fanOutletNode != VRFTUOutletNodeNum) {
ShowSevereError(state, fmt::format("{}=\"{}\",", cTerminalUnitType, cTUName));
ShowContinueError(state,
"... For blow through fan and no supplemental heating coil the fan outlet node name must "
"... For draw through fan and no supplemental heating coil the fan outlet node name must "
"match the terminal unit outlet node name.");
if (fanOutletNode > 0 && VRFTUOutletNodeNum > 0) {
ShowContinueError(state, format("... Fan outlet node name = {}.", nodeID(fanOutletNode)));
Expand Down

5 comments on commit bcf4118

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

vrfCoolingFan (Unknown) - x86_64-MacOS-10.18-clang-15.0.0: OK (3530 of 3654 tests passed, 468 test warnings)

Messages:\n

  • 592 tests had: AUD diffs.
  • 562 tests had: EIO diffs.
  • 283 tests had: RDD diffs.
  • 123 tests had: Table small diffs.
  • 124 tests had: Table big diffs.
  • 6 tests had: ESO small diffs.
  • 3 tests had: MTR small diffs.
  • 2 tests had: MTD diffs.
  • 4 tests had: BND diffs.
  • 1 test had: MDD diffs.
  • 4 tests had: Table string diffs.
  • 1 test had: IDF diffs.
  • 1 test had: ERR diffs.

Failures:\n

regression Test Summary

  • Passed: 667
  • Failed: 124

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.

vrfCoolingFan (Unknown) - x86_64-Linux-Ubuntu-22.04-gcc-11.4: OK (3571 of 3695 tests passed, 469 test warnings)

Messages:\n

  • 593 tests had: AUD diffs.
  • 563 tests had: EIO diffs.
  • 283 tests had: RDD diffs.
  • 123 tests had: Table small diffs.
  • 124 tests had: Table big diffs.
  • 6 tests had: ESO small diffs.
  • 3 tests had: MTR small diffs.
  • 2 tests had: MTD diffs.
  • 4 tests had: BND diffs.
  • 1 test had: MDD diffs.
  • 4 tests had: Table string diffs.
  • 1 test had: IDF diffs.
  • 1 test had: ERR diffs.

Failures:\n

regression Test Summary

  • Passed: 687
  • Failed: 124

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.

vrfCoolingFan (Unknown) - 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-2
Copy link

Choose a reason for hiding this comment

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

vrfCoolingFan (Unknown) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-IntegrationCoverage-Debug: OK (795 of 795 tests passed, 0 test warnings)

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

vrfCoolingFan (Unknown) - Win64-Windows-10-VisualStudio-16: OK (2862 of 2862 tests passed, 0 test warnings)

Build Badge Test Badge

Please sign in to comment.