Electa-Git / PowerModelsDistributionStateEstimation.jl

A Julia Package for Power System State Estimation.
BSD 3-Clause "New" or "Revised" License
32 stars 12 forks source link

PowerModelsDistributionStateEstimation.jl

PowerModelsDistributionStateEstimation logo

Active Development

PowerModelsDistributionStateEstimation.jl is an extension package of PowerModelsDistribution.jl for Static Power Distribution Network State Estimation. The package is a flexible design tool, enabling benchmarks between different state estimation models. Different state estimation models can be built by using different power flow formulations, state estimation criteria, (in)equality constraints, etc. The package has documentation, which we try to keep up to date.

A state estimator determines the most-likely state of power distribution networks given a set of uncertainties, e.g., measurement errors, pseudo-measurements, etc. These uncertainties may pertain to any quantity of any network component, e.g., voltage magnitude (vm) of a bus, power demand (pd) of a load, etc.

Core Problem Specification

Estimation Criteria:

Measurement Uncertainties:

Core Network Constraint Formulations

Data Formats

To use the package, two type of data inputs are required:

See the relative section of the docs for more info.

Bad Data Detection and Identification

As of version 0.4.0, PMDSE supports the following bad data detection and identification functionalities:

Examples

Examples on how to use PowerModelsDistributionStateEstimation can be found in Pluto Notebooks inside the /examples directory.

Acknowledgements

This code has been developed at KU Leuven (University of Leuven). The primary developers are Marta Vanin (@MartaVanin) and Tom Van Acker (@timmyfaraday) with support from the following contributors:

Citing PowerModelsDistributionStateEstimation + Additional References

If you find PowerModelsDistributionStateEstimation.jl useful for your work, we kindly invite you to cite our paper:

@ARTICLE{Vanin2022,
  author={Vanin, Marta and Van Acker, Tom and D'hulst, Reinhilde and Van Hertem, Dirk},
  journal={IEEE Transactions on Power Systems}, 
  title={A Framework for Constrained Static State Estimation in Unbalanced Distribution Networks}, 
  year={2022},
  volume={37},
  number={3},
  pages={2075-2085},
  doi={10.1109/TPWRS.2021.3116291}}

If you are particularly interested in the non-Gaussian state estimation capabilities, you can refer to this other paper:

@ARTICLE{Vanin2023,
  author={Vanin, Marta and Van Acker, Tom and D’hulst, Reinhilde and Van Hertem, Dirk},
  journal={IEEE Transactions on Instrumentation and Measurement}, 
  title={Exact Modeling of Non-Gaussian Measurement Uncertainty in Distribution System State Estimation}, 
  year={2023},
  volume={},
  number={},
  pages={1-1},
  doi={10.1109/TIM.2023.3287253}}

Additional references: augmented state estimation

It is possible to use the fast prototyping features of PMDSE to augment the state variables, e.g., with network parameters. This is discussed in the following two references where, jointly to the conventional state, we derive: 1) impedance matrices or cable lengths: https://www.sciencedirect.com/science/article/pii/S0142061523002120 2) customer phase connectivity: https://arxiv.org/abs/2206.08436

License

This code is provided under a BSD license.

Notes