Daniel Lohmeier

Results 27 issues of Daniel Lohmeier

In our branch pit, there is an entry called "PL", which stands for pressure lift. As far as I understand, this is often connected to components that can add a...

It seems to me that there are three main problems in the result extraction of branch models: 1. Almost all concrete branch components use the `super()`-call to the branch model's...

bug

When importing pandapipes, many packages cannot be called (e.g. `pandapipes.simple_plot(net)` would not be possible). We should have a look at which packages should be available at the highest pandapipes level.

enhancement

In the PumpStdType class, regression parameters are identified to calculate a pressure lift from a volume flow. In general, the degree is adaptable. In the compressor component, the following code...

enhancement

### Bug report checklis - [X] Searched the [issues page](https://github.com/e2nIEE/pandapower/issues) for similar reports - [X] Read the relevant sections of the [documentation](https://pandapower.readthedocs.io/en/latest/about.html) - [X] Browse the [tutorials](https://github.com/e2nIEE/pandapower/tree/develop/tutorials) and [tests](https://github.com/e2nIEE/pandapower/tree/develop/pandapower/test) for...

bug
fileIO

for json deserialization, it is now possible to ignore objects whose model is unknown (no code found in code base), so that they are just stored as a dict in...