Splitter inlet flow does not match mixer outlet flow

Hello everyone,

I have attempted to model my first HVAC system with ironbug. I am receiving the following error when running a simulation. How do I fix this?

  1. ** Severe ** Plant flows do not resolve – splitter inlet flow does not match mixer outlet flow
  2. ** ~~~ ** Environment=RUN PERIOD 1, at Simulation time=01/01 00:05 - 00:06
  3. ** ~~~ ** PlantLoop name= HOT WATER LOOP
  4. ** ~~~ ** Plant Connector:Mixer name= HOT WATER LOOP DEMAND MIXER
  5. ** ~~~ ** Mixer outlet mass flow rate= 421153668370655. {kg/s}
  6. ** ~~~ ** Plant Connector:Splitter name= HOT WATER LOOP DEMAND SPLITTER
  7. ** ~~~ ** Splitter inlet mass flow rate= 421153668370655. {kg/s}
  8. ** ~~~ ** Difference in two mass flow rates= 6.250000E-002 {kg/s}
  9. ** Severe ** Plant flows do not resolve – splitter inlet flow does not match mixer outlet flow
  10. ** ~~~ ** Environment=RUN PERIOD 1, at Simulation time=01/01 00:05 - 00:06
  11. ** ~~~ ** PlantLoop name= HOT WATER LOOP
  12. ** ~~~ ** Plant Connector:Mixer name= HOT WATER LOOP DEMAND MIXER
  13. ** ~~~ ** Mixer outlet mass flow rate= 421153668370655. {kg/s}
  14. ** ~~~ ** Plant Connector:Splitter name= HOT WATER LOOP DEMAND SPLITTER
  15. ** ~~~ ** Splitter inlet mass flow rate= 421153668370655. {kg/s}
  16. ** ~~~ ** Difference in two mass flow rates= 6.250000E-002 {kg/s}
  17. ** Fatal ** CheckPlantMixerSplitterConsistency: Simulation terminated because of problems in plant flow resolver

Thank you in advance,
Tessa

Here you can find my model:
TEC_Mor_prototype5.gh (1.2 MB)

This seems more like an EnergyPlus issue.
Did you try to autosize all flow rates?

I don’t exactly know what I changed but the new error i receive is:

  1. ** Severe ** CalcHeatBalanceInsideSurf: The temperature of 3809161.94 C for zone=“BEDROOM1”, for surface=“FLOOR1”
  2. ** ~~~ ** …is very far out of bounds during warmup. This may be an indication of a malformed zone.
  3. ** ~~~ ** During Warmup, Environment=RUN PERIOD 1, at Simulation time=01/01 14:30 - 14:31
  4. ** Fatal ** Program terminates due to preceding condition.
  5. …Summary of Errors that led to program termination:
  6. … Reference severe error count=1
  7. … Last severe error=CalcHeatBalanceInsideSurf: The temperature of 3809161.94 C for zone=“BEDROOM1”, for surface=“FLOOR1”

and

  1. ************* ===== Recurring Error Summary =====
  2. ************* The following recurring error messages occurred.

  3. ************* ** Warning ** Plant loop exceeding upper temperature limit, PlantLoop=“CHILLED WATER LOOP”
  4. ************* ** ~~~ ** This error occurred 78 total times;
  5. ************* ** ~~~ ** during Warmup 78 times;
  6. ************* ** ~~~ ** during Sizing 0 times.
  7. ************* ** ~~~ ** Max=60.

If I unplug this zone it will return the same error for the other zone.

What does it mean with malformed zone?

Please find my most recent model:
TEC_Mor_prototype5.gh (1.3 MB)
And the full error message:
error_message.txt (11.7 KB)

@tessar93
As I suggested in the other post, it is better to start from a single box zone first to better isolate problems from each other.

I have disabled all the other zones but I am still receiving the same error message for a different surface.

Thank you for looking at my issue. Do you have any suggestions why it finds such a high temperature?

TEC_Mor_prototype_singlezone.gh (1.3 MB)
error_message.txt (7.3 KB)

@tessar93 I have checked your file, here is a minimum working file, and you can start from here:
TEC_Mor_prototype_singlezone_MP’.gh (780.9 KB)

Thank you very much. Looking at the file you made I have been able to fix my model and it is working now.