-
Notifications
You must be signed in to change notification settings - Fork 39
Description
@FelixBue @bramvdh91 and me did some simulations for the network of the DESTEST with Modelica. As a reference we simulated the system with the euler solver and 1s timestep. Afterwards we changed to cvode and dassl because the system simulation time is not feasible with the euler solver (2h (euler) --> 2 min (cvode) Simulation time). Now we are running into huge deviations in the results. An example for the injected heat into the system is shown below.
Do you have any hints what this error could base on? We are using CombiTimeTables to load the heat demand for the substations, could this maybe throw the error? Are there some known workarounds? In addition i can say, that this case is not 100% reproducible but on the other hand we cannot simulate every system with the euler as a reference to check if the results are correct or not. So we are trying to track the error down to a small example, but at the moment we don't have one.
Does anybody, maybe @Mathadon @mwetter has any hints were we should look to find the error? Could it be the CombiTimeTable? Is this the right place for discussion?
Thank you all very much in advance for helping us 😃