diff --git a/src/EnergyPlus/HVACVariableRefrigerantFlow.cc b/src/EnergyPlus/HVACVariableRefrigerantFlow.cc index d2be1586450..1ee5604a95c 100644 --- a/src/EnergyPlus/HVACVariableRefrigerantFlow.cc +++ b/src/EnergyPlus/HVACVariableRefrigerantFlow.cc @@ -12507,6 +12507,7 @@ void VRFCondenserEquipment::CalcVRFCondenser_FluidTCtrl(EnergyPlusData &state) // this is not the case for heating fan.FanPower *= coolingCoil.CoolingCoilRuntimeFraction; fan.FanEnergy = fan.FanPower * state.dataHVACGlobal->TimeStepSysSec; + fan.PowerLossToAir *= coolingCoil.CoolingCoilRuntimeFraction; } } }