Post Reply 
AC Load Flow solver for the HP71 with Math ROM
10-21-2017, 01:00 AM
Post: #1
AC Load Flow solver for the HP71 with Math ROM

.txt  pflow.txt (Size: 15.23 KB / Downloads: 10) Hello all...

I thought that I should share a couple of BASIC programs for the HP71B that let you solve AC load flow problems for small systems. Because it relies on complex arithmetic, it needs the Math ROM, as well as the KEYWAIT lex file that provides the KEYWAIT$ function.

In the attached text file, there are two programs: PFEDIT lets you create a load flow case data in a text file. The format is similar to that used in the MATPOWER package (http://www.pserc.cornell.edu/matpower) . PFLOW lets you load a power flow case, solve it using Newton's method, and edit/change system parameters, as well as saving a solved case in another text file. The programs need the data structure definition contained in another text file called PFDATDEF; I also include text fles defining a simple 3-bus case and the IEEE 9 bus test case. The programs only allow one generator per bus.

The numerical techniques are pretty much those used in the MATPOWER package (which I co-authored). The 9 bus case is solved in a little over 4 minutes and 3 Newton iterations.

Enjoy!
Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)