PYACDCPF is a a sequential ac/dc power flow solver. It is a port of MatACDC to the Python programming language. Current features include:
- AC and DC sequential power flow and
- HVDC converter limit plotting using matplotlib
PYACDCPF depends upon:
- Python 3.3 or later
- PYPOWER 5.0 or later
- matplotlib 1.0 or later
- NumPy 1.0 or later and
- SciPy 0.9 or later.
It can be installed after unpacking the package using:
$ python setup.py install
PYACDCPF module can be used first by importing runacdcpf from PYACDCPF module:
>>> from pyacdcpf import runacdcpf >>> resultac, resultdc, converged, te = pfacdc.runacdcpf()
Questions and comments regarding PYACDCPF should be directed to:
roi@et.aau.dk