You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to see overloaded branches based on rateA when running ACPF (NR), however; such information is not given in the result of the power flow study. I'm searching for options also, but can't see any option to display this information. I'm aware that in ACOPF, such data is printed in results, but I need to know how to show it also in regular AC power flow studies.
Any idea, or what I'm missing?
The text was updated successfully, but these errors were encountered:
Check out checklimits() in the extras/misc subdirectory. This really should be clean up, documented and included in the main distribution, but it's never quite made it to the top of the to-do list.
I was searching in the main library (here), hadn't thought that it is not existing or it might exist in extras.
I tried the function on both regular AC power flow and optimal AC power flow, it is not needed in the ACOPF algorithm, because Voltage Constraints, Generation Constraints, and Branch Flow Constraints were already printed out after solving the problem. Hence, it may be added as an extra output option for AC/DC regular power flow to give accessibility for users to see violations as part of the ACPF/DCPF solution.
Hello,
I'm trying to see overloaded branches based on rateA when running ACPF (NR), however; such information is not given in the result of the power flow study. I'm searching for options also, but can't see any option to display this information. I'm aware that in ACOPF, such data is printed in results, but I need to know how to show it also in regular AC power flow studies.
Any idea, or what I'm missing?
The text was updated successfully, but these errors were encountered: