@@ -964,9 +964,9 @@ namespace PlantChillers {
964964 }
965965 }
966966 } // IF (.NOT. AnyEnergyManagementSystemInModel) THEN
967- } // IF(THeatRecSetpoint == DataLoopNode::SensedNodeFlagValue)THEN
968- } // IF(ElectricChiller(ChillNum)%HeatRecSetpointNodeNum > 0)THEN
969- } // IF (ElectricChiller(ChillNum)%HeatRecActive) THEN
967+ } // IF(THeatRecSetpoint == DataLoopNode::SensedNodeFlagValue)THEN
968+ } // IF(ElectricChiller(ChillNum)%HeatRecSetpointNodeNum > 0)THEN
969+ } // IF (ElectricChiller(ChillNum)%HeatRecActive) THEN
970970
971971 this ->MyEnvrnFlag = false ;
972972 }
@@ -1470,6 +1470,9 @@ namespace PlantChillers {
14701470 state, this ->CWPlantLoc , this ->CondMassFlowIndex , this ->CDPlantLoc , DataPlant::CriteriaType::MassFlowRate, this ->CondMassFlowRate );
14711471 if (this ->CondMassFlowRate < DataBranchAirLoopPlant::MassFlowTolerance) {
14721472 MyLoad = 0.0 ;
1473+ this ->EvapMassFlowRate = 0.0 ;
1474+ PlantUtilities::SetComponentFlowRate (
1475+ state, this ->EvapMassFlowRate , this ->EvapInletNodeNum , this ->EvapOutletNodeNum , this ->CWPlantLoc );
14731476 return ;
14741477 }
14751478 }
@@ -3598,6 +3601,9 @@ namespace PlantChillers {
35983601 state, this ->CWPlantLoc , this ->CondMassFlowIndex , this ->CDPlantLoc , DataPlant::CriteriaType::MassFlowRate, this ->CondMassFlowRate );
35993602 if (this ->CondMassFlowRate < DataBranchAirLoopPlant::MassFlowTolerance) {
36003603 MyLoad = 0.0 ;
3604+ this ->EvapMassFlowRate = 0.0 ;
3605+ PlantUtilities::SetComponentFlowRate (
3606+ state, this ->EvapMassFlowRate , this ->EvapInletNodeNum , this ->EvapOutletNodeNum , this ->CWPlantLoc );
36013607 return ;
36023608 }
36033609 }
@@ -5613,6 +5619,9 @@ namespace PlantChillers {
56135619
56145620 if (this ->CondMassFlowRate < DataBranchAirLoopPlant::MassFlowTolerance) {
56155621 MyLoad = 0.0 ;
5622+ this ->EvapMassFlowRate = 0.0 ;
5623+ PlantUtilities::SetComponentFlowRate (
5624+ state, this ->EvapMassFlowRate , this ->EvapInletNodeNum , this ->EvapOutletNodeNum , this ->CWPlantLoc );
56165625 return ;
56175626 }
56185627 }
@@ -7324,6 +7333,9 @@ namespace PlantChillers {
73247333
73257334 if (this ->CondMassFlowRate < DataBranchAirLoopPlant::MassFlowTolerance) {
73267335 MyLoad = 0.0 ;
7336+ this ->EvapMassFlowRate = 0.0 ;
7337+ PlantUtilities::SetComponentFlowRate (
7338+ state, this ->EvapMassFlowRate , this ->EvapInletNodeNum , this ->EvapOutletNodeNum , this ->CWPlantLoc );
73277339 return ;
73287340 }
73297341 }
0 commit comments