×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

Power flow methods

Power flow methods

Power flow methods

(OP)
I want to get detailed information on there different types of power flow methods. Are there any sources of this information on the web??

RE: Power flow methods

This has been the subject of a great deal of research over the past few decades. Computation techniques including artificial intelligence, genetic algorithms, etc. are being developed (GA load flow techniques was the subject of my Master's degree project 10 years ago.)

Stoll, Harry - Least Cost Electric Utility Planning
http://www.dromeydesign.com/dess/lfa.htm
http://www.pserc.wisc.edu/ecow/get/publicatio/1999public/OPF.RHL.PSerc.9903.pdf
http://www.icfconsulting.com/Markets/Energy/doc_files/OPF_snapshot.pdf
http://www.sor.princeton.edu/~rvdb/ampl/nlmodels/power/

RE: Power flow methods

Interesting. What's a genetic algorithm?

=====================================
Eng-tips forums: The best place on the web for engineering discussions.

RE: Power flow methods

A Genetic Algorithm (GA) is an optimization method motivated by natural selection and genetics.  Parameters of the problem are encoded into a finite length string utilizing a user-defined alphabet (a common approach is to use binary). Once the problem is encoded, the solution begins with a population of solutions (sometimes just random numbers). The GA moves from one generation to the next by evaluating the fitness of each member of the population (i.e., how well it solves the initial problem), selecting the members to parent the next generation (based on fitness) then creating the next generation of solutions.

A good reference on GAs is by David Goldberg.

RE: Power flow methods

jnims summarized genetic programming well. Also see these links
http://lancet.mit.edu/~mbwall/presentations/IntroToGAs/P001.html
http://www.doc.ic.ac.uk/~nd/surprise_96/journal/vol4/tcw2/report.html
http://www.cai.sk/Volumes/Volume_17_1998_No2-3.htm

Recently GA's have started showing up in commercial software-
http://www.etap.com/ocp.htm

Kit Po Wong at HK Polytechnic is a leader in the application of genetic programming to power systems problems.
http://www.ee.polyu.edu.hk/staff/eekpwong/kpwong.html

To get back to the original question, there are numerous possible objectives for load flow calculations. Generally the goal is to computationally model the steady state condition of a power system. Normally you specify real and reactive power flow in and out of each bus and designate one “swing” bus to provide one degree of freedom for the system. The load flow computation then calculates the voltage at each bus and complex power flows and losses.

Programs can adjust various system parameters to optimize certain results. For example you can attempt to mimize system losses, minimize cost of generation while maintaining required reserves, optimize system voltages, reactive power flow or stability margins, etc. These are very computationally intensive calculations for large systems so there is a lot of research on methods to improve speed and accuracy. Many of these give rise to non-linear conditions. GA's are good at handling non-linear systems.

That's about all I can remember.

RE: Power flow methods

Comment: The steady-state operation of power systems as a topic for the study is named power flow or load flow.
There is a need to derive system equations describing the power system. The system equations are nonlinear. Two trial and error iterative methods, Gauss-Seidel and Newton-Raphson, are used to provide approximate solutions. A simplified linearized power flow called DC power flow can also be used.

RE: Power flow methods

Thanks for the useful info Ahleman, I have come across the Gauss Seidel shall and Newton Raphson (iterative) methods but am intrigued by the GA technique you mention - I will follow the threads.

Some more fodder for the grey matter to process

_______________________________________
Regards -

Colin J Flatters
Consulting Engineer & Project Manager

RE: Power flow methods

don't rely on one program. use a different load flow program to check the results of the program you use.

RE: Power flow methods

Certain notions mentioned in above postings are clearly covered in the following link:
http://www.solver.com/gabasics.htm
for example:
Drawbacks of Evolutionary Algorithms

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources