Re: Ybus

2022-10-11 Thread Ray Daniel Zimmerman
Good catch! On Oct 10, 2022, at 5:13 PM, Carlos E Murillo-Sanchez mailto:ce.murillosanc...@gmail.com>> wrote: Slight correction: Sf = V( mpc.branch(:, F_BUS) ) .* conj(Yf * V); St = V( mpc.branch(:, T_BUS) ) .* conj(Yf * V); carlos. Ray Daniel Zimmerman wrote: In matrix form, you can do the

Re: Ybus

2022-10-11 Thread naime ahmadi
Hello, I want to solve the optimization function for calculating voltage. As a constraint, I need to calculate each bus's minimum and maximum values of real and reactive power injection. here is the calculation: Pfe=branch(:,PF)/baseMVA; Qfe=branch(:,QF)/baseMVA; Pte=branch(:,PT)/baseMVA;