MATPOWER does not include a function for computing the current from the branch
power injections, but you can always get the complex current from the complex
power and voltage.
I = (S / V)*
With the assumptions of the DC power flow (|V| ≈ 1, angle ≈ 0, Q negligible),
the current is approximately equal to the power, so Sebaa is (almost) correct.
That quantity actually 2x the current in the branch.
Ray
On Dec 7, 2021, at 10:44 PM, sebaa haddi
<[email protected]<mailto:[email protected]>> wrote:
Yes, the power injection (Sij) in the sending bus - the power injection (Sji)
in the reseiving bus
Le lundi 6 décembre 2021, 12:33:40 UTC+1, zahra nekudari
<[email protected]<mailto:[email protected]>> a écrit :
Hi dears,
I want to know, there is any function for calculate current of any branch? I
use DC power flow (rundcpf).