Re: Reactive power Loss

2017-05-14 Thread Aaqib Peerzada
he following command- >> real_power_loss=results.bracnh(:,PF)+results.branch(:,PT); >> The results are same as given in the command window for P(MW) for >> different branches. >> how the Q(reactive Power loss) is calculated ?? >> It is not giving the same results as don

Re: Reactive power Loss

2017-05-14 Thread Akash Tyagi
(:,PT); > The results are same as given in the command window for P(MW) for > different branches. > how the Q(reactive Power loss) is calculated ?? > It is not giving the same results as done for the real power loss. > reactive_power_loss=results.branch(:,QF)+results.branch(:,QT); > The

Re: Reactive power Loss

2017-05-14 Thread Akash Tyagi
for P(MW) for different branches. how the Q(reactive Power loss) is calculated ?? It is not giving the same results as done for the real power loss. reactive_power_loss=results.branch(:,QF)+results.branch(:,QT); The values are different by using the above command and also it is not same

RE: Reactive power Loss

2017-05-14 Thread Bone, Gorazd
imenu Akash Tyagi [akashtyagi0...@gmail.com] Poslano: 14. maj 2017 9:46 Za: MATPOWER discussion forum Zadeva: Reactive power Loss Hello everyone, I am working on my project and I got stuck with reactive power loss. I was trying to calculate the reactive power loss for all the branches. I have given

Reactive power Loss

2017-05-14 Thread Akash Tyagi
Hello everyone, I am working on my project and I got stuck with reactive power loss. I was trying to calculate the reactive power loss for all the branches. I have given the following case below- I run the normal power flow for the case attached below by the following command- << runpf (c

Re: How to calculate reactive power loss during OPF

2014-12-13 Thread murugan R
O.K SIRFrom: Ray Zimmerman lt;r...@cornell.edugt;Sent: Sat, 13 Dec 2014 00:57:02 To: MATPOWER discussion forum lt;matpowe...@list.cornell.edugt;Subject: Re: How to calculate reactive power loss during OPFYou can use the get_losses.m function attached here:nbsp;http://www.mail-archive.com

Re: How to calculate reactive power loss during OPF

2014-12-12 Thread Ray Zimmerman
You can use the get_losses.m function attached here: http://www.mail-archive.com/matpower-l%40cornell.edu/msg00559.html I will be including a similar function in MATPOWER 5 final release. Ray On Dec 12, 2014, at 1:21 AM, murugan R muruganel...@rediffmail.com wrote: Respected sir

How to calculate reactive power loss during OPF

2014-12-11 Thread murugan R
Respected sir nbsp;nbsp; nbsp;nbsp;nbsp; nbsp;nbsp;nbsp; nbsp;nbsp;nbsp; nbsp;nbsp; nbsp; I am using the matlab code to calculate the real power loss:loss=results.branch(:,14)+results.branch(:,16);nbsp;Now can i calculate real power loss. pl do need full.