Expand description
Surge Network — canonical power-system domain model.
This crate owns the canonical system model used by importers, topology processing, solvers, and product surfaces. It contains no solver implementations.
Re-exports§
pub use network::AngleReference;pub use network::DistributedAngleWeight;pub use network::Network;pub use network::NetworkError;pub use ybus::YBus;
Modules§
- dynamics
- Transient stability dynamic model parameter definitions.
- market
- Economic and dispatch layer — costs, offers, reserves, penalties, storage, and operational data.
- network
- Physical power system model — buses, branches, generators, loads, and all equipment types.
- synthetic
- Synthetic power network generator for ML training datasets (P5-B09).
- ybus
- Sparse complex admittance matrix wrapper.