PyFlow Code
Brought to you by:
wacenovsky
| File | Date | Author | Commit |
|---|---|---|---|
| README.TXT | 2011-06-21 | wacenovsky | [r3] |
| busses.csv | 2011-06-21 | wacenovsky | [r3] |
| lineModel.py | 2011-06-21 | wacenovsky | [r2] |
| lines.csv | 2011-06-21 | wacenovsky | [r3] |
| outfile.xml | 2011-06-21 | wacenovsky | [r3] |
| trafos.csv | 2011-06-21 | wacenovsky | [r3] |
PyFlo is a simple, python based Power Flow solver, based on Newton Raphson method. Network elements and their topology are passed via a set of input files, representing nodes, lines, linear loads and transformers. Non linear voltage-load dependences are supported to some extend. At the moment single phase analysis is supported, however a three phase solver will is a future goal. Output is written to xml. A very simple php/java script solution is used to display load flow results on a graphical world map. PyFlo employs NumPy to solve underlying sparse matrix equations. Contact: michael.wacenovsky@siemens.com