hydromodpy.solver.modflow6.modflow6#

MODFLOW 6 flow solver facade aligned with HydroModPy workflow APIs.

This module exposes Modflow6RuntimeParams and the Modflow6 adapter. Concern-specific helpers live in build (pre_processing), run (processing), postprocess_ops (cell accumulation, native exports) and render (matplotlib overlays). The class methods are thin delegators so this module stays under the 1500 LOC architectural limit.

Classes

Modflow6(geographic[, modflow_config, ...])

Flow solver based on MODFLOW 6 (GWF).

Modflow6RuntimeParams([engine, ...])

Minimal runtime parameters for MODFLOW 6 simulation.