Expand description
§qsim-core
Core engine, traits, and state management for power grid simulation.
§Key Components
GridElement— Trait for all grid elementsSolver— Trait for power flow solversStateStore— Central state storageTopology— Graph-based network topology
Structs§
- Branch
Id - Unique identifier for a branch
- BusId
- Unique identifier for a bus
- Solver
Result - Result from a solver execution
- State
Store - Central storage for simulation state.
- Topology
- Graph-based network topology
- Topology
Edge - Edge data in the topology graph
- Topology
Node - Node data in the topology graph
Enums§
- Core
Error - Core error types
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