Hello,
I am working on a project where I investigate the behavior of power systems with congested lines.When running run_ac_pf or run_dc_pf, I notice that some branches resulting power flow exceed their limit. Searching through PowerModels.jl dependencies, I could not find a PF model that considers these limits. Is there one?
I see that OPF models bound branch flow variables by “rate_a” and consider thermal limits constraints, but apparently the same is not true for PF models.
Cheers!