Skip to content

Commit

Permalink
remove CompEvaporatingPWRSpdMaxCurrentTsuc from thresh, clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
Yujie Xu committed Feb 28, 2024
1 parent 6f3ad16 commit 0d7f6ec
Show file tree
Hide file tree
Showing 2 changed files with 236 additions and 234 deletions.
2 changes: 1 addition & 1 deletion src/EnergyPlus/HVACVariableRefrigerantFlow.cc
Original file line number Diff line number Diff line change
Expand Up @@ -11865,7 +11865,7 @@ void VRFCondenserEquipment::CalcVRFCondenser_FluidTCtrl(EnergyPlusData &state)
CompEvaporatingCAPSpdMaxCurrentTsuc,
CompEvaporatingCAPSpdMin));
}
if ((Q_c_OU * C_cap_operation) > CompEvaporatingCAPSpdMaxCurrentTsuc + CompEvaporatingPWRSpdMaxCurrentTsuc) {
if ((Q_c_OU * C_cap_operation) > CompEvaporatingCAPSpdMaxCurrentTsuc) {
// this branch resolves the issue of supplemental heating coil turning on when compressor speed is not at the highest
Q_c_OU = CompEvaporatingCAPSpdMaxCurrentTsuc;
CompSpdActual = this->CompressorSpeed(NumOfCompSpdInput);
Expand Down
Loading

5 comments on commit 0d7f6ec

@nrel-bot
Copy link

Choose a reason for hiding this comment

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

vrfHeating3 (Unknown) - Win64-Windows-10-VisualStudio-16: OK (2766 of 2766 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.

vrfHeating3 (Unknown) - x86_64-Linux-Ubuntu-22.04-gcc-11.4: OK (3591 of 3595 tests passed, 0 test warnings)

Messages:\n

  • 4 tests had: EIO diffs.
  • 4 tests had: ERR diffs.
  • 4 tests had: ESO big diffs.
  • 4 tests had: Table big diffs.
  • 2 tests had: MTR big diffs.

Failures:\n

regression Test Summary

  • Passed: 803
  • Failed: 4

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.

vrfHeating3 (Unknown) - x86_64-MacOS-10.18-clang-15.0.0: OK (3549 of 3554 tests passed, 0 test warnings)

Messages:\n

  • 4 tests had: EIO diffs.
  • 4 tests had: ERR diffs.
  • 4 tests had: ESO big diffs.
  • 4 tests had: Table big diffs.
  • 2 tests had: MTR big diffs.

Failures:\n

regression Test Summary

  • Passed: 783
  • Failed: 4

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.

vrfHeating3 (Unknown) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-UnitTestsCoverage-Debug: OK (1978 of 1978 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.

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

Build Badge Test Badge Coverage Badge

Please sign in to comment.