bloc.reactors.builders#

STONE YAML builders and post-build hooks for industrial reactor models.

Exceptions#

ReactorConfigError

Raised when a reactor node is misconfigured in a way that must hard-fail.

Module Contents#

exception bloc.reactors.builders.ReactorConfigError#

Bases: ValueError

Raised when a reactor node is misconfigured in a way that must hard-fail.

Distinct type so BlocConverter can fail-fast on it (Boulder’s post_build otherwise downgrades hook exceptions to a warning, silently leaving the reactor without its solved outlet state).