Transient multi-layer AEM Model
Project description
TTim, A Multi-Layer, Transient, Analytic Element Model
Introduction
TTim is a computer program for the modeling of transient multi-layer flow with analytic elements. TTim is based on the Laplace-transform analytic element method. The solution is computed analytically in the Laplace domain and converted back to the time domain numerically usig the algorithm of De Hoog, Stokes, and Knight. TTim may be applied to an arbitrary number of aquifers and leaky layers. The head, flow, and leakage between aquifers may be computed semi-analytically at any point in space and time. The design of TTim is object-oriented and has been kept simple and flexible. New analytic elements may be added to the code without making any changes in the existing part of the code. TTim is coded in Python and uses numba to speed up evaluation of the line elements and inverse laplace transforms.
Latest version
New in version 0.5:
- FORTRAN extension has been ported to Python and numba (many thanks to Davíd Brakenhoff)
- Python invlap routine (again with numba) ported from routine by Kris Kuhlman
- New invlap routine requires fewer terms in inverse Laplace transform (M=10 is usually enough)
- Calibrate now works on ranges of parameters.
- Calibrate now adjusts c values between layers when calibrating for hydraulic conductivity in Model3D
Installation
Python versions and dependencies
TTim requires Python >= 3.6 and can be installed from PyPI. Required packages: NumPy >=1.12, Scipy >=0.19 and matplotlib >=2.0, numba>=0.4, lmfit>=1.0
Installation:
To install TTim, open a command prompt or the anaconda prompt and type:
pip install ttim
To update TTim type:
pip install ttim --upgrade
To uninstall TTim type:
pip uninstall ttim
Documentation
- The manual is available from the docs directory or can be viewed here.
- Example Notebooks are available from the notebooks directory on github, of from here.
Citation
Some of the papers that you may want to cite when using TTim are:
- M. Bakker. 2013. Semi-analytic modeling of transient multi-layer flow with TTim. Hydrogeology Journal, 21: 935�943.
- M .Bakker. 2013. Analytic modeling of transient multi-layer flow. In: Advances in Hydrogeology, edited by P Mishra and K Kuhlman, Springer, Heidelberg, 95-114.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file ttim-0.6.4.tar.gz
.
File metadata
- Download URL: ttim-0.6.4.tar.gz
- Upload date:
- Size: 62.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7ee4b85314a0f443e2b1b690772f5932c93d8367b6d17197d895816ad693d12c |
|
MD5 | 0ab11754cd696b14f809cefa46418f39 |
|
BLAKE2b-256 | 081a9a2967cac44825fcbaa537c79235a5172ac7f43e420b3931499328b4dfcb |
File details
Details for the file ttim-0.6.4-py3-none-any.whl
.
File metadata
- Download URL: ttim-0.6.4-py3-none-any.whl
- Upload date:
- Size: 72.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cb3e1ba528abbd11794d41618b7eb1fae08c6c73cb898f996a150e8e787751d8 |
|
MD5 | 042b14bf775414a14a21cedd5b220110 |
|
BLAKE2b-256 | 5cc0449075ed52e9f171be7e98fa86a8eae33860caddc38258f972b2852f94e6 |