Skip to content

A sequential AC/DC power flow solver. It is a port of MatACDC to the Python programming language.

Notifications You must be signed in to change notification settings

coek34/PyACDCPF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

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

Installation

PYACDCPF depends upon:

It can be installed after unpacking the package using:

$ python setup.py install

Using PYACDCPF

PYACDCPF module can be used first by importing runacdcpf from PYACDCPF module:

>>> from pyacdcpf import runacdcpf
>>> resultac, resultdc, converged, te = pfacdc.runacdcpf()

Support

Questions and comments regarding PYACDCPF should be directed to:

roi@et.aau.dk

Links

About

A sequential AC/DC power flow solver. It is a port of MatACDC to the Python programming language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published