Skip to content

Commit

Permalink
Set CoolingAirFlow flag in WindowAC so fan is sized by the WindowAC
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarrec committed Aug 21, 2024
1 parent f472e96 commit a5d32de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/EnergyPlus/WindowAC.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1058,6 +1058,9 @@ namespace WindowAC {

zoneEqSizing.OAVolFlow = windowAC.OutAirVolFlow;
zoneEqSizing.AirVolFlow = windowAC.MaxAirVolFlow;
// Make the Fan be sized by this
zoneEqSizing.CoolingAirFlow = true;
zoneEqSizing.CoolingAirVolFlow = windowAC.MaxAirVolFlow;
}

state.dataSize->DataScalableCapSizingON = false;
Expand Down

5 comments on commit a5d32de

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

10663_WindowAC_FanSizing (jmarrec) - x86_64-MacOS-10.18-clang-15.0.0: OK (3666 of 3666 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.

10663_WindowAC_FanSizing (jmarrec) - x86_64-Linux-Ubuntu-22.04-gcc-11.4: OK (3707 of 3707 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.

10663_WindowAC_FanSizing (jmarrec) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-UnitTestsCoverage-Debug: OK (2078 of 2078 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.

10663_WindowAC_FanSizing (jmarrec) - Win64-Windows-10-VisualStudio-16: OK (2872 of 2872 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.

10663_WindowAC_FanSizing (jmarrec) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-IntegrationCoverage-Debug: OK (797 of 797 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

Please sign in to comment.