ibpsa / project1

Project 1
48 stars 39 forks source link

Network fails to simulate #20

Closed bramvdh91 closed 5 years ago

bramvdh91 commented 6 years ago

At the beginning of the mid-season where heating becomes less important, temperatures in the network start dropping (see screenshot). At some point, this pushes the return temperature from one of the consumers below the freezing temperature, leading to an error in the simulation.

ibpsadestest_sup

Several phenomena are present here:

This issue is made to open up the discussion on how to fix this bug.

bramvdh91 commented 6 years ago

Another interesting details in the simulation result:

If you want to check the simulation results more closely, please check out branch issue20_simulationFails. The model IBPSAdestest.Network.SupplyNetwork_numerical includes two scripts (see Commands... > Simulate and plot/Plot only). If you simulate the model for a year, you can use the script Plot only to show the graphs from the screenshot above. Simulate and plot will not work yet, since the script will stop before the plotting commands are reached.

MichaMans commented 6 years ago

@bramvdh91 That is definitely an interesting result. We had a lot of problems with running out of the media boundaries, too. Of course, as you said, fixed delta T might not be the best solution here. As well as it might be an influence of the heat transfer to the ground. This could be too high at the moment. Maybe we can check if some kind of ground capacity model helps. I hope i can give some more input in the near future :smiley:

bramvdh91 commented 5 years ago

Problem currently solved by increasing minimum mass flow rate (bypass), so closing this issue.