mf6rtm — Reactive Transport Modeling with MODFLOW 6 and PHREEQC¶
Reactive transport modeling in Python — MODFLOW 6 coupled with PHREEQC through the PhreeqcRM API.
mf6rtm couples MODFLOW 6 (groundwater flow and transport) with PHREEQC
(geochemistry) through the modflowapi and phreeqcrm APIs, providing a
single Python interface for simulating reactive transport in the subsurface.
pip install mf6rtm
Getting started¶
Introduction — what mf6rtm is and how it is organized.
Tutorials — worked reactive-transport examples.
API Reference — full API reference.
Development — set up a dev environment and contribute.