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?
- ** Severe ** Plant flows do not resolve – splitter inlet flow does not match mixer outlet flow
- ** ~~~ ** Environment=RUN PERIOD 1, at Simulation time=01/01 00:05 - 00:06
- ** ~~~ ** PlantLoop name= HOT WATER LOOP
- ** ~~~ ** Plant Connector:Mixer name= HOT WATER LOOP DEMAND MIXER
- ** ~~~ ** Mixer outlet mass flow rate= 421153668370655. {kg/s}
- ** ~~~ ** Plant Connector:Splitter name= HOT WATER LOOP DEMAND SPLITTER
- ** ~~~ ** Splitter inlet mass flow rate= 421153668370655. {kg/s}
- ** ~~~ ** Difference in two mass flow rates= 6.250000E-002 {kg/s}
- ** Severe ** Plant flows do not resolve – splitter inlet flow does not match mixer outlet flow
- ** ~~~ ** Environment=RUN PERIOD 1, at Simulation time=01/01 00:05 - 00:06
- ** ~~~ ** PlantLoop name= HOT WATER LOOP
- ** ~~~ ** Plant Connector:Mixer name= HOT WATER LOOP DEMAND MIXER
- ** ~~~ ** Mixer outlet mass flow rate= 421153668370655. {kg/s}
- ** ~~~ ** Plant Connector:Splitter name= HOT WATER LOOP DEMAND SPLITTER
- ** ~~~ ** Splitter inlet mass flow rate= 421153668370655. {kg/s}
- ** ~~~ ** Difference in two mass flow rates= 6.250000E-002 {kg/s}
- ** 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:
- ** Severe ** CalcHeatBalanceInsideSurf: The temperature of 3809161.94 C for zone=“BEDROOM1”, for surface=“FLOOR1”
- ** ~~~ ** …is very far out of bounds during warmup. This may be an indication of a malformed zone.
- ** ~~~ ** During Warmup, Environment=RUN PERIOD 1, at Simulation time=01/01 14:30 - 14:31
- ** Fatal ** Program terminates due to preceding condition.
- …Summary of Errors that led to program termination:
- … Reference severe error count=1
- … Last severe error=CalcHeatBalanceInsideSurf: The temperature of 3809161.94 C for zone=“BEDROOM1”, for surface=“FLOOR1”
and
- ************* ===== Recurring Error Summary =====
- ************* The following recurring error messages occurred.
-
- ************* ** Warning ** Plant loop exceeding upper temperature limit, PlantLoop=“CHILLED WATER LOOP”
- ************* ** ~~~ ** This error occurred 78 total times;
- ************* ** ~~~ ** during Warmup 78 times;
- ************* ** ~~~ ** during Sizing 0 times.
- ************* ** ~~~ ** 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.