Time series simulation results recycling #646
Replies: 2 comments 2 replies
-
Hi @prautio-jyu, |
Beta Was this translation helpful? Give feedback.
-
Hi @dlohmeier, Thanks for your reply. This clarifies things a lot. I'm working with this as a junior programmer/research assistant and unfortunately it's unlikely that I can find the resources to achieve a distribution ready transient simulation solution. For the time being I'm considering doing a bit of a interim hack job wherein I'd build a for-loop to recycle the simulation results as input parameters for each transient simulation time step. This solution would sidestep the current time series functionality, and in essence my inquiry was about whether or not this would produce a satisfactory simulation. I'm probably going forward with it in any case, if only as a nice experiment. By the way, another thing I'm working on is a simulation results explorer using Bokeh and HoloViz Python packages. I'll have to see if I can release this into the public when it's in a more presentable state. |
Beta Was this translation helpful? Give feedback.
-
Hi all, especially pandapipes developers,
I've been working on a district heating network model based on real-world data. A question arose when I started with the time series simulation: What's the situation on simulation results recycling for pandapipes? I see that this feature is implemented for pandapower, but disabled for pandapipes. Furthermore, are there any expected simulation issues if I implement simulation results recycling myself as a iterative write-read loop?
Beta Was this translation helpful? Give feedback.
All reactions