Skip to content

Commit

Permalink
Merge pull request #1202 from NREL-Sienna/rh/fix_reactiveslack
Browse files Browse the repository at this point in the history
add slackdown to Reactive Balance
  • Loading branch information
jd-lara authored Dec 17, 2024
2 parents 9ce3aa8 + 1c32fae commit 2829eeb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/network_models/network_constructor.jl
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,13 @@ function construct_network!(
sys,
model,
)
add_to_expression!(
container,
ReactivePowerBalance,
SystemBalanceSlackDown,
sys,
model,
)
objective_function!(container, sys, model)
end

Expand Down

0 comments on commit 2829eeb

Please sign in to comment.