power-grid-model icon indicating copy to clipboard operation
power-grid-model copied to clipboard

Python/C++ library for distribution power system analysis

Results 155 power-grid-model issues
Sort by recently updated
recently updated
newest added

# Background Currently the (de-)serialization only supports attributes which are defined by PGM self. Users wish to add custom attributes to the (de-)serialization format and parser. Following attribute types are...

feature

In #489 we propose to define single phase load/generation. In this issue we can further define single phase power sensor.

feature

# Background We now have `asym_load` and `asym_gen` to represent asymmetric load and generation. If user want to connect a single phase load, he/she still needs to define `p_specified` for...

feature

From Insight into Loads, we would like to use the voltage measurements from FlexOVL smart meters that usually are situated on/near the LV rack of a secondary substation, and include...

feature

# Background The current implementation of power flow treats each source as a [Thévenin's equivalence](https://en.wikipedia.org/wiki/Th%C3%A9venin%27s_theorem) with an ideal voltage source and an internal impedance. The size of the impedance depends...

feature

As requested during the 4th PGM meet-up In case of non-converging: provide diagnostics why

feature

As requested during the 4th PGM meet-up. For many users having the results of all scenarios in a batch calculation is not interesting. A user can for instance only be...

feature

As requested during the 4th PGM meet-up If this is your request, or if you'd like this feature to be added please elaborate why you would need this in the...

feature

# Introduction Currently we use [`boost::minimum_degree_ordering`](https://www.boost.org/doc/libs/1_83_0/libs/graph/doc/minimum_degree_ordering.html) to re-order the nodes in the cyclic part of the grid. It has some shortcomings: 1. The library is long not maintained with many...

feature