Because of losses in the line, the flows at either end are different … which 
also means that the “flow” in the line is not constant at every point in the 
line, so if you want a single number to approximate the flow in the line, 
you’ll have to define it somehow based on your intended us. The first few 
options that come to mind for me are …

- take the “from” injection minus the “to” injection and divide by two to find 
an average
- take the maximum of the “from” injection and the “to” injection

Hope this helps,

    Ray




> On Nov 2, 2015, at 7:18 AM, Umer Ali Alsedeeq Ibrahim <uibra...@km.com.qa> 
> wrote:
> 
> Dear Mr. Shruti Rao
> 
> The results.branch. will give PF&QF (injected into \from" end of branch) and  
> PT&QT(injected into \to" end of branch) and accordingly MVA Flow can be 
> calculated as
> 
>  MVAflow_F = sqrt(r.branch(:, PF).^2 + r.branch(:, QF).^2);
> MVAflow_T = sqrt(r.branch(:, PT).^2 + r.branch(:, QT).^2);
> 
> 
> but my aim is to get MVA flow in the line not  at the ends of the line. may 
> you clarify more 
> 
> 
> Thank you
> 
> 
> Omer Ali
> 
> 
> From: bounce-119845219-18071...@list.cornell.edu 
> [bounce-119845219-18071...@list.cornell.edu] on behalf of Shruti Rao 
> [sra...@asu.edu]
> Sent: 02 November 2015 03:25
> To: MATPOWER discussion forum
> Subject: Re: How to get MVA FLOW OF LINE
> 
> You can get the branch flows on each line from MATPOWER in the output anyway 
> in branch data. It will be displayed in output window as well as if you save 
> your results in a variable say results:
> results = runpf(case);
> The branch P and Q flows will be saved in results.branch. You can then 
> calculate the net MVA flowing on the line and your security index from this 
> data.
> 
> Shruti
> 
> 2015-11-01 16:53 GMT-07:00 Umer Ali Alsedeeq Ibrahim <uibra...@km.com.qa 
> <mailto:uibra...@km.com.qa>>:
> Dear All 
> 
> I would like to get MVA Fow of line after running power flow for any case in 
> order to calculate security index. In security index I have to calculate the 
> term MVA FLOW/RATING A. Your help is highly appreciated.
> 
> Best regards 
> 
> Omer Ali
> 
>  
> Disclaimer:
> This e-mail and any attachments may contain information which is 
> confidential. They should not be distributed, disclosed or copied to anyone 
> without the approval of the sender. If you are not one of the intended 
> recipients of this e-mail, please delete the e-mail and any attachments, and 
> all copies, and notify the sender by e-mail or telephone. Confidentiality is 
> not waived or lost by mistaken communication. Before opening this e-mail or 
> an attachment, you should check them for viruses. تنويه هام: هذه الرسالة 
> الإلكترونية وأية ملحقات معها قد تحتوي على معلومات سرية، يجب أن لا يوزعا أو 
> يكشف مضمونهما و/أو نسخهما لأي كان من دون موافقة المرسل. إذا لم تكن واحداً من 
> الأشخاص الموجه لهم هذا البريد الإلكتروني ووصل إلى بريدك الإلكتروني عن طريق 
> الخطاً، يرجى حذف الرسالة مع ملحقاتها فضلاً عن حذف جميع نسخها. وبعد ذلك، يرجى 
> الإتصال بالمرسل عبر البريد الإلكتروني او الهاتف لإبلاغه بالخطأ الحاصل. لا 
> تفقد سرية المعلومات أو يتنازل عنها بسبب خطأ ناجم عن إرسال وتوجيه البريد 
> الالكتروني لأشخاص غير مقصودين. كما يتوجب على متلقي البريد الإلكتروني وملحقاته 
> أن يتفحصوهما دوماً قبل الإطلاع عليهما، للتأكد من خلوهما من الفيروسات 
> الإلكترونية الضارة.
> 
> Qatar General Electricity & Water Corporation  <http://www.km.qa/>
> 
> 
> 
> 
> -- 
> Regards,
> Shruti Dwarkanath Rao
> 
> Graduate Research Assistant, Arizona State University
> Vice Chair: IEEE PES ASU Student Chapter
> Tempe, AZ, 85281
> 650 996 0116
> 
>  
> Disclaimer:
> This e-mail and any attachments may contain information which is 
> confidential. They should not be distributed, disclosed or copied to anyone 
> without the approval of the sender. If you are not one of the intended 
> recipients of this e-mail, please delete the e-mail and any attachments, and 
> all copies, and notify the sender by e-mail or telephone. Confidentiality is 
> not waived or lost by mistaken communication. Before opening this e-mail or 
> an attachment, you should check them for viruses. تنويه هام: هذه الرسالة 
> الإلكترونية وأية ملحقات معها قد تحتوي على معلومات سرية، يجب أن لا يوزعا أو 
> يكشف مضمونهما و/أو نسخهما لأي كان من دون موافقة المرسل. إذا لم تكن واحداً من 
> الأشخاص الموجه لهم هذا البريد الإلكتروني ووصل إلى بريدك الإلكتروني عن طريق 
> الخطاً، يرجى حذف الرسالة مع ملحقاتها فضلاً عن حذف جميع نسخها. وبعد ذلك، يرجى 
> الإتصال بالمرسل عبر البريد الإلكتروني او الهاتف لإبلاغه بالخطأ الحاصل. لا 
> تفقد سرية المعلومات أو يتنازل عنها بسبب خطأ ناجم عن إرسال وتوجيه البريد 
> الالكتروني لأشخاص غير مقصودين. كما يتوجب على متلقي البريد الإلكتروني وملحقاته 
> أن يتفحصوهما دوماً قبل الإطلاع عليهما، للتأكد من خلوهما من الفيروسات 
> الإلكترونية الضارة.
> 
> Qatar General Electricity & Water Corporation  <http://www.km.qa/>
> 

Reply via email to