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

Top-level electrical network container: buses, elements, connections, and hierarchical grids. More...

#include "Constants.h"
#include <memory>
Include dependency graph for network.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Network
 Root network model holding buses, elements, and AC/DC grid hierarchy. More...
 

Typedefs

using Net = std::unordered_map< Bus *, std::vector< Element * > >
 Maps each bus to the elements connected at its terminals.
 

Detailed Description

Top-level electrical network container: buses, elements, connections, and hierarchical grids.

Typedef Documentation

◆ Net

using Net = std::unordered_map<Bus*, std::vector<Element*> >

Maps each bus to the elements connected at its terminals.

Outer key is a bus pointer; value is the list of elements attached to that bus.