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