Skip to content

Commit

Permalink
Consider cycling in defrost power
Browse files Browse the repository at this point in the history
  • Loading branch information
Yujie Xu committed Sep 20, 2024
1 parent e4dcfb7 commit 6c9b079
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/EnergyPlus/HVACVariableRefrigerantFlow.cc
Original file line number Diff line number Diff line change
Expand Up @@ -908,6 +908,7 @@ void CalcVRFCondenser(EnergyPlusData &state, int const VRFCond)
}
}
}
vrf.DefrostPower *= VRFRTF;

TotalCondHeatingCapacity =
vrf.HeatingCapacity * state.dataHVACVarRefFlow->HeatCombinationRatio(VRFCond) * TotHeatCapTempModFac * HeatingCapacityMultiplier;
Expand Down Expand Up @@ -12061,6 +12062,7 @@ void VRFCondenserEquipment::CalcVRFCondenser_FluidTCtrl(EnergyPlusData &state, c
this->DefrostPower = 0.0;
}
}
this->DefrostPower *= VRFRTF;

// From the VRF_FluidTCtrl model
TotalCondHeatingCapacity = this->HeatingCapacity;
Expand Down

0 comments on commit 6c9b079

Please sign in to comment.