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.
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.
Introduction:
API Documentation¶
Grid Management:
Power Flow Analysis:
Time Series & Analysis:
Transmission Expansion Planning:
- Transmission Expansion Planning Module
- Sequential STEP
- Pymoo Transmission Expansion Planning Module
- Multi period Transmission Expansion Planning Module
- Wind Farm Array Sizing Module
Visualization & Export:
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()