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

Standalone OPF network visualization interface. More...

#include <Eigen/Dense>
#include <vector>
#include <array>
Include dependency graph for viz_opf.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  OPFVisualData
 Container for all OPF topology and solution data needed by viz_opf(). More...
 

Functions

void viz_opf (const OPFVisualData &data)
 Opens an interactive AC/DC OPF network diagram.
 

Detailed Description

Standalone OPF network visualization interface.

Lightweight header defining the OPFVisualData payload and viz_opf() entry point for rendering AC/DC OPF results without pulling in the full Visualization.h module graph.

Function Documentation

◆ viz_opf()

void viz_opf ( const OPFVisualData data)