pyflow-acdc

Welcome to the pyflow-acdc 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 by CITCEA-UPC in collaboration with Youwind.

_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

Grid Management:

Quick Start

Basic installation:

pip install pyflow-acdc
import pyflow_acdc as pyf
#Use pre saved grids to familiarize yourself with the package
[grid,res]=pyf.cases['PEI_grid']()
pyf.acdc_sequential(grid,QLimit=False)
res.all()

Indices and tables