Daniel Lohmeier
Daniel Lohmeier
I would like to summarize some other issued and make a collection of what's still missing in the documentation. I found: - [ ] set_user_pf_options: some better documentation (cf. #425...
In my PR #234 , I adapted the convergence behavior such that PipeFlowNotConverged exceptions are always raised after a hydraulic or heat transfer calculation, and all component result tables are...
I was trying to build some code implementing simple std_type functions for both pandapipes and pandapower, when I noted an incompatibility: standard types are saved in pandapower nets at the...
**Problem** In some cases, a heat exchanger, but also any kind of other branch, is connected to an outlet junction that has more incoming flows than that just the one...
I would like to discuss some necessary changes to the std type library in pandapipes, as we will further rely on a good functionality here. My suggestions are: 1. Adapt...
In the test_toolbox, there are quite some fixtures with different network setups which ares used in different tests. With a growing number of components, we should update and diversify these...
I think it would be very useful to add a clear result to the pipe result table about the heat balance. It can be used for checking the correctness of...
With all the changes made on the dev_numba branch, we currently lost the possibility for a specific component to define its very own derivative calculation. If we would like to...
We have implemented result extraction in the components and since PR #367 it is done on a more global scale (from pit to the result tables). However, it might make...
**Problem description** There is a fluid property called `FluidPropertyPolynominal`. In the constructor, a list of x- and y-values is required. It then converts it to a set of parameters for...