Carleton Coffrin

Results 314 comments of Carleton Coffrin

Will this be resolved by the changes PowerModels v0.15?

Storage current is also a good item to simplify with an expression. AC models should define an expression while SOC models have a variable.

Open to both options.

This can also improve convergence of NLP methods, further suggesting this should be a parameter in the model.

Key steps, - in `form/ots.jl` add bus-wise constraint called `constraint_connected(pm, i)` - in `base/constraint_template.jl` add a constraint template for `constraint_connected`, which extracts the `bus_arcs` data from ref (i.e. `ref(pm, nw,...

As I recall this is not discussed in most papers, but I do believe it is important in practical solutions. I don’t think you would want to de-energize buses when...

It will enforce that any non-status 0 bus in the original network is still energized in the OTS solution, independent of if a load is attached or not. On Fri,...

This is open to discussion if you think the proposal does not make sense. On Fri, Oct 18, 2019 at 11:29 AM Carleton Coffrin wrote: > It will enforce that...

The logic in my head was roughly as follows. OTS is an operational dispatch problem, in practice it should be at least n-1 secure, but traditionally we have not considered...

Based on this discussion. I think I spoke too soon with the proposal for `constraint_connected`, so lets scratch that proposal. Instead I propose the following, - Leave the current OTS...