bus.hpp file
Busbar electrical model definition.
Defines the Bus struct representing an electrical busbar (node) in a power system network. Buses serve as connection points for generators, demands, and transmission lines.
JSON Example
{ "uid": 1, "name": "b1", "voltage": 220.0, "use_kirchhoff": true }
Namespaces
- namespace gtopt
Classes
- struct gtopt::Bus
- Electrical busbar (node) in the power network.