Expand description
Prelude for convenient imports
Structs§
- Branch
- A branch (line or transformer) connecting two buses
- Branch
Id - Unique identifier for a branch
- Bus
- A bus (node) in the power network
- BusId
- Unique identifier for a bus
- DcPower
Flow Solver - DC Power Flow Solver
- Generator
- A generator connected to a bus
- Load
- A load connected to a bus
- Network
Data - Network definition for JSON serialization
- Solver
Result - Result from a solver execution
- State
Store - Central storage for simulation state.
- Topology
- Graph-based network topology
Enums§
Traits§
- Grid
Element - Trait for grid elements (buses, branches, generators, loads)
- Output
Handler - Trait for output/observation handlers
- Solver
- Trait for power flow solvers
- Time
Stepper - Trait for time stepping in simulations