Dear all, How do I compute the total MVA flow in a branch? if MVA_flow_from = sqrt(results.branch(:, PF).^2 + results.branch(:, QF).^2);
and MVA_flow_to = sqrt(results.branch(:, PT).^2 + results.branch(:, QT).^2); Can I add the 2 results above directly to give me the total flow in a branch? If Yes then I expect that sum of the MVA flow in the first branch when I run power flow should reflect the total generation from the source. Else how do I go about it. I would glad if someone could put me through. Many thanks Idris
