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

Jd/add interarea exchanges #1108

Closed jd-lara closed 1 month ago

jd-lara commented 1 month ago

Adds a new struct to model the interchanges between areas. The simplest thing I could think about was to make it a branch.

The biggest design challenge is that this struct is meant to represent Area-Area flows and there are no Area-Area arcs.

@claytonpbarrows thoughts?