Skip to content

Commit

Permalink
Remove multiplier from nonAirSys latent sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
mjwitte committed Sep 3, 2024
1 parent 5b1cd9c commit a66e0cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/EnergyPlus/ZoneEquipmentManager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -558,8 +558,7 @@ void sizeZoneSpaceEquipmentPart1(EnergyPlusData &state,
} else {
nonAirSystemResponse = SysOutputProvided;
if (zsCalcSizing.zoneLatentSizing) {
int ZoneMult = zoneOrSpace.Multiplier * zoneOrSpace.ListMultiplier;
zoneLatentGain += (LatOutputProvided * HgAir) / ZoneMult;
zoneLatentGain += (LatOutputProvided * HgAir);
}
if (state.dataHeatBal->doSpaceHeatBalance && spaceNum == 0) {
for (int spaceNum : state.dataHeatBal->Zone(zoneNum).spaceIndexes) {
Expand Down

0 comments on commit a66e0cc

Please sign in to comment.