Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ existing part of the code. `timflow` is coded in Python and uses `numba` to spee
evaluation of the line elements and inverse Laplace transforms.
The `transient` submodule 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.
to the time domain numerically using the algorithm of De Hoog, Stokes, and Knight.

## Installation

Expand All @@ -49,10 +49,10 @@ Some of the papers that you may want to cite when using `timflow` are:

* Steady-state flow:
* Bakker, M., and O.D.L. Strack. 2003. Analytic Elements for Multiaquifer Flow.
Journal of Hydrology, 271(1-4), 119-129. [https://doi.org/10.1016/S0022-1694(02)00319-0](https://doi.org/10.1016/S0022-1694(02)00319-0)
Journal of Hydrology, 271(1-4), 119-129. [https://doi.org/10.1016/S0022-1694(02)00319-0](https://doi.org/10.1016/S0022-1694(02)00319-0) or [here](https://github.com/timflow-org/timflow/blob/main/2003_bakker_strack_jofh.pdf).
* Transient flow:
* M. Bakker. 2013. Semi-analytic modeling of transient multi-layer flow with TTim.
Hydrogeology Journal, 21: 935-943. [https://doi.org/10.1007/s10040-013-0975-2](https://doi.org/10.1007/s10040-013-0975-2)
Hydrogeology Journal, 21: 935-943. [https://doi.org/10.1007/s10040-013-0975-2](https://doi.org/10.1007/s10040-013-0975-2) or [here](https://github.com/timflow-org/timflow/blob/main/papers/2013_bakker_ttim_hgj.pdf).
* 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. Available [here](https://github.com/timflow-org/timflow/blob/main/papers/2013_bakker_ttim_theory.pdf).

220 changes: 200 additions & 20 deletions docs/transient/04pumpingtests/confined1_oude_korendijk.ipynb

Large diffs are not rendered by default.

263 changes: 233 additions & 30 deletions docs/transient/04pumpingtests/confined2_grindley.ipynb

Large diffs are not rendered by default.

263 changes: 233 additions & 30 deletions docs/transient/04pumpingtests/confined3_sioux.ipynb

Large diffs are not rendered by default.

306 changes: 282 additions & 24 deletions docs/transient/04pumpingtests/confined4_nevada.ipynb

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions docs/transient/04pumpingtests/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ problems such as pumping tests and slug tests. More to come soon.
:caption: unconfined aquifers

unconfined1_moench
unconfined2_vennebulten

Confined Pumping Tests
----------------------
Expand Down Expand Up @@ -68,3 +69,4 @@ Unconfined Pumping Tests
------------------------

1. :doc:`Moench <unconfined1_moench>` - Unconfined pumping test with a partially penetrating well and observation wells at multiple depths.
1. :doc:`Vennebulten <unconfined2_vennebulten>` - Unconfined pumping test with a partially penetrating well and observation wells at multiple depths.
383 changes: 345 additions & 38 deletions docs/transient/04pumpingtests/leaky1_dalem.ipynb

Large diffs are not rendered by default.

Loading