Re: Ybus

2022-10-10 Thread naime ahmadi
Thank you for your time On Tue, Oct 11, 2022 at 7:14 AM Carlos E Murillo-Sanchez < 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

Re: Ybus

2022-10-10 Thread Carlos E Murillo-Sanchez
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 corresponding calculations

Re: Ybus

2022-10-10 Thread Ray Daniel Zimmerman
In matrix form, you can do the corresponding calculations as follows (e.g. for case9): define_constants mpc = loadcase('case9'); [Ybus, Yf, Yt] = makeYbus(mpc); V = mpc.bus(:, VM) .* exp(1j * mpc.bus(:, VA)*pi/180); Sbus = V .* conj(Ybus * V); Sf = V .* conj(Yf * V); St = V .* conj(Yt * V);

Re: Ybus

2022-10-10 Thread Huiying Cao
I am really honored to accept your email. However, I am sorry that I can’t help you. Good luck to you!发自我的 iPhone在 2022年10月10日,14:42,naime ahmadi 写道:I have forgotten to attach the picture.On Mon, Oct 10, 2022 at 3:40 PM naime ahmadi wrote:Hello,I have a question regarding

Re: Ybus

2022-10-10 Thread naime ahmadi
I have forgotten to attach the picture. On Mon, Oct 10, 2022 at 3:40 PM naime ahmadi wrote: > Hello, > I have a question regarding equations (2) and (3) in the attached picture. > I am not sure equation (3) is correct. But *sj* is the power injection > and *f{i,j}* is the power flow. > I am a

Ybus

2022-10-10 Thread naime ahmadi
Hello, I have a question regarding equations (2) and (3) in the attached picture. I am not sure equation (3) is correct. But *sj* is the power injection and *f{i,j}* is the power flow. I am a littel bit confused, how should I calculate y*{j,k} and *Yjk* in Matpower? According to the attached