pandapipes icon indicating copy to clipboard operation
pandapipes copied to clipboard

A pipeflow calculation tool that complements pandapower in the simulation of multi energy grids

Results 70 pandapipes issues
Sort by recently updated
recently updated
newest added

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...

enhancement

Contains a stratified thermal storage model plus test which isn't fit into the pandapipes structure yet. @SimonRubenDrauz @dcronbach

heating

### Discussed in https://github.com/e2nIEE/pandapipes/discussions/424 Originally posted by **amayboudellal** October 27, 2022 Hi, I'm trying to run a pipeflow on a district heating grid and specified `pp.pipeflow(net, mode='heat')` as it seemed...

documentation
heating

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...

enhancement
heating

Hi, as far as I can see, there isn't currently a way to fix the temperature drop, at the Heat Exchanger https://pandapipes.readthedocs.io/en/latest/components/heat_exchanger/heat_exchanger_component.html have you ever thought about that ? how...

heating

Using the current implementation of circulation pumps, there are some configurations in combination with external grids and sinks which might not work. We can a) either change the concept of...

heating

In the [circular_flow_in_a_district_heating_grid](https://github.com/e2nIEE/pandapipes/blob/master/tutorials/circular_flow_in_a_district_heating_grid.ipynb) tutorial I am tring to create a heating station, with `create_pump` (instead of `create_circ_pump_const_mass_flow` or `create_circ_pump_const_pressure`) and I get ```python RuntimeWarning: invalid value encountered in double_scalars residual_norm...

heating

**feature request** Currently, conducting a heat calculation, a hydraulic calculation is done beforehand. This calculation is done independently from the heat calculation. This can cause unexpected behaviour. **possible solutions** A...

enhancement

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...

enhancement

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...

enhancement