The apparent power flow (MVA flow) at the "from" and "to" ends of each line can be computed as ...
define_constants; results = runopf(...); MVA_flow_from = sqrt(results.branch(:, PF).^2 + results.branch(:, QF).^2); MVA_flow_to = sqrt(results.branch(:, PT).^2 + results.branch(:, QT).^2); -- Ray Zimmerman Senior Research Associate 211 Warren Hall, Cornell University, Ithaca, NY 14853 phone: (607) 255-9645 On Mar 21, 2011, at 1:37 PM, Mohsen Rezaie wrote: > Hello > How can we achieve line loading in MVA from power flow bor OPF results? > Thanks >
