![]() |
deltaFlow
|
Data structures and utility functions for reading and displaying bus and branch data in power system analysis. More...
#include <Eigen/Dense>#include <string>#include <vector>

Go to the source code of this file.
Classes | |
| struct | BusData |
| Contains all relevant data for each bus in the power system. More... | |
| struct | BranchData |
| Contains all relevant data for each transmission line or transformer branch. More... | |
Data structures and utility functions for reading and displaying bus and branch data in power system analysis.
This file defines the BusData and BranchData structures, as well as functions for reading data from CSV files and displaying results. These structures are essential for power system modeling, providing all relevant quantities such as voltages, power, admittance, and transformer tap ratios.
Definition in file Data.H.