@@ -1468,7 +1468,10 @@ namespace PlantChillers {
14681468 PlantUtilities::SetComponentFlowRate (state, this ->CondMassFlowRate , this ->CondInletNodeNum , this ->CondOutletNodeNum , this ->CDPlantLoc );
14691469 PlantUtilities::PullCompInterconnectTrigger (
14701470 state, this ->CWPlantLoc , this ->CondMassFlowIndex , this ->CDPlantLoc , DataPlant::CriteriaType::MassFlowRate, this ->CondMassFlowRate );
1471- if (this ->CondMassFlowRate < DataBranchAirLoopPlant::MassFlowTolerance) return ;
1471+ if (this ->CondMassFlowRate < DataBranchAirLoopPlant::MassFlowTolerance) {
1472+ MyLoad = 0.0 ;
1473+ return ;
1474+ }
14721475 }
14731476
14741477 // LOAD LOCAL VARIABLES FROM DATA STRUCTURE (for code readability)
@@ -3593,7 +3596,10 @@ namespace PlantChillers {
35933596 PlantUtilities::SetComponentFlowRate (state, this ->CondMassFlowRate , this ->CondInletNodeNum , this ->CondOutletNodeNum , this ->CDPlantLoc );
35943597 PlantUtilities::PullCompInterconnectTrigger (
35953598 state, this ->CWPlantLoc , this ->CondMassFlowIndex , this ->CDPlantLoc , DataPlant::CriteriaType::MassFlowRate, this ->CondMassFlowRate );
3596- if (this ->CondMassFlowRate < DataBranchAirLoopPlant::MassFlowTolerance) return ;
3599+ if (this ->CondMassFlowRate < DataBranchAirLoopPlant::MassFlowTolerance) {
3600+ MyLoad = 0.0 ;
3601+ return ;
3602+ }
35973603 }
35983604
35993605 // LOAD LOCAL VARIABLES FROM DATA STRUCTURE (for code readability)
@@ -5605,7 +5611,10 @@ namespace PlantChillers {
56055611 PlantUtilities::PullCompInterconnectTrigger (
56065612 state, this ->CWPlantLoc , this ->CondMassFlowIndex , this ->CDPlantLoc , DataPlant::CriteriaType::MassFlowRate, this ->CondMassFlowRate );
56075613
5608- if (this ->CondMassFlowRate < DataBranchAirLoopPlant::MassFlowTolerance) return ;
5614+ if (this ->CondMassFlowRate < DataBranchAirLoopPlant::MassFlowTolerance) {
5615+ MyLoad = 0.0 ;
5616+ return ;
5617+ }
56095618 }
56105619
56115620 // LOAD LOCAL VARIABLES FROM DATA STRUCTURE (for code readability)
@@ -7313,7 +7322,10 @@ namespace PlantChillers {
73137322 PlantUtilities::PullCompInterconnectTrigger (
73147323 state, this ->CWPlantLoc , this ->CondMassFlowIndex , this ->CDPlantLoc , DataPlant::CriteriaType::MassFlowRate, this ->CondMassFlowRate );
73157324
7316- if (this ->CondMassFlowRate < DataBranchAirLoopPlant::MassFlowTolerance) return ;
7325+ if (this ->CondMassFlowRate < DataBranchAirLoopPlant::MassFlowTolerance) {
7326+ MyLoad = 0.0 ;
7327+ return ;
7328+ }
73177329 }
73187330
73197331 // If FlowLock is True, the new resolved mdot is used to update Power, QEvap, Qcond, and
0 commit comments