_images/logo_dark.svg

PyFlow ACDC

Welcome to PyFlow ACDC’s documentation!

This is a python-based tool for the design and analysis of hybrid AC/DC grids

PyFlow ACDC is a program worked on by ADOreD Project.

_images/ADOreD_logo_colours.png

This project has received funding from the European Union’s Horizon Europe Research and Innovation programme under the Marie Skłodowska-Curie grant agreement No 101073554.

This documentation is under active development if any questions arise please contact the authors.

API Documentation

Quick Start

Basic installation:

pip install pyflow-acdc

Basic usage:

import pyflow_acdc as pyf

#Use pre saved grids to familiarize yourself with the package
[grid,res]=pyf.PEI_grid()

pyf.ACDC_sequential(grid,QLimit=False)


res.All()

Indices and tables