Skip to content

Commit

Permalink
Multiple Airloops - Fix SetupZoneInternalGain for refrigerated cases
Browse files Browse the repository at this point in the history
  • Loading branch information
mjwitte committed Feb 21, 2017
1 parent 7ebff60 commit f63e217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EnergyPlus/RefrigeratedCase.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5924,7 +5924,7 @@ namespace RefrigeratedCase {

//register refrigeration case credits as internal gains
if ( RefrigCase( CaseNum ).ActualZoneNum > 0 ) {
SetupZoneInternalGain( RefrigCase( CaseNum ).ActualZoneNum, "Refrigeration:Case", RefrigCase( CaseNum ).Name, IntGainTypeOf_RefrigerationCase, RefrigCase( CaseNum ).SensZoneCreditRate, RefrigCase( CaseNum ).SensHVACCreditRate, _, RefrigCase( CaseNum ).LatZoneCreditRate, RefrigCase( CaseNum ).LatHVACCreditRate );
SetupZoneInternalGain( RefrigCase( CaseNum ).ActualZoneNum, "Refrigeration:Case", RefrigCase( CaseNum ).Name, IntGainTypeOf_RefrigerationCase, RefrigCase( CaseNum ).SensZoneCreditRate, RefrigCase( CaseNum ).SensHVACCreditRate, _, RefrigCase( CaseNum ).LatZoneCreditRate, RefrigCase( CaseNum ).LatHVACCreditRate, _, _, RefrigCase( CaseNum ).ZoneRANode );
}
} //END IF (.NOT. RefrigCase(CaseNum)%unusedCase)
}
Expand Down

8 comments on commit f63e217

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

Beyond1Airloop (mjwitte) - x86_64-MacOS-10.9-clang: OK (2417 of 2417 tests passed, 584 test warnings)

  • 584 tests had: AUD diffs.
  • 511 tests had: BND diffs.
  • 1 test had: RDD diffs.

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.

Beyond1Airloop (mjwitte) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)

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

Beyond1Airloop (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2457 of 2457 tests passed, 588 test warnings)

  • 588 tests had: AUD diffs.
  • 514 tests had: BND diffs.
  • 1 test had: RDD diffs.

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.

Beyond1Airloop (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1247 of 1247 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.

Beyond1Airloop (mjwitte) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)

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

Beyond1Airloop (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1836 of 1836 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.

Beyond1Airloop (mjwitte) - i386-Windows-7-VisualStudio-14: OK (2423 of 2423 tests passed, 587 test warnings)

  • 587 tests had: AUD diffs.
  • 513 tests had: BND diffs.
  • 1 test had: RDD diffs.

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.

Beyond1Airloop (mjwitte) - Win64-Windows-7-VisualStudio-14: OK (2423 of 2423 tests passed, 0 test warnings)

Build Badge Test Badge

Please sign in to comment.