Closed GabrielKS closed 2 months ago
The problem is that in the RTS system, the Sync Condenser units have base_power = 0.0.
Here is a fix:
sync_cond_names = ["214_SYNC_COND_1", "314_SYNC_COND_1", "114_SYNC_COND_1"]
for name in sync_cond_names
g = get_component(StaticInjection, sys, name)
set_base_power!(g, 100.0)
end
If
solve_ac_powerflow!
is called on a system and succeeds, we would expect that callingsolve_ac_powerflow!
a second time on that solved system would succeed and, ideally, produce the same answer. The system produced bysucceeds the first time around, if you define
as a quick fix for https://github.com/NREL-Sienna/PowerFlows.jl/issues/39, but the second time there is an error: