Skip to content

NLaws/LinearPowerFlow.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LinearPowerFlow.jl

A simple, easy to use fixed-point linear power flow model based on [1].

!!! NOTE this package is in the process of deprecation. The model will be a part of BusInjectionModel.jl, where usage will look like:

m = JuMP.Model(My.Optimizer)
net = CommonOPF.Network(<from-yaml-or-opendss-file-path>)
BranchFlowModel.build_bim!(m, net, BranchFlowModel.FixedPointLinear)
JuMP.optimize!(m)
# a standard results-getter is a work in progress, for now have to use JuMP.value

where none of the module names are necessary, just added for illustration.

[1]

Bernstein, Andrey, and Emiliano Dall'Anese. "Linear power-flow models in multiphase distribution networks." 2017 IEEE PES Innovative Smart Grid Technologies Conference Europe (ISGT-Europe). IEEE, 2017.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages