|
Harmony
HARMONic stabilitY assessment of PE-penetrated power systems
|
AC/DC optimal power flow (OPF) solver and network data assembly. More...
#include "../../Constants.h"#include "../../Bus.h"#include <string>#include <unordered_map>#include <map>#include <vector>#include <utility>#include <stdexcept>#include <cmath>#include <algorithm>#include <cctype>

Go to the source code of this file.
Classes | |
| struct | DCBusResult |
| Per-bus DC-side OPF solution quantities. More... | |
| class | PowerFlow |
| Combined AC/DC optimal power flow solver. More... | |
AC/DC optimal power flow (OPF) solver and network data assembly.
Loads MATPOWER-style case data, builds AC and DC network matrices from a Harmony Network object, solves the combined OPF problem, and exposes per-bus results for downstream use or visualization.