Skip to content

Commit

Permalink
OA Report - another correction
Browse files Browse the repository at this point in the history
  • Loading branch information
mjwitte committed Feb 18, 2021
1 parent ddbcf51 commit f14b842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EnergyPlus/SystemReports.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4614,7 +4614,7 @@ namespace EnergyPlus::SystemReports {
state.dataSysRpts->SysTargetVentilationFlowVoz(AirLoopNum) +=
termUnitOAFrac * state.dataSysRpts->ZoneTargetVentilationFlowVoz(CtrlZoneNum);
Real64 naturalVentVol = +ZnAirRpt(ActualZoneNum).VentilVolumeStdDensity + ZonePreDefRep(ActualZoneNum).AFNVentVolTotalStdDen;
state.dataSysRpts->SysMechVentFlow(AirLoopNum) += termUnitOAFrac * naturalVentVol;
state.dataSysRpts->SysNatVentFlow(AirLoopNum) += termUnitOAFrac * naturalVentVol;

if (ZonePreDefRep(ActualZoneNum).isOccupied) {
state.dataSysRpts->SysAnyZoneOccupied(AirLoopNum) = true;
Expand Down

5 comments on commit f14b842

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

EnhanceOutdoorAirReporting2 (mjwitte) - x86_64-Linux-Ubuntu-18.04-gcc-7.5: OK (3055 of 3056 tests passed, 719 test warnings)

Messages:\n

  • 720 tests had: AUD diffs.
  • 706 tests had: RDD diffs.

Failures:\n

regression Test Summary

  • Passed: 736
  • Failed: 1

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.

EnhanceOutdoorAirReporting2 (mjwitte) - x86_64-MacOS-10.15-clang-11.0.0: OK (3014 of 3016 tests passed, 714 test warnings)

Messages:\n

  • 716 tests had: AUD diffs.
  • 702 tests had: RDD diffs.

Failures:\n

regression Test Summary

  • Passed: 715
  • Failed: 2

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.

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

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.

EnhanceOutdoorAirReporting2 (mjwitte) - x86_64-Linux-Ubuntu-18.04-gcc-7.5-UnitTestsCoverage-Debug: OK (1580 of 1580 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.

EnhanceOutdoorAirReporting2 (mjwitte) - x86_64-Linux-Ubuntu-18.04-gcc-7.5-IntegrationCoverage-Debug: OK (722 of 722 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

Please sign in to comment.