Expand description
The canonical multiconductor network model.
Wire coordinates with BMOPF semantics: string bus ids, ordered string terminal names per bus, explicit grounding on buses, terminal maps on every element, SI units (V, W, var, ohm, S, meters) and radians. Terminal names are the OpenDSS node numbers as strings; implicit ground connections materialize as an explicit perfectly grounded neutral terminal on the bus (named 4 on a three phase bus), the convention PowerModelsDistribution and the public BMOPF examples share.
Transformer impedances stay in the per unit form the source formats use
(r_pct, xsc_pct as percent of the winding base); the BMOPF writer
converts to ohms on the wye side at emission. Everything an element
carries beyond the typed fields lives in its extras map.
Structs§
- DistBus
- Dist
Generator - Dist
Line - Dist
Line Code - Dist
Load - Dist
Network - A multiconductor distribution network.
- Dist
Shunt - Dist
Switch - Dist
Transformer - Untyped
Object - An object the reader recognized but does not type: preserved by class, name, and raw property text so conversions can warn precisely.
- Voltage
Source - Winding
Enums§
- Configuration
- Dist
Load Voltage Model - Dist
Source Format - Where the network came from; fixes the echo tier target.
- Winding
Conn
Type Aliases§
- Extras
- Mat
- A square matrix in conductor order, row major.
- Multiconductor
Network - v1-facing name for the canonical multiconductor distribution model.