NREL-Sienna / PowerSystems.jl

Data structures in Julia to enable power systems analysis. Part of the Scalable Integrated Infrastructure Planning Initiative at the National Renewable Energy Lab.
https://www.nrel.gov/analysis/sienna.html
BSD 3-Clause "New" or "Revised" License
299 stars 71 forks source link

Validation on negative reactances of branches #1098

Closed rodrigomha closed 1 week ago

rodrigomha commented 2 months ago

We should check validation for Line and Transformers on allowing negative reactances, as seems to be common in multiple datasets.

jd-lara commented 1 week ago

Negative reactances for a branch are a common practice to represent series capacitors. In many cases that's the format of the data. We don't have a plan to handle this automatically since it almost always is a case by case basis.