pandapipes icon indicating copy to clipboard operation
pandapipes copied to clipboard

Implementing exceptions for special configurations of circulation pumps

Open dcronbach opened this issue 3 years ago • 1 comments

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 the circulation pump. Probably related issue: vgl. auch Issue 214 auf GitHub https://github.com/e2nIEE/pandapipes/issues/214

b) identify these configurations and implement exceptions for them.

Both alternatives are time-consuming.

dcronbach avatar Mar 15 '21 12:03 dcronbach

At the moment I think of three different concepts:

  • pumps which determine the pressure lift beetwen two junctions: No matter what the input and output absolut pressure value is, only the pressure lift itself is determined.
  • pressurce controller are components which are able to set the pressure at one/two specific junctions.
  • ext_grids like pressure controller are able to control the pressure at one junction and are able the balance the mass flow within one system.

SimonRubenDrauz avatar Mar 29 '21 09:03 SimonRubenDrauz