hydromodpy.physics.flow.boundary_condition_registry#
Flow boundary-condition registry and runtime bundle helpers.
The normalized [flow.bc] payload stores user-facing boundary definitions. This module keeps the process-level inventory explicit: which identifiers are canonical, which family they belong to, and which backend slices currently know how to translate them.
Module attributes
|
Stable side-boundary order used by config, runtime, and solver adapters. |
|
Canonical boundary-condition definitions supported by the flow process. |
|
All canonical flow boundary ids accepted by |
Functions
|
Return active side Dirichlet ids for one Flow-like object. |
|
Return the current boundary-condition bundle for a Flow-like object. |
|
Return configured boundary conditions from a Flow-like object. |
|
Return the canonical definition for one boundary id, when known. |
|
Return all canonical Dirichlet ids in a stable order. |
|
Return whether one boundary id is active on a Flow-like object. |
|
Return side Dirichlet ids in a stable solver-facing order. |
|
Return canonical active boundary ids supported by one backend slice. |
Classes
|
Runtime view grouping configured and active flow boundary conditions. |
|
One canonical flow boundary-condition definition. |