model ===== .. py:module:: timflow.transient.model .. autoapi-nested-parse:: Models for transient flow. Defines `ModelMaq` and `Model3D` to construct transient aquifer systems and solve for heads and flows over time. Example:: ml = ModelMaq(kaq=[10, 20], z=[20, 12, 10, 0], c=[1000], Saq=[1e-4, 1e-4]) # ... add elements ml.solve() .. !! processed by numpydoc !! Classes ------- .. toctree:: :hidden: /api/timflow/transient/model/ModelMaq /api/timflow/transient/model/Model3D /api/timflow/transient/model/ModelXsection .. autoapisummary:: timflow.transient.model.ModelMaq timflow.transient.model.Model3D timflow.transient.model.ModelXsection