timflow 0.1.0__tar.gz → 0.2.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (333) hide show
  1. {timflow-0.1.0 → timflow-0.2.0}/.github/workflows/ci-transient.yml +1 -1
  2. {timflow-0.1.0 → timflow-0.2.0}/PKG-INFO +8 -3
  3. {timflow-0.1.0 → timflow-0.2.0}/README.md +4 -2
  4. {timflow-0.1.0 → timflow-0.2.0}/docs/steady/00userguide/howtos/howto_convert_timml_model.ipynb +4 -2
  5. {timflow-0.1.0 → timflow-0.2.0}/docs/steady/00userguide/howtos/howto_select_a_model.ipynb +4 -2
  6. {timflow-0.1.0 → timflow-0.2.0}/docs/steady/00userguide/tutorials/tutorial0_well_single_layer_aquifer.ipynb +4 -2
  7. {timflow-0.1.0 → timflow-0.2.0}/docs/steady/00userguide/tutorials/tutorial1_well_multi_layer_aquifer.ipynb +4 -2
  8. {timflow-0.1.0 → timflow-0.2.0}/docs/steady/02examples/00_single_layer_model.ipynb +4 -2
  9. {timflow-0.1.0 → timflow-0.2.0}/docs/steady/02examples/01_well_in_uniform_flow.ipynb +4 -2
  10. {timflow-0.1.0 → timflow-0.2.0}/docs/steady/02examples/02_wells_rivers_and_recharge.ipynb +4 -2
  11. {timflow-0.1.0 → timflow-0.2.0}/docs/steady/02examples/03a_modeling_inhomogeneities.ipynb +4 -2
  12. {timflow-0.1.0 → timflow-0.2.0}/docs/steady/02examples/03b_modeling_inhomogeneities3D.ipynb +4 -2
  13. {timflow-0.1.0 → timflow-0.2.0}/docs/steady/02examples/04_horizontal_wells.ipynb +4 -2
  14. {timflow-0.1.0 → timflow-0.2.0}/docs/steady/02examples/05_impermeable_walls.ipynb +4 -2
  15. {timflow-0.1.0 → timflow-0.2.0}/docs/steady/02examples/building_pit.ipynb +4 -2
  16. {timflow-0.1.0 → timflow-0.2.0}/docs/steady/02examples/circular_area_sink.ipynb +5 -3
  17. {timflow-0.1.0 → timflow-0.2.0}/docs/steady/02examples/collector_wells.ipynb +4 -2
  18. {timflow-0.1.0 → timflow-0.2.0}/docs/steady/02examples/connected_wells.ipynb +16 -5
  19. {timflow-0.1.0 → timflow-0.2.0}/docs/steady/03xsections/cross_section_models.ipynb +19 -4
  20. {timflow-0.1.0 → timflow-0.2.0}/docs/steady/04benchmarks/large_diameter_experimental.ipynb +4 -2
  21. {timflow-0.1.0 → timflow-0.2.0}/docs/steady/04benchmarks/test_circular_buildingpit.ipynb +4 -2
  22. {timflow-0.1.0 → timflow-0.2.0}/docs/steady/04benchmarks/test_linesink_discharge.ipynb +4 -2
  23. {timflow-0.1.0 → timflow-0.2.0}/docs/steady/04benchmarks/test_linesinkstrings.ipynb +4 -2
  24. {timflow-0.1.0 → timflow-0.2.0}/docs/steady/04benchmarks/test_normal_flux.ipynb +4 -2
  25. {timflow-0.1.0 → timflow-0.2.0}/docs/steady/04benchmarks/test_polygon_areasink.ipynb +4 -2
  26. {timflow-0.1.0 → timflow-0.2.0}/docs/steady/04benchmarks/test_well_near_lake.ipynb +4 -2
  27. {timflow-0.1.0 → timflow-0.2.0}/docs/steady/04benchmarks/test_wells.ipynb +4 -2
  28. {timflow-0.1.0 → timflow-0.2.0}/docs/steady/04benchmarks/test_wells_with_resistance.ipynb +4 -2
  29. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/00userguide/howtos/howto_convert_ttim_model.ipynb +5 -3
  30. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/00userguide/howtos/howto_fluctuating_head_boundary.ipynb +36 -4
  31. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/00userguide/howtos/howto_pumpingtest.ipynb +4 -2
  32. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/00userguide/howtos/howto_select_a_model.ipynb +16 -2
  33. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/00userguide/howtos/howto_xsection_model.ipynb +29 -4
  34. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/00userguide/tutorials/tutorial0_start_a_model.ipynb +16 -3
  35. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/02examples/circareasink_example.ipynb +4 -2
  36. timflow-0.2.0/docs/transient/02examples/connected_wells.ipynb +589 -0
  37. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/02examples/higher_order_head_linesink.ipynb +4 -2
  38. timflow-0.2.0/docs/transient/02examples/horizontal_well.ipynb +184 -0
  39. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/02examples/index.rst +14 -0
  40. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/02examples/line_sink_well_sol.ipynb +20 -5
  41. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/02examples/meandering_river.ipynb +16 -3
  42. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/02examples/pathline_trace.ipynb +4 -2
  43. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/02examples/well_in_multilayer_system.ipynb +20 -5
  44. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/02examples/well_near_wall.ipynb +4 -2
  45. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/02examples/wells_in_different_systems.ipynb +4 -2
  46. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/03xsections/1d_elements.ipynb +34 -4
  47. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/03xsections/1d_given_linesink.ipynb +18 -7
  48. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/03xsections/1d_inhom_elements.ipynb +29 -28
  49. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/03xsections/river_in_cross_section.ipynb +42 -15
  50. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/03xsections/stripareasink.ipynb +21 -13
  51. timflow-0.2.0/docs/transient/04pumpingtests/confined1_oude_korendijk.ipynb +402 -0
  52. timflow-0.2.0/docs/transient/04pumpingtests/confined2_grindley.ipynb +474 -0
  53. timflow-0.2.0/docs/transient/04pumpingtests/confined3_sioux.ipynb +454 -0
  54. timflow-0.2.0/docs/transient/04pumpingtests/confined4_nevada.ipynb +504 -0
  55. timflow-0.2.0/docs/transient/04pumpingtests/data/schroth_obs3.txt +11 -0
  56. timflow-0.2.0/docs/transient/04pumpingtests/figs/Dawsonville.png +0 -0
  57. timflow-0.2.0/docs/transient/04pumpingtests/figs/Moench.png +0 -0
  58. timflow-0.2.0/docs/transient/04pumpingtests/figs/Multi_well.png +0 -0
  59. timflow-0.2.0/docs/transient/04pumpingtests/figs/Vennebulten.png +0 -0
  60. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/index.rst +24 -3
  61. timflow-0.2.0/docs/transient/04pumpingtests/leaky1_dalem.ipynb +448 -0
  62. timflow-0.2.0/docs/transient/04pumpingtests/leaky2_hardixveld.ipynb +340 -0
  63. timflow-0.2.0/docs/transient/04pumpingtests/leaky3_texashill.ipynb +464 -0
  64. timflow-0.2.0/docs/transient/04pumpingtests/slug1_pratt_county.ipynb +474 -0
  65. timflow-0.2.0/docs/transient/04pumpingtests/slug2_multiwell.ipynb +457 -0
  66. timflow-0.1.0/docs/transient/04pumpingtests/slug2_falling_head.ipynb → timflow-0.2.0/docs/transient/04pumpingtests/slug3_falling_head.ipynb +60 -41
  67. timflow-0.2.0/docs/transient/04pumpingtests/slug4_dawsonville.ipynb +409 -0
  68. timflow-0.2.0/docs/transient/04pumpingtests/unconfined1_moench.ipynb +285 -0
  69. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/05benchmarks/compare_wells_linesink.ipynb +4 -2
  70. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/05benchmarks/index.rst +5 -1
  71. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/05benchmarks/line-sink-ditch.ipynb +4 -2
  72. timflow-0.2.0/docs/transient/05benchmarks/river1d.ipynb +357 -0
  73. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/05benchmarks/synthetic0_data.ipynb +4 -2
  74. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/05benchmarks/synthetic_calibrate_2aquifers.ipynb +4 -2
  75. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/05benchmarks/synthetic_test_calibrate.ipynb +4 -2
  76. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/05benchmarks/test_line_elements.ipynb +4 -2
  77. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/05benchmarks/theis_storage.ipynb +4 -2
  78. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/05benchmarks/ttim_neuman_comparison.ipynb +17 -3
  79. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/05benchmarks/validation_tidal_wave_with_Bruggeman.ipynb +15 -7
  80. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/05benchmarks/well_benchmarks.ipynb +5 -3
  81. timflow-0.2.0/docs/transient/05benchmarks/well_near_leaky_river.ipynb +217 -0
  82. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/05benchmarks/well_near_river_or_wall.ipynb +34 -10
  83. timflow-0.2.0/papers/2013_bakker_ttim_theory.pdf +0 -0
  84. {timflow-0.1.0 → timflow-0.2.0}/pyproject.toml +14 -7
  85. timflow-0.2.0/tests/transient/test_wellstring.py +64 -0
  86. {timflow-0.1.0 → timflow-0.2.0}/timflow/steady/aquifer.py +19 -18
  87. {timflow-0.1.0 → timflow-0.2.0}/timflow/steady/aquifer_parameters.py +10 -10
  88. {timflow-0.1.0 → timflow-0.2.0}/timflow/steady/constant.py +1 -1
  89. {timflow-0.1.0 → timflow-0.2.0}/timflow/steady/inhomogeneity1d.py +17 -5
  90. {timflow-0.1.0 → timflow-0.2.0}/timflow/steady/linedoublet.py +2 -4
  91. {timflow-0.1.0 → timflow-0.2.0}/timflow/steady/linesink.py +13 -12
  92. {timflow-0.1.0 → timflow-0.2.0}/timflow/steady/model.py +127 -18
  93. {timflow-0.1.0 → timflow-0.2.0}/timflow/steady/plots.py +7 -1
  94. {timflow-0.1.0 → timflow-0.2.0}/timflow/steady/well.py +17 -12
  95. {timflow-0.1.0 → timflow-0.2.0}/timflow/transient/__init__.py +8 -1
  96. {timflow-0.1.0 → timflow-0.2.0}/timflow/transient/aquifer.py +23 -10
  97. {timflow-0.1.0 → timflow-0.2.0}/timflow/transient/aquifer_parameters.py +12 -3
  98. {timflow-0.1.0 → timflow-0.2.0}/timflow/transient/circareasink.py +3 -4
  99. {timflow-0.1.0 → timflow-0.2.0}/timflow/transient/circinhom.py +8 -9
  100. {timflow-0.1.0 → timflow-0.2.0}/timflow/transient/inhom1d.py +54 -19
  101. {timflow-0.1.0 → timflow-0.2.0}/timflow/transient/linedoublet.py +5 -6
  102. {timflow-0.1.0 → timflow-0.2.0}/timflow/transient/linesink.py +12 -13
  103. {timflow-0.1.0 → timflow-0.2.0}/timflow/transient/model.py +176 -34
  104. {timflow-0.1.0 → timflow-0.2.0}/timflow/transient/plots.py +100 -1
  105. {timflow-0.1.0 → timflow-0.2.0}/timflow/transient/stripareasink.py +5 -1
  106. {timflow-0.1.0 → timflow-0.2.0}/timflow/transient/well.py +349 -4
  107. {timflow-0.1.0 → timflow-0.2.0}/timflow/version.py +1 -1
  108. {timflow-0.1.0 → timflow-0.2.0}/timflow.egg-info/PKG-INFO +8 -3
  109. {timflow-0.1.0 → timflow-0.2.0}/timflow.egg-info/SOURCES.txt +18 -9
  110. {timflow-0.1.0 → timflow-0.2.0}/timflow.egg-info/requires.txt +4 -0
  111. {timflow-0.1.0 → timflow-0.2.0}/timflow.egg-info/top_level.txt +1 -0
  112. timflow-0.2.0/utils/clear_notebooks.py +51 -0
  113. timflow-0.1.0/docs/transient/04pumpingtests/confined1_oude_korendijk.ipynb +0 -244
  114. timflow-0.1.0/docs/transient/04pumpingtests/confined2_grindley.ipynb +0 -345
  115. timflow-0.1.0/docs/transient/04pumpingtests/figs/Dalem.png +0 -0
  116. timflow-0.1.0/docs/transient/04pumpingtests/figs/Dalem_model1.jpeg +0 -0
  117. timflow-0.1.0/docs/transient/04pumpingtests/figs/Dalem_model2.png +0 -0
  118. timflow-0.1.0/docs/transient/04pumpingtests/figs/Hardinxveld.jpeg +0 -0
  119. timflow-0.1.0/docs/transient/04pumpingtests/figs/Nevada.png +0 -0
  120. timflow-0.1.0/docs/transient/04pumpingtests/figs/Schroth.jpeg +0 -0
  121. timflow-0.1.0/docs/transient/04pumpingtests/figs/Schroth.png +0 -0
  122. timflow-0.1.0/docs/transient/04pumpingtests/figs/TexasHill.png +0 -0
  123. timflow-0.1.0/docs/transient/04pumpingtests/leaky1_dalem.ipynb +0 -283
  124. timflow-0.1.0/docs/transient/04pumpingtests/leaky2_hardixveld.ipynb +0 -236
  125. timflow-0.1.0/docs/transient/04pumpingtests/slug1_pratt_county.ipynb +0 -266
  126. timflow-0.1.0/utils/clear_notebooks.py +0 -49
  127. {timflow-0.1.0 → timflow-0.2.0}/.git-blame-ignore-revs +0 -0
  128. {timflow-0.1.0 → timflow-0.2.0}/.github/workflows/ci-general.yml +0 -0
  129. {timflow-0.1.0 → timflow-0.2.0}/.github/workflows/ci-steady.yml +0 -0
  130. {timflow-0.1.0 → timflow-0.2.0}/.github/workflows/lint.yml +0 -0
  131. {timflow-0.1.0 → timflow-0.2.0}/.github/workflows/pypi-publish.yml +0 -0
  132. {timflow-0.1.0 → timflow-0.2.0}/.gitignore +0 -0
  133. {timflow-0.1.0 → timflow-0.2.0}/.python-version +0 -0
  134. {timflow-0.1.0 → timflow-0.2.0}/.readthedocs.yaml +0 -0
  135. {timflow-0.1.0 → timflow-0.2.0}/CITATION.cff +0 -0
  136. {timflow-0.1.0 → timflow-0.2.0}/LICENSE +0 -0
  137. {timflow-0.1.0 → timflow-0.2.0}/docs/Makefile +0 -0
  138. {timflow-0.1.0 → timflow-0.2.0}/docs/_static/css/custom.css +0 -0
  139. {timflow-0.1.0 → timflow-0.2.0}/docs/_static/example_output_steady.png +0 -0
  140. {timflow-0.1.0 → timflow-0.2.0}/docs/_static/example_output_transient.png +0 -0
  141. {timflow-0.1.0 → timflow-0.2.0}/docs/_static/timflow_icon.png +0 -0
  142. {timflow-0.1.0 → timflow-0.2.0}/docs/_static/timflow_logo.jpeg +0 -0
  143. {timflow-0.1.0 → timflow-0.2.0}/docs/_templates/autoapi/index.rst +0 -0
  144. {timflow-0.1.0 → timflow-0.2.0}/docs/_templates/autoapi/python/module.rst +0 -0
  145. {timflow-0.1.0 → timflow-0.2.0}/docs/_templates/autosummary/class.rst +0 -0
  146. {timflow-0.1.0 → timflow-0.2.0}/docs/_templates/autosummary/module.rst +0 -0
  147. {timflow-0.1.0 → timflow-0.2.0}/docs/about/index.rst +0 -0
  148. {timflow-0.1.0 → timflow-0.2.0}/docs/about/publications.bib +0 -0
  149. {timflow-0.1.0 → timflow-0.2.0}/docs/conf.py +0 -0
  150. {timflow-0.1.0 → timflow-0.2.0}/docs/index.rst +0 -0
  151. {timflow-0.1.0 → timflow-0.2.0}/docs/steady/00userguide/index.rst +0 -0
  152. {timflow-0.1.0 → timflow-0.2.0}/docs/steady/01concepts/elements/areasinks.rst +0 -0
  153. {timflow-0.1.0 → timflow-0.2.0}/docs/steady/01concepts/elements/constant.rst +0 -0
  154. {timflow-0.1.0 → timflow-0.2.0}/docs/steady/01concepts/elements/index.rst +0 -0
  155. {timflow-0.1.0 → timflow-0.2.0}/docs/steady/01concepts/elements/inhoms.rst +0 -0
  156. {timflow-0.1.0 → timflow-0.2.0}/docs/steady/01concepts/elements/linedoublets.rst +0 -0
  157. {timflow-0.1.0 → timflow-0.2.0}/docs/steady/01concepts/elements/linesinks.rst +0 -0
  158. {timflow-0.1.0 → timflow-0.2.0}/docs/steady/01concepts/elements/uflow.rst +0 -0
  159. {timflow-0.1.0 → timflow-0.2.0}/docs/steady/01concepts/elements/wells.rst +0 -0
  160. {timflow-0.1.0 → timflow-0.2.0}/docs/steady/01concepts/elements/xsection.rst +0 -0
  161. {timflow-0.1.0 → timflow-0.2.0}/docs/steady/01concepts/index.rst +0 -0
  162. {timflow-0.1.0 → timflow-0.2.0}/docs/steady/02examples/figs/inhomogeneity_exercise3.png +0 -0
  163. {timflow-0.1.0 → timflow-0.2.0}/docs/steady/02examples/figs/layout_exercise2.PNG +0 -0
  164. {timflow-0.1.0 → timflow-0.2.0}/docs/steady/02examples/figs/timml_notebook2_layout.png +0 -0
  165. {timflow-0.1.0 → timflow-0.2.0}/docs/steady/02examples/figs/timml_notebook2_layout_old.png +0 -0
  166. {timflow-0.1.0 → timflow-0.2.0}/docs/steady/02examples/figs/timml_notebook5_layout.png +0 -0
  167. {timflow-0.1.0 → timflow-0.2.0}/docs/steady/02examples/index.rst +0 -0
  168. {timflow-0.1.0 → timflow-0.2.0}/docs/steady/02examples/vertical_anisotropy.ipynb +0 -0
  169. {timflow-0.1.0 → timflow-0.2.0}/docs/steady/03xsections/index.rst +0 -0
  170. {timflow-0.1.0 → timflow-0.2.0}/docs/steady/04benchmarks/besselnumba_timing.ipynb +0 -0
  171. {timflow-0.1.0 → timflow-0.2.0}/docs/steady/04benchmarks/index.rst +0 -0
  172. {timflow-0.1.0 → timflow-0.2.0}/docs/steady/index.rst +0 -0
  173. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/00userguide/howtos/data/oudekorendijk_h30.dat +0 -0
  174. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/00userguide/howtos/data/oudekorendijk_h90.dat +0 -0
  175. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/00userguide/index.rst +0 -0
  176. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/01concepts/elements/areasinks.rst +0 -0
  177. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/01concepts/elements/index.rst +0 -0
  178. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/01concepts/elements/linedoublets.rst +0 -0
  179. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/01concepts/elements/linesinks.rst +0 -0
  180. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/01concepts/elements/wells.rst +0 -0
  181. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/01concepts/index.rst +0 -0
  182. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/01concepts/pathlines.rst +0 -0
  183. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/03xsections/data/mf6_ttim_xsec_riv1.txt +0 -0
  184. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/03xsections/data/mf6_ttim_xsec_riv2.txt +0 -0
  185. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/03xsections/data/watex_cross_section.png +0 -0
  186. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/03xsections/data/watex_example.csv +0 -0
  187. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/03xsections/index.rst +0 -0
  188. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/dalem_p120.txt +0 -0
  189. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/dalem_p30.txt +0 -0
  190. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/dalem_p60.txt +0 -0
  191. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/dalem_p90.txt +0 -0
  192. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/dawsonville_slug.txt +0 -0
  193. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/double-porosity-110m.txt +0 -0
  194. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/double-porosity-pumpingwell.txt +0 -0
  195. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/falling_head.txt +0 -0
  196. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/gridley_well_1.txt +0 -0
  197. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/gridley_well_3.txt +0 -0
  198. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/ln-2.txt +0 -0
  199. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/ln-3.txt +0 -0
  200. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/moench_pd1.txt +0 -0
  201. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/moench_pd2.txt +0 -0
  202. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/moench_ps1.txt +0 -0
  203. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/moench_ps2.txt +0 -0
  204. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/moench_pumped.txt +0 -0
  205. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/oudekorendijk_h30.dat +0 -0
  206. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/oudekorendijk_h90.dat +0 -0
  207. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/piezometer_h30.txt +0 -0
  208. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/piezometer_h90.txt +0 -0
  209. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/pumptest_neuman.txt +0 -0
  210. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/recovery.txt +0 -0
  211. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/schroth_obs1.txt +0 -0
  212. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/schroth_obs2.txt +0 -0
  213. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/sioux100.txt +0 -0
  214. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/sioux200.txt +0 -0
  215. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/sioux400.txt +0 -0
  216. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/slug.txt +0 -0
  217. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/syn_30_0.0.txt +0 -0
  218. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/syn_90_0.0.txt +0 -0
  219. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/syn_p30_0.02.txt +0 -0
  220. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/syn_p30_0.05.txt +0 -0
  221. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/syn_p90_0.02.txt +0 -0
  222. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/syn_p90_0.05.txt +0 -0
  223. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/texas160.txt +0 -0
  224. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/texas40.txt +0 -0
  225. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/texas80.txt +0 -0
  226. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/venne_deep.txt +0 -0
  227. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/venne_shallow.txt +0 -0
  228. /timflow-0.1.0/docs/transient/04pumpingtests/figs/Dalem_model1.png → /timflow-0.2.0/docs/transient/04pumpingtests/figs/Dalem.png +0 -0
  229. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/figs/Falling_head.png +0 -0
  230. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/figs/Hardinxveld.png +0 -0
  231. /timflow-0.1.0/docs/transient/04pumpingtests/figs/NevadaTTim.png → /timflow-0.2.0/docs/transient/04pumpingtests/figs/Nevada.png +0 -0
  232. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/figs/Pratt_County.png +0 -0
  233. /timflow-0.1.0/docs/transient/04pumpingtests/figs/Schroth_New.png → /timflow-0.2.0/docs/transient/04pumpingtests/figs/Schroth.png +0 -0
  234. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/figs/Sioux.png +0 -0
  235. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/figs/Texas_Hill.png +0 -0
  236. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/figs/gridley.png +0 -0
  237. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/figs/oude_korendijk.png +0 -0
  238. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/05benchmarks/data/syn_p30_0.02.txt +0 -0
  239. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/05benchmarks/data/syn_p30_0.05.txt +0 -0
  240. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/05benchmarks/data/syn_p90_0.02.txt +0 -0
  241. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/05benchmarks/data/syn_p90_0.05.txt +0 -0
  242. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/05benchmarks/figs/neuman.png +0 -0
  243. {timflow-0.1.0 → timflow-0.2.0}/docs/transient/index.rst +0 -0
  244. {timflow-0.1.0 → timflow-0.2.0}/setup.cfg +0 -0
  245. {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/.gitkeep +0 -0
  246. {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/potld_order0_lab0.txt +0 -0
  247. {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/potld_order0_lab1.txt +0 -0
  248. {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/potld_order0_lab2.txt +0 -0
  249. {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/potld_order1_lab0.txt +0 -0
  250. {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/potld_order1_lab1.txt +0 -0
  251. {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/potld_order1_lab2.txt +0 -0
  252. {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/potld_order2_lab0.txt +0 -0
  253. {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/potld_order2_lab1.txt +0 -0
  254. {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/potld_order2_lab2.txt +0 -0
  255. {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/potls_order0_lab0.txt +0 -0
  256. {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/potls_order0_lab1.txt +0 -0
  257. {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/potls_order0_lab2.txt +0 -0
  258. {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/potls_order1_lab0.txt +0 -0
  259. {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/potls_order1_lab1.txt +0 -0
  260. {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/potls_order1_lab2.txt +0 -0
  261. {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/potls_order2_lab0.txt +0 -0
  262. {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/potls_order2_lab1.txt +0 -0
  263. {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/potls_order2_lab2.txt +0 -0
  264. {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/qxld_order0_lab0.txt +0 -0
  265. {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/qxld_order0_lab1.txt +0 -0
  266. {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/qxld_order0_lab2.txt +0 -0
  267. {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/qxld_order1_lab0.txt +0 -0
  268. {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/qxld_order1_lab1.txt +0 -0
  269. {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/qxld_order1_lab2.txt +0 -0
  270. {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/qxld_order2_lab0.txt +0 -0
  271. {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/qxld_order2_lab1.txt +0 -0
  272. {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/qxld_order2_lab2.txt +0 -0
  273. {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/qxls_order0_lab0.txt +0 -0
  274. {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/qxls_order0_lab1.txt +0 -0
  275. {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/qxls_order0_lab2.txt +0 -0
  276. {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/qxls_order1_lab0.txt +0 -0
  277. {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/qxls_order1_lab1.txt +0 -0
  278. {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/qxls_order1_lab2.txt +0 -0
  279. {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/qxls_order2_lab0.txt +0 -0
  280. {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/qxls_order2_lab1.txt +0 -0
  281. {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/qxls_order2_lab2.txt +0 -0
  282. {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/qyld_order0_lab0.txt +0 -0
  283. {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/qyld_order0_lab1.txt +0 -0
  284. {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/qyld_order0_lab2.txt +0 -0
  285. {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/qyld_order1_lab0.txt +0 -0
  286. {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/qyld_order1_lab1.txt +0 -0
  287. {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/qyld_order1_lab2.txt +0 -0
  288. {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/qyld_order2_lab0.txt +0 -0
  289. {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/qyld_order2_lab1.txt +0 -0
  290. {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/qyld_order2_lab2.txt +0 -0
  291. {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/qyls_order0_lab0.txt +0 -0
  292. {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/qyls_order0_lab1.txt +0 -0
  293. {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/qyls_order0_lab2.txt +0 -0
  294. {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/qyls_order1_lab0.txt +0 -0
  295. {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/qyls_order1_lab1.txt +0 -0
  296. {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/qyls_order1_lab2.txt +0 -0
  297. {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/qyls_order2_lab0.txt +0 -0
  298. {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/qyls_order2_lab1.txt +0 -0
  299. {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/qyls_order2_lab2.txt +0 -0
  300. {timflow-0.1.0 → timflow-0.2.0}/tests/steady/test_steady_notebooks.py +0 -0
  301. {timflow-0.1.0 → timflow-0.2.0}/tests/steady/test_well.py +0 -0
  302. {timflow-0.1.0 → timflow-0.2.0}/tests/test_bessel.py +0 -0
  303. {timflow-0.1.0 → timflow-0.2.0}/tests/test_import.py +0 -0
  304. {timflow-0.1.0 → timflow-0.2.0}/tests/transient/test_theis.py +0 -0
  305. {timflow-0.1.0 → timflow-0.2.0}/tests/transient/test_transient_notebooks.py +0 -0
  306. {timflow-0.1.0 → timflow-0.2.0}/timflow/__init__.py +0 -0
  307. {timflow-0.1.0 → timflow-0.2.0}/timflow/bessel/__init__.py +0 -0
  308. {timflow-0.1.0 → timflow-0.2.0}/timflow/bessel/besselnumba.py +0 -0
  309. {timflow-0.1.0 → timflow-0.2.0}/timflow/plots/__init__.py +0 -0
  310. {timflow-0.1.0 → timflow-0.2.0}/timflow/plots/plots.py +0 -0
  311. {timflow-0.1.0 → timflow-0.2.0}/timflow/size_of_arrays.txt +0 -0
  312. {timflow-0.1.0 → timflow-0.2.0}/timflow/steady/__init__.py +0 -0
  313. {timflow-0.1.0 → timflow-0.2.0}/timflow/steady/circareasink.py +0 -0
  314. {timflow-0.1.0 → timflow-0.2.0}/timflow/steady/circinhom.py +0 -0
  315. {timflow-0.1.0 → timflow-0.2.0}/timflow/steady/controlpoints.py +0 -0
  316. {timflow-0.1.0 → timflow-0.2.0}/timflow/steady/element.py +0 -0
  317. {timflow-0.1.0 → timflow-0.2.0}/timflow/steady/equation.py +0 -0
  318. {timflow-0.1.0 → timflow-0.2.0}/timflow/steady/inhomogeneity.py +0 -0
  319. {timflow-0.1.0 → timflow-0.2.0}/timflow/steady/intlinesink.py +0 -0
  320. {timflow-0.1.0 → timflow-0.2.0}/timflow/steady/linedoublet1d.py +0 -0
  321. {timflow-0.1.0 → timflow-0.2.0}/timflow/steady/linesink1d.py +0 -0
  322. {timflow-0.1.0 → timflow-0.2.0}/timflow/steady/stripareasink.py +0 -0
  323. {timflow-0.1.0 → timflow-0.2.0}/timflow/steady/trace.py +0 -0
  324. {timflow-0.1.0 → timflow-0.2.0}/timflow/steady/uflow.py +0 -0
  325. {timflow-0.1.0 → timflow-0.2.0}/timflow/transient/element.py +0 -0
  326. {timflow-0.1.0 → timflow-0.2.0}/timflow/transient/equation.py +0 -0
  327. {timflow-0.1.0 → timflow-0.2.0}/timflow/transient/fit.py +0 -0
  328. {timflow-0.1.0 → timflow-0.2.0}/timflow/transient/invlapnumba.py +0 -0
  329. {timflow-0.1.0 → timflow-0.2.0}/timflow/transient/kuhlman_invlap.py +0 -0
  330. {timflow-0.1.0 → timflow-0.2.0}/timflow/transient/linedoublet1d.py +0 -0
  331. {timflow-0.1.0 → timflow-0.2.0}/timflow/transient/linesink1d.py +0 -0
  332. {timflow-0.1.0 → timflow-0.2.0}/timflow/transient/trace.py +0 -0
  333. {timflow-0.1.0 → timflow-0.2.0}/timflow.egg-info/dependency_links.txt +0 -0
@@ -50,4 +50,4 @@ jobs:
50
50
 
51
51
  - name: Test benchmark notebooks
52
52
  run: |
53
- uv run pytest --nbval-lax --cov-append --dist loadscope -n auto --ignore=docs/transient/05benchmarks/besselnumbanew_timing.ipynb docs/transient/05benchmarks/
53
+ uv run pytest --nbval-lax --cov-append --dist loadscope -n auto docs/transient/05benchmarks/
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: timflow
3
- Version: 0.1.0
3
+ Version: 0.2.0
4
4
  Summary: Analytic element modeling of groundwater flow
5
5
  Author: Mark Bakker, Davíd Brakenhoff
6
6
  Maintainer-email: Mark Bakker <markbak@gmail.com>, Davíd Brakenhoff <d.brakenhoff@artesia-water.nl>
@@ -55,7 +55,10 @@ Requires-Dist: matplotlib
55
55
  Requires-Dist: pandas
56
56
  Provides-Extra: lint
57
57
  Requires-Dist: ruff; extra == "lint"
58
+ Provides-Extra: parallel
59
+ Requires-Dist: tqdm; extra == "parallel"
58
60
  Provides-Extra: optional
61
+ Requires-Dist: timflow[parallel]; extra == "optional"
59
62
  Requires-Dist: lmfit; extra == "optional"
60
63
  Provides-Extra: ci
61
64
  Requires-Dist: timflow[lint,optional]; extra == "ci"
@@ -80,6 +83,7 @@ Dynamic: license-file
80
83
 
81
84
  <img src="./docs/_static/timflow_logo.jpeg" width="300">
82
85
 
86
+ [![PyPI - Version](https://img.shields.io/pypi/v/timflow)](https://pypi.org/project/timflow/)
83
87
  [![General](https://github.com/timflow-org/timflow/actions/workflows/ci-general.yml/badge.svg)](https://github.com/timflow-org/timflow/actions/workflows/ci-general.yml)
84
88
  [![Steady](https://github.com/timflow-org/timflow/actions/workflows/ci-steady.yml/badge.svg)](https://github.com/timflow-org/timflow/actions/workflows/ci-steady.yml)
85
89
  [![Transient](https://github.com/timflow-org/timflow/actions/workflows/ci-transient.yml/badge.svg)](https://github.com/timflow-org/timflow/actions/workflows/ci-transient.yml)
@@ -92,7 +96,7 @@ Dynamic: license-file
92
96
  elements. The package is split into two main submodules: `timflow.steady` for steady-state flow
93
97
  and `timflow.transient` for modeling transient flow. Both modules may be applied to an
94
98
  arbitrary number of aquifers and leaky layers. The head, flow, and leakage between
95
- aquifers may be computed semi-analytically at any point in space and time.
99
+ aquifers may be computed semi-analytically at any point in space and time.
96
100
 
97
101
  The design
98
102
  of `timflow` is object-oriented and has been kept simple and flexible.
@@ -133,4 +137,5 @@ Some of the papers that you may want to cite when using `timflow` are:
133
137
  * M. Bakker. 2013. Semi-analytic modeling of transient multi-layer flow with TTim.
134
138
  Hydrogeology Journal, 21: 935-943. [https://doi.org/10.1007/s10040-013-0975-2](https://doi.org/10.1007/s10040-013-0975-2)
135
139
  * M .Bakker. 2013. Analytic modeling of transient multi-layer flow. In: Advances in
136
- Hydrogeology, edited by P Mishra and K Kuhlman, Springer, Heidelberg, 95-114.
140
+ Hydrogeology, edited by P Mishra and K Kuhlman, Springer, Heidelberg, 95-114. Available [here](https://github.com/mbakker7/timflow/blob/master/papers/2013_bakker_ttim_theory.pdf).
141
+
@@ -1,5 +1,6 @@
1
1
  <img src="./docs/_static/timflow_logo.jpeg" width="300">
2
2
 
3
+ [![PyPI - Version](https://img.shields.io/pypi/v/timflow)](https://pypi.org/project/timflow/)
3
4
  [![General](https://github.com/timflow-org/timflow/actions/workflows/ci-general.yml/badge.svg)](https://github.com/timflow-org/timflow/actions/workflows/ci-general.yml)
4
5
  [![Steady](https://github.com/timflow-org/timflow/actions/workflows/ci-steady.yml/badge.svg)](https://github.com/timflow-org/timflow/actions/workflows/ci-steady.yml)
5
6
  [![Transient](https://github.com/timflow-org/timflow/actions/workflows/ci-transient.yml/badge.svg)](https://github.com/timflow-org/timflow/actions/workflows/ci-transient.yml)
@@ -12,7 +13,7 @@
12
13
  elements. The package is split into two main submodules: `timflow.steady` for steady-state flow
13
14
  and `timflow.transient` for modeling transient flow. Both modules may be applied to an
14
15
  arbitrary number of aquifers and leaky layers. The head, flow, and leakage between
15
- aquifers may be computed semi-analytically at any point in space and time.
16
+ aquifers may be computed semi-analytically at any point in space and time.
16
17
 
17
18
  The design
18
19
  of `timflow` is object-oriented and has been kept simple and flexible.
@@ -53,4 +54,5 @@ Some of the papers that you may want to cite when using `timflow` are:
53
54
  * M. Bakker. 2013. Semi-analytic modeling of transient multi-layer flow with TTim.
54
55
  Hydrogeology Journal, 21: 935-943. [https://doi.org/10.1007/s10040-013-0975-2](https://doi.org/10.1007/s10040-013-0975-2)
55
56
  * M .Bakker. 2013. Analytic modeling of transient multi-layer flow. In: Advances in
56
- Hydrogeology, edited by P Mishra and K Kuhlman, Springer, Heidelberg, 95-114.
57
+ Hydrogeology, edited by P Mishra and K Kuhlman, Springer, Heidelberg, 95-114. Available [here](https://github.com/mbakker7/timflow/blob/master/papers/2013_bakker_ttim_theory.pdf).
58
+
@@ -178,8 +178,10 @@
178
178
  }
179
179
  ],
180
180
  "metadata": {
181
- "language_info": {
182
- "name": "python"
181
+ "kernelspec": {
182
+ "display_name": "Python 3",
183
+ "language": "python",
184
+ "name": "python3"
183
185
  }
184
186
  },
185
187
  "nbformat": 4,
@@ -207,8 +207,10 @@
207
207
  }
208
208
  ],
209
209
  "metadata": {
210
- "language_info": {
211
- "name": "python"
210
+ "kernelspec": {
211
+ "display_name": "Python 3",
212
+ "language": "python",
213
+ "name": "python3"
212
214
  }
213
215
  },
214
216
  "nbformat": 4,
@@ -302,8 +302,10 @@
302
302
  }
303
303
  ],
304
304
  "metadata": {
305
- "language_info": {
306
- "name": "python"
305
+ "kernelspec": {
306
+ "display_name": "Python 3",
307
+ "language": "python",
308
+ "name": "python3"
307
309
  }
308
310
  },
309
311
  "nbformat": 4,
@@ -260,8 +260,10 @@
260
260
  }
261
261
  ],
262
262
  "metadata": {
263
- "language_info": {
264
- "name": "python"
263
+ "kernelspec": {
264
+ "display_name": "Python 3",
265
+ "language": "python",
266
+ "name": "python3"
265
267
  }
266
268
  },
267
269
  "nbformat": 4,
@@ -395,8 +395,10 @@
395
395
  }
396
396
  ],
397
397
  "metadata": {
398
- "language_info": {
399
- "name": "python"
398
+ "kernelspec": {
399
+ "display_name": "Python 3",
400
+ "language": "python",
401
+ "name": "python3"
400
402
  }
401
403
  },
402
404
  "nbformat": 4,
@@ -225,8 +225,10 @@
225
225
  }
226
226
  ],
227
227
  "metadata": {
228
- "language_info": {
229
- "name": "python"
228
+ "kernelspec": {
229
+ "display_name": "Python 3",
230
+ "language": "python",
231
+ "name": "python3"
230
232
  }
231
233
  },
232
234
  "nbformat": 4,
@@ -214,8 +214,10 @@
214
214
  }
215
215
  ],
216
216
  "metadata": {
217
- "language_info": {
218
- "name": "python"
217
+ "kernelspec": {
218
+ "display_name": "Python 3",
219
+ "language": "python",
220
+ "name": "python3"
219
221
  }
220
222
  },
221
223
  "nbformat": 4,
@@ -421,8 +421,10 @@
421
421
  }
422
422
  ],
423
423
  "metadata": {
424
- "language_info": {
425
- "name": "python"
424
+ "kernelspec": {
425
+ "display_name": "Python 3",
426
+ "language": "python",
427
+ "name": "python3"
426
428
  }
427
429
  },
428
430
  "nbformat": 4,
@@ -267,8 +267,10 @@
267
267
  }
268
268
  ],
269
269
  "metadata": {
270
- "language_info": {
271
- "name": "python"
270
+ "kernelspec": {
271
+ "display_name": "Python 3",
272
+ "language": "python",
273
+ "name": "python3"
272
274
  }
273
275
  },
274
276
  "nbformat": 4,
@@ -418,8 +418,10 @@
418
418
  }
419
419
  ],
420
420
  "metadata": {
421
- "language_info": {
422
- "name": "python"
421
+ "kernelspec": {
422
+ "display_name": "Python 3",
423
+ "language": "python",
424
+ "name": "python3"
423
425
  }
424
426
  },
425
427
  "nbformat": 4,
@@ -113,8 +113,10 @@
113
113
  }
114
114
  ],
115
115
  "metadata": {
116
- "language_info": {
117
- "name": "python"
116
+ "kernelspec": {
117
+ "display_name": "Python 3",
118
+ "language": "python",
119
+ "name": "python3"
118
120
  }
119
121
  },
120
122
  "nbformat": 4,
@@ -670,8 +670,10 @@
670
670
  }
671
671
  ],
672
672
  "metadata": {
673
- "language_info": {
674
- "name": "python"
673
+ "kernelspec": {
674
+ "display_name": "Python 3",
675
+ "language": "python",
676
+ "name": "python3"
675
677
  }
676
678
  },
677
679
  "nbformat": 4,
@@ -52,7 +52,7 @@
52
52
  "source": [
53
53
  "qx = np.zeros_like(x)\n",
54
54
  "for i in range(len(x)):\n",
55
- " qx[i], qy = ml.disvec(x[i], 1e-6)\n",
55
+ " qx[i : i + 1], qy = ml.disvec(x[i], 1e-6)\n",
56
56
  "plt.plot(x, qx)\n",
57
57
  "qxb = N * np.pi * R**2 / (2 * np.pi * R)\n",
58
58
  "plt.axhline(qxb, color=\"r\", ls=\"--\")\n",
@@ -152,8 +152,10 @@
152
152
  }
153
153
  ],
154
154
  "metadata": {
155
- "language_info": {
156
- "name": "python"
155
+ "kernelspec": {
156
+ "display_name": "Python 3",
157
+ "language": "python",
158
+ "name": "python3"
157
159
  }
158
160
  },
159
161
  "nbformat": 4,
@@ -380,8 +380,10 @@
380
380
  }
381
381
  ],
382
382
  "metadata": {
383
- "language_info": {
384
- "name": "python"
383
+ "kernelspec": {
384
+ "display_name": "Python 3",
385
+ "language": "python",
386
+ "name": "python3"
385
387
  }
386
388
  },
387
389
  "nbformat": 4,
@@ -28,9 +28,19 @@
28
28
  "import matplotlib.pyplot as plt\n",
29
29
  "import numpy as np\n",
30
30
  "\n",
31
+ "import timflow\n",
31
32
  "import timflow.steady as tfs"
32
33
  ]
33
34
  },
35
+ {
36
+ "cell_type": "code",
37
+ "execution_count": null,
38
+ "metadata": {},
39
+ "outputs": [],
40
+ "source": [
41
+ "timflow.show_versions()"
42
+ ]
43
+ },
34
44
  {
35
45
  "cell_type": "markdown",
36
46
  "metadata": {},
@@ -568,8 +578,7 @@
568
578
  " levels=levels,\n",
569
579
  " decimals=2,\n",
570
580
  " layers=[ilay],\n",
571
- " newfig=False,\n",
572
- " linestyles=\"dashed\",\n",
581
+ " linestyles=\"solid\",\n",
573
582
  " color=\"C1\",\n",
574
583
  ")\n",
575
584
  "plt.plot(ws.xcp, ws.ycp, \"kx\");"
@@ -718,7 +727,7 @@
718
727
  " decimals=2,\n",
719
728
  " layers=[ilay],\n",
720
729
  " newfig=False,\n",
721
- " linestyles=\"dashed\",\n",
730
+ " linestyles=\"solid\",\n",
722
731
  " color=\"C1\",\n",
723
732
  ")\n",
724
733
  "plt.plot(ws.xcp, ws.ycp, \"kx\");"
@@ -1161,8 +1170,10 @@
1161
1170
  }
1162
1171
  ],
1163
1172
  "metadata": {
1164
- "language_info": {
1165
- "name": "python"
1173
+ "kernelspec": {
1174
+ "display_name": "Python 3",
1175
+ "language": "python",
1176
+ "name": "python3"
1166
1177
  }
1167
1178
  },
1168
1179
  "nbformat": 4,
@@ -56,9 +56,22 @@
56
56
  "cell_type": "markdown",
57
57
  "metadata": {},
58
58
  "source": [
59
- "## 1D inhomogeneity\n",
59
+ "## Xsection elements\n",
60
60
  "\n",
61
- "Three strips with semi-confined conditions on top of all three"
61
+ "Three strips with semi-confined conditions on top of all three can be modeled with the `XsectionMaq` element."
62
+ ]
63
+ },
64
+ {
65
+ "cell_type": "markdown",
66
+ "metadata": {},
67
+ "source": [
68
+ "<div class=\"alert alert-info\">\n",
69
+ "\n",
70
+ "<b>Note</b><br>\n",
71
+ "\n",
72
+ "A `ModelXsection` may consist of an arbitrary number of `Xsection3D` or `XsectionMaq` sections. The combined domain of all sections must span from $x = -\\infty$ to $x = +\\infty$, with no gaps.\n",
73
+ "\n",
74
+ "</div>"
62
75
  ]
63
76
  },
64
77
  {
@@ -512,8 +525,10 @@
512
525
  }
513
526
  ],
514
527
  "metadata": {
515
- "language_info": {
516
- "name": "python"
528
+ "kernelspec": {
529
+ "display_name": "Python 3",
530
+ "language": "python",
531
+ "name": "python3"
517
532
  }
518
533
  },
519
534
  "nbformat": 4,
@@ -97,8 +97,10 @@
97
97
  }
98
98
  ],
99
99
  "metadata": {
100
- "language_info": {
101
- "name": "python"
100
+ "kernelspec": {
101
+ "display_name": "Python 3",
102
+ "language": "python",
103
+ "name": "python3"
102
104
  }
103
105
  },
104
106
  "nbformat": 4,
@@ -486,8 +486,10 @@
486
486
  }
487
487
  ],
488
488
  "metadata": {
489
- "language_info": {
490
- "name": "python"
489
+ "kernelspec": {
490
+ "display_name": "Python 3",
491
+ "language": "python",
492
+ "name": "python3"
491
493
  }
492
494
  },
493
495
  "nbformat": 4,
@@ -738,8 +738,10 @@
738
738
  }
739
739
  ],
740
740
  "metadata": {
741
- "language_info": {
742
- "name": "python"
741
+ "kernelspec": {
742
+ "display_name": "Python 3",
743
+ "language": "python",
744
+ "name": "python3"
743
745
  }
744
746
  },
745
747
  "nbformat": 4,
@@ -156,8 +156,10 @@
156
156
  }
157
157
  ],
158
158
  "metadata": {
159
- "language_info": {
160
- "name": "python"
159
+ "kernelspec": {
160
+ "display_name": "Python 3",
161
+ "language": "python",
162
+ "name": "python3"
161
163
  }
162
164
  },
163
165
  "nbformat": 4,
@@ -275,8 +275,10 @@
275
275
  }
276
276
  ],
277
277
  "metadata": {
278
- "language_info": {
279
- "name": "python"
278
+ "kernelspec": {
279
+ "display_name": "Python 3",
280
+ "language": "python",
281
+ "name": "python3"
280
282
  }
281
283
  },
282
284
  "nbformat": 4,
@@ -95,8 +95,10 @@
95
95
  }
96
96
  ],
97
97
  "metadata": {
98
- "language_info": {
99
- "name": "python"
98
+ "kernelspec": {
99
+ "display_name": "Python 3",
100
+ "language": "python",
101
+ "name": "python3"
100
102
  }
101
103
  },
102
104
  "nbformat": 4,
@@ -51,8 +51,10 @@
51
51
  }
52
52
  ],
53
53
  "metadata": {
54
- "language_info": {
55
- "name": "python"
54
+ "kernelspec": {
55
+ "display_name": "Python 3",
56
+ "language": "python",
57
+ "name": "python3"
56
58
  }
57
59
  },
58
60
  "nbformat": 4,
@@ -112,8 +112,10 @@
112
112
  }
113
113
  ],
114
114
  "metadata": {
115
- "language_info": {
116
- "name": "python"
115
+ "kernelspec": {
116
+ "display_name": "Python 3",
117
+ "language": "python",
118
+ "name": "python3"
117
119
  }
118
120
  },
119
121
  "nbformat": 4,
@@ -379,8 +379,10 @@
379
379
  }
380
380
  ],
381
381
  "metadata": {
382
- "language_info": {
383
- "name": "python"
382
+ "kernelspec": {
383
+ "display_name": "Python 3",
384
+ "language": "python",
385
+ "name": "python3"
384
386
  }
385
387
  },
386
388
  "nbformat": 4,
@@ -24,7 +24,7 @@
24
24
  "\n",
25
25
  "and you don't want to make any other changes to your model, then replace the import statement by\n",
26
26
  "\n",
27
- "```from timflow import transiewnt as ttim```\n",
27
+ "```from timflow import transient as ttim```\n",
28
28
  "\n",
29
29
  "or, if you like that better\n",
30
30
  "\n",
@@ -75,8 +75,10 @@
75
75
  }
76
76
  ],
77
77
  "metadata": {
78
- "language_info": {
79
- "name": "python"
78
+ "kernelspec": {
79
+ "display_name": "Python 3",
80
+ "language": "python",
81
+ "name": "python3"
80
82
  }
81
83
  },
82
84
  "nbformat": 4,
@@ -141,21 +141,39 @@
141
141
  "source": [
142
142
  "mlbegin = tft.ModelXsection(naq=1, tmin=1e-4, tmax=1e2)\n",
143
143
  "xsection = tft.XsectionMaq(\n",
144
- " model=mlbegin, x1=-np.inf, x2=np.inf, kaq=k, z=[0, -H], Saq=S, phreatictop=True\n",
144
+ " model=mlbegin,\n",
145
+ " x1=-np.inf,\n",
146
+ " x2=np.inf,\n",
147
+ " kaq=k,\n",
148
+ " z=[0, -H],\n",
149
+ " Saq=S,\n",
150
+ " topboundary=\"phreatic\",\n",
145
151
  ")\n",
146
152
  "lsriver = tft.River1D(model=mlbegin, xls=0, tsandh=list(zip(t, hbegin, strict=True)))\n",
147
153
  "mlbegin.solve(silent=True)\n",
148
154
  "#\n",
149
155
  "mlmid = tft.ModelXsection(naq=1, tmin=1e-4, tmax=1e2)\n",
150
156
  "xsection = tft.XsectionMaq(\n",
151
- " model=mlmid, x1=-np.inf, x2=np.inf, kaq=k, z=[0, -H], Saq=S, phreatictop=True\n",
157
+ " model=mlmid,\n",
158
+ " x1=-np.inf,\n",
159
+ " x2=np.inf,\n",
160
+ " kaq=k,\n",
161
+ " z=[0, -H],\n",
162
+ " Saq=S,\n",
163
+ " topboundary=\"phreatic\",\n",
152
164
  ")\n",
153
165
  "lsriver = tft.River1D(model=mlmid, xls=0, tsandh=list(zip(tmid, hmid, strict=True)))\n",
154
166
  "mlmid.solve(silent=True)\n",
155
167
  "#\n",
156
168
  "mlend = tft.ModelXsection(naq=1, tmin=1e-4, tmax=1e2)\n",
157
169
  "xsection = tft.XsectionMaq(\n",
158
- " model=mlend, x1=-np.inf, x2=np.inf, kaq=k, z=[0, -H], Saq=S, phreatictop=True\n",
170
+ " model=mlend,\n",
171
+ " x1=-np.inf,\n",
172
+ " x2=np.inf,\n",
173
+ " kaq=k,\n",
174
+ " z=[0, -H],\n",
175
+ " Saq=S,\n",
176
+ " topboundary=\"phreatic\",\n",
159
177
  ")\n",
160
178
  "lsriver = tft.River1D(model=mlend, xls=0, tsandh=list(zip(t, hend, strict=True)))\n",
161
179
  "mlend.solve(silent=True)"
@@ -236,8 +254,22 @@
236
254
  }
237
255
  ],
238
256
  "metadata": {
257
+ "kernelspec": {
258
+ "display_name": "Python 3 (ipykernel)",
259
+ "language": "python",
260
+ "name": "python3"
261
+ },
239
262
  "language_info": {
240
- "name": "python"
263
+ "codemirror_mode": {
264
+ "name": "ipython",
265
+ "version": 3
266
+ },
267
+ "file_extension": ".py",
268
+ "mimetype": "text/x-python",
269
+ "name": "python",
270
+ "nbconvert_exporter": "python",
271
+ "pygments_lexer": "ipython3",
272
+ "version": "3.13.5"
241
273
  }
242
274
  },
243
275
  "nbformat": 4,
@@ -436,8 +436,10 @@
436
436
  }
437
437
  ],
438
438
  "metadata": {
439
- "language_info": {
440
- "name": "python"
439
+ "kernelspec": {
440
+ "display_name": "Python 3",
441
+ "language": "python",
442
+ "name": "python3"
441
443
  }
442
444
  },
443
445
  "nbformat": 4,
@@ -40,7 +40,7 @@
40
40
  " c=[2000, 5000],\n",
41
41
  " Saq=[0.1, 1e-4, 2e-4],\n",
42
42
  " Sll=[1e-4, 4e-4],\n",
43
- " phreatictop=True,\n",
43
+ " topboundary=\"phreatic\",\n",
44
44
  " tmin=0.01,\n",
45
45
  " tmax=10,\n",
46
46
  ")\n",
@@ -83,8 +83,22 @@
83
83
  }
84
84
  ],
85
85
  "metadata": {
86
+ "kernelspec": {
87
+ "display_name": "Python 3 (ipykernel)",
88
+ "language": "python",
89
+ "name": "python3"
90
+ },
86
91
  "language_info": {
87
- "name": "python"
92
+ "codemirror_mode": {
93
+ "name": "ipython",
94
+ "version": 3
95
+ },
96
+ "file_extension": ".py",
97
+ "mimetype": "text/x-python",
98
+ "name": "python",
99
+ "nbconvert_exporter": "python",
100
+ "pygments_lexer": "ipython3",
101
+ "version": "3.13.5"
88
102
  }
89
103
  },
90
104
  "nbformat": 4,