Skip to main content

Module kron

Module kron 

Source
Expand description

Explicit-neutral Kron projection for MulticonductorNetwork.

This is a same-family network transformation, not an OPF formulation. It removes one identified neutral terminal per bus, applies the exact Schur complement to each referenced primitive series-impedance matrix, and rewrites terminal maps and conductor-indexed data onto the retained conductors. The input handle is never mutated.

Structs§

NeutralKronAction
One auditable non-matrix rewrite performed by the projection.
NeutralKronBus
One eliminated bus terminal.
NeutralKronOptions
Options controlling explicit-neutral identification and grounding.
NeutralKronRecovery
Neutral-current recovery for one reduced linecode.
NeutralKronReduction
The independently owned reduced network and its projection audit.
NeutralKronReport
Complete audit of one neutral-Kron projection.

Enums§

NeutralKronGrounding
How the eliminated neutral was grounded in the source network.

Functions§

neutral_kron_reduce
Produce a neutral-reduced multiconductor network without mutating the input. Neutral roles come from options.neutral_terminals, retained BMOPF terminal conventions, or the model’s conservative n / four-wire 4 convention. Only perfectly grounded neutrals are accepted unless the explicit forced-ground option is enabled.