Harmony
HARMONic stabilitY assessment of PE-penetrated power systems
Loading...
Searching...
No Matches
Powerflow.h File Reference

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>
Include dependency graph for Powerflow.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

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.