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

Powermodelsdistribution variables and user-defined starting points #4

Closed MartaVanin closed 4 years ago

MartaVanin commented 4 years ago

Depending on the formulation, PowerModelsDistribution does not allow to set a user-defined starting value. For example, in PowerModelsDistribution/src/form/ivr.jl variable_mc_bus_voltage allows to import a custom :va from the data dictionary, but :vm is inherently set to 1. Let's find the least ugly workaround.

MartaVanin commented 4 years ago

fully supported in PMD v0.9.2, out now