Thank you --- On Mon, 3/21/11, Ray Zimmerman <[email protected]> wrote:
From: Ray Zimmerman <[email protected]> Subject: Re: Line Loading To: "MATPOWER discussion forum" <[email protected]> Date: Monday, March 21, 2011, 9:21 PM 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 ZimmermanSenior Research Associate211 Warren Hall, Cornell University, Ithaca, NY 14853phone: (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
