×
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

designing a power system simulator

designing a power system simulator

designing a power system simulator

(OP)
i study EE engineering and we have a power system package which executes gauss siedel mathod,newton raphson method and fast decoupeled method for load flow studies.
But i want to build my own such package how to build one how do i start to work in such platform What are the prerequisites should i have?
I know embedded c programing..

RE: designing a power system simulator

If you must write your own software (which I don't recommend - I recommend using off-the-shelf software), simply get a power systems analysis book - I used Grainger and Stevenson - and write the code to execute the formulas in the text. It's not hard if you can program already and are using software with a good linear algebra library. In graduate school, I used MATLAB to write solvers for each of the power flow analysis methods you mentioned, along with algorithms for step-by-step building of the nodal bus impedance matrix using a command line interface as well as open- and short-circuit analysis routines, and I didn't spend more than two or three days doing it.

xnuke
"Live and act within the limit of your knowledge and keep expanding it to the limit of your life." Ayn Rand, Atlas Shrugged.
Please see FAQ731-376: Eng-Tips.com Forum Policies for tips on how to make the best use of Eng-Tips.

RE: designing a power system simulator

It is certainly an interesting exercise to write a program for load flow and short circuit calculations. But is is worth of the effort? It may be, if the program shall have some special properties that are not available in existing programs. But it might take a long time to write such a program, much longer than a couple of days, especially if the program shall have a graphical user interface. (It took several years for me, see http://pp.kpnet.fi/ijl !).

RE: designing a power system simulator

I would suggest contacting the a person that has a free load flow program called Elplex and ask him http://pp.kpnet.fi/ijl/ I think it is written by Jorge Cordenas of Finland.

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