Is there any powerflow package in julia to determine the line flow limit in DC-Optimal Powerflow according to the equation
Pmax_line <= PTDF(PG - PD) <= Pmax_line
Is there any powerflow package in julia to determine the line flow limit in DC-Optimal Powerflow according to the equation
Pmax_line <= PTDF(PG - PD) <= Pmax_line
Welcome. Have you seen PowerModels.jl?
https://lanl-ansi.github.io/PowerModels.jl/stable/
It can be used for a range of power systems problems.
If you want more details, you might need to expand your question by providing more details. It’s a little vague at the moment. What, exactly, are you trying to do?
Thank you for the support, Actually I solved the problem