diff --git a/src/EnergyPlus/ChillerElectricEIR.cc b/src/EnergyPlus/ChillerElectricEIR.cc index 4ffc4585300..405aa4fc57b 100644 --- a/src/EnergyPlus/ChillerElectricEIR.cc +++ b/src/EnergyPlus/ChillerElectricEIR.cc @@ -1962,6 +1962,8 @@ void ElectricEIRChillerSpecs::calculate(EnergyPlusData &state, Real64 &MyLoad, b state, this->CWPlantLoc, this->CondMassFlowIndex, this->CDPlantLoc, DataPlant::CriteriaType::MassFlowRate, this->CondMassFlowRate); if (this->CondMassFlowRate < DataBranchAirLoopPlant::MassFlowTolerance) { + // Shut chiller off if there is no condenser water flow + MyLoad = 0.0; if (this->EvapMassFlowRate < DataBranchAirLoopPlant::MassFlowTolerance) { // Use PlantUtilities::SetComponentFlowRate to decide actual flow PlantUtilities::SetComponentFlowRate(