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.
- {timflow-0.1.0 → timflow-0.2.0}/.github/workflows/ci-transient.yml +1 -1
- {timflow-0.1.0 → timflow-0.2.0}/PKG-INFO +8 -3
- {timflow-0.1.0 → timflow-0.2.0}/README.md +4 -2
- {timflow-0.1.0 → timflow-0.2.0}/docs/steady/00userguide/howtos/howto_convert_timml_model.ipynb +4 -2
- {timflow-0.1.0 → timflow-0.2.0}/docs/steady/00userguide/howtos/howto_select_a_model.ipynb +4 -2
- {timflow-0.1.0 → timflow-0.2.0}/docs/steady/00userguide/tutorials/tutorial0_well_single_layer_aquifer.ipynb +4 -2
- {timflow-0.1.0 → timflow-0.2.0}/docs/steady/00userguide/tutorials/tutorial1_well_multi_layer_aquifer.ipynb +4 -2
- {timflow-0.1.0 → timflow-0.2.0}/docs/steady/02examples/00_single_layer_model.ipynb +4 -2
- {timflow-0.1.0 → timflow-0.2.0}/docs/steady/02examples/01_well_in_uniform_flow.ipynb +4 -2
- {timflow-0.1.0 → timflow-0.2.0}/docs/steady/02examples/02_wells_rivers_and_recharge.ipynb +4 -2
- {timflow-0.1.0 → timflow-0.2.0}/docs/steady/02examples/03a_modeling_inhomogeneities.ipynb +4 -2
- {timflow-0.1.0 → timflow-0.2.0}/docs/steady/02examples/03b_modeling_inhomogeneities3D.ipynb +4 -2
- {timflow-0.1.0 → timflow-0.2.0}/docs/steady/02examples/04_horizontal_wells.ipynb +4 -2
- {timflow-0.1.0 → timflow-0.2.0}/docs/steady/02examples/05_impermeable_walls.ipynb +4 -2
- {timflow-0.1.0 → timflow-0.2.0}/docs/steady/02examples/building_pit.ipynb +4 -2
- {timflow-0.1.0 → timflow-0.2.0}/docs/steady/02examples/circular_area_sink.ipynb +5 -3
- {timflow-0.1.0 → timflow-0.2.0}/docs/steady/02examples/collector_wells.ipynb +4 -2
- {timflow-0.1.0 → timflow-0.2.0}/docs/steady/02examples/connected_wells.ipynb +16 -5
- {timflow-0.1.0 → timflow-0.2.0}/docs/steady/03xsections/cross_section_models.ipynb +19 -4
- {timflow-0.1.0 → timflow-0.2.0}/docs/steady/04benchmarks/large_diameter_experimental.ipynb +4 -2
- {timflow-0.1.0 → timflow-0.2.0}/docs/steady/04benchmarks/test_circular_buildingpit.ipynb +4 -2
- {timflow-0.1.0 → timflow-0.2.0}/docs/steady/04benchmarks/test_linesink_discharge.ipynb +4 -2
- {timflow-0.1.0 → timflow-0.2.0}/docs/steady/04benchmarks/test_linesinkstrings.ipynb +4 -2
- {timflow-0.1.0 → timflow-0.2.0}/docs/steady/04benchmarks/test_normal_flux.ipynb +4 -2
- {timflow-0.1.0 → timflow-0.2.0}/docs/steady/04benchmarks/test_polygon_areasink.ipynb +4 -2
- {timflow-0.1.0 → timflow-0.2.0}/docs/steady/04benchmarks/test_well_near_lake.ipynb +4 -2
- {timflow-0.1.0 → timflow-0.2.0}/docs/steady/04benchmarks/test_wells.ipynb +4 -2
- {timflow-0.1.0 → timflow-0.2.0}/docs/steady/04benchmarks/test_wells_with_resistance.ipynb +4 -2
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/00userguide/howtos/howto_convert_ttim_model.ipynb +5 -3
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/00userguide/howtos/howto_fluctuating_head_boundary.ipynb +36 -4
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/00userguide/howtos/howto_pumpingtest.ipynb +4 -2
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/00userguide/howtos/howto_select_a_model.ipynb +16 -2
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/00userguide/howtos/howto_xsection_model.ipynb +29 -4
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/00userguide/tutorials/tutorial0_start_a_model.ipynb +16 -3
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/02examples/circareasink_example.ipynb +4 -2
- timflow-0.2.0/docs/transient/02examples/connected_wells.ipynb +589 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/02examples/higher_order_head_linesink.ipynb +4 -2
- timflow-0.2.0/docs/transient/02examples/horizontal_well.ipynb +184 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/02examples/index.rst +14 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/02examples/line_sink_well_sol.ipynb +20 -5
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/02examples/meandering_river.ipynb +16 -3
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/02examples/pathline_trace.ipynb +4 -2
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/02examples/well_in_multilayer_system.ipynb +20 -5
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/02examples/well_near_wall.ipynb +4 -2
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/02examples/wells_in_different_systems.ipynb +4 -2
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/03xsections/1d_elements.ipynb +34 -4
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/03xsections/1d_given_linesink.ipynb +18 -7
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/03xsections/1d_inhom_elements.ipynb +29 -28
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/03xsections/river_in_cross_section.ipynb +42 -15
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/03xsections/stripareasink.ipynb +21 -13
- timflow-0.2.0/docs/transient/04pumpingtests/confined1_oude_korendijk.ipynb +402 -0
- timflow-0.2.0/docs/transient/04pumpingtests/confined2_grindley.ipynb +474 -0
- timflow-0.2.0/docs/transient/04pumpingtests/confined3_sioux.ipynb +454 -0
- timflow-0.2.0/docs/transient/04pumpingtests/confined4_nevada.ipynb +504 -0
- timflow-0.2.0/docs/transient/04pumpingtests/data/schroth_obs3.txt +11 -0
- timflow-0.2.0/docs/transient/04pumpingtests/figs/Dawsonville.png +0 -0
- timflow-0.2.0/docs/transient/04pumpingtests/figs/Moench.png +0 -0
- timflow-0.2.0/docs/transient/04pumpingtests/figs/Multi_well.png +0 -0
- timflow-0.2.0/docs/transient/04pumpingtests/figs/Vennebulten.png +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/index.rst +24 -3
- timflow-0.2.0/docs/transient/04pumpingtests/leaky1_dalem.ipynb +448 -0
- timflow-0.2.0/docs/transient/04pumpingtests/leaky2_hardixveld.ipynb +340 -0
- timflow-0.2.0/docs/transient/04pumpingtests/leaky3_texashill.ipynb +464 -0
- timflow-0.2.0/docs/transient/04pumpingtests/slug1_pratt_county.ipynb +474 -0
- timflow-0.2.0/docs/transient/04pumpingtests/slug2_multiwell.ipynb +457 -0
- timflow-0.1.0/docs/transient/04pumpingtests/slug2_falling_head.ipynb → timflow-0.2.0/docs/transient/04pumpingtests/slug3_falling_head.ipynb +60 -41
- timflow-0.2.0/docs/transient/04pumpingtests/slug4_dawsonville.ipynb +409 -0
- timflow-0.2.0/docs/transient/04pumpingtests/unconfined1_moench.ipynb +285 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/05benchmarks/compare_wells_linesink.ipynb +4 -2
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/05benchmarks/index.rst +5 -1
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/05benchmarks/line-sink-ditch.ipynb +4 -2
- timflow-0.2.0/docs/transient/05benchmarks/river1d.ipynb +357 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/05benchmarks/synthetic0_data.ipynb +4 -2
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/05benchmarks/synthetic_calibrate_2aquifers.ipynb +4 -2
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/05benchmarks/synthetic_test_calibrate.ipynb +4 -2
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/05benchmarks/test_line_elements.ipynb +4 -2
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/05benchmarks/theis_storage.ipynb +4 -2
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/05benchmarks/ttim_neuman_comparison.ipynb +17 -3
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/05benchmarks/validation_tidal_wave_with_Bruggeman.ipynb +15 -7
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/05benchmarks/well_benchmarks.ipynb +5 -3
- timflow-0.2.0/docs/transient/05benchmarks/well_near_leaky_river.ipynb +217 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/05benchmarks/well_near_river_or_wall.ipynb +34 -10
- timflow-0.2.0/papers/2013_bakker_ttim_theory.pdf +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/pyproject.toml +14 -7
- timflow-0.2.0/tests/transient/test_wellstring.py +64 -0
- {timflow-0.1.0 → timflow-0.2.0}/timflow/steady/aquifer.py +19 -18
- {timflow-0.1.0 → timflow-0.2.0}/timflow/steady/aquifer_parameters.py +10 -10
- {timflow-0.1.0 → timflow-0.2.0}/timflow/steady/constant.py +1 -1
- {timflow-0.1.0 → timflow-0.2.0}/timflow/steady/inhomogeneity1d.py +17 -5
- {timflow-0.1.0 → timflow-0.2.0}/timflow/steady/linedoublet.py +2 -4
- {timflow-0.1.0 → timflow-0.2.0}/timflow/steady/linesink.py +13 -12
- {timflow-0.1.0 → timflow-0.2.0}/timflow/steady/model.py +127 -18
- {timflow-0.1.0 → timflow-0.2.0}/timflow/steady/plots.py +7 -1
- {timflow-0.1.0 → timflow-0.2.0}/timflow/steady/well.py +17 -12
- {timflow-0.1.0 → timflow-0.2.0}/timflow/transient/__init__.py +8 -1
- {timflow-0.1.0 → timflow-0.2.0}/timflow/transient/aquifer.py +23 -10
- {timflow-0.1.0 → timflow-0.2.0}/timflow/transient/aquifer_parameters.py +12 -3
- {timflow-0.1.0 → timflow-0.2.0}/timflow/transient/circareasink.py +3 -4
- {timflow-0.1.0 → timflow-0.2.0}/timflow/transient/circinhom.py +8 -9
- {timflow-0.1.0 → timflow-0.2.0}/timflow/transient/inhom1d.py +54 -19
- {timflow-0.1.0 → timflow-0.2.0}/timflow/transient/linedoublet.py +5 -6
- {timflow-0.1.0 → timflow-0.2.0}/timflow/transient/linesink.py +12 -13
- {timflow-0.1.0 → timflow-0.2.0}/timflow/transient/model.py +176 -34
- {timflow-0.1.0 → timflow-0.2.0}/timflow/transient/plots.py +100 -1
- {timflow-0.1.0 → timflow-0.2.0}/timflow/transient/stripareasink.py +5 -1
- {timflow-0.1.0 → timflow-0.2.0}/timflow/transient/well.py +349 -4
- {timflow-0.1.0 → timflow-0.2.0}/timflow/version.py +1 -1
- {timflow-0.1.0 → timflow-0.2.0}/timflow.egg-info/PKG-INFO +8 -3
- {timflow-0.1.0 → timflow-0.2.0}/timflow.egg-info/SOURCES.txt +18 -9
- {timflow-0.1.0 → timflow-0.2.0}/timflow.egg-info/requires.txt +4 -0
- {timflow-0.1.0 → timflow-0.2.0}/timflow.egg-info/top_level.txt +1 -0
- timflow-0.2.0/utils/clear_notebooks.py +51 -0
- timflow-0.1.0/docs/transient/04pumpingtests/confined1_oude_korendijk.ipynb +0 -244
- timflow-0.1.0/docs/transient/04pumpingtests/confined2_grindley.ipynb +0 -345
- timflow-0.1.0/docs/transient/04pumpingtests/figs/Dalem.png +0 -0
- timflow-0.1.0/docs/transient/04pumpingtests/figs/Dalem_model1.jpeg +0 -0
- timflow-0.1.0/docs/transient/04pumpingtests/figs/Dalem_model2.png +0 -0
- timflow-0.1.0/docs/transient/04pumpingtests/figs/Hardinxveld.jpeg +0 -0
- timflow-0.1.0/docs/transient/04pumpingtests/figs/Nevada.png +0 -0
- timflow-0.1.0/docs/transient/04pumpingtests/figs/Schroth.jpeg +0 -0
- timflow-0.1.0/docs/transient/04pumpingtests/figs/Schroth.png +0 -0
- timflow-0.1.0/docs/transient/04pumpingtests/figs/TexasHill.png +0 -0
- timflow-0.1.0/docs/transient/04pumpingtests/leaky1_dalem.ipynb +0 -283
- timflow-0.1.0/docs/transient/04pumpingtests/leaky2_hardixveld.ipynb +0 -236
- timflow-0.1.0/docs/transient/04pumpingtests/slug1_pratt_county.ipynb +0 -266
- timflow-0.1.0/utils/clear_notebooks.py +0 -49
- {timflow-0.1.0 → timflow-0.2.0}/.git-blame-ignore-revs +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/.github/workflows/ci-general.yml +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/.github/workflows/ci-steady.yml +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/.github/workflows/lint.yml +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/.github/workflows/pypi-publish.yml +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/.gitignore +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/.python-version +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/.readthedocs.yaml +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/CITATION.cff +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/LICENSE +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/Makefile +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/_static/css/custom.css +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/_static/example_output_steady.png +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/_static/example_output_transient.png +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/_static/timflow_icon.png +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/_static/timflow_logo.jpeg +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/_templates/autoapi/index.rst +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/_templates/autoapi/python/module.rst +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/_templates/autosummary/class.rst +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/_templates/autosummary/module.rst +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/about/index.rst +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/about/publications.bib +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/conf.py +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/index.rst +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/steady/00userguide/index.rst +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/steady/01concepts/elements/areasinks.rst +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/steady/01concepts/elements/constant.rst +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/steady/01concepts/elements/index.rst +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/steady/01concepts/elements/inhoms.rst +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/steady/01concepts/elements/linedoublets.rst +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/steady/01concepts/elements/linesinks.rst +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/steady/01concepts/elements/uflow.rst +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/steady/01concepts/elements/wells.rst +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/steady/01concepts/elements/xsection.rst +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/steady/01concepts/index.rst +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/steady/02examples/figs/inhomogeneity_exercise3.png +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/steady/02examples/figs/layout_exercise2.PNG +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/steady/02examples/figs/timml_notebook2_layout.png +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/steady/02examples/figs/timml_notebook2_layout_old.png +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/steady/02examples/figs/timml_notebook5_layout.png +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/steady/02examples/index.rst +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/steady/02examples/vertical_anisotropy.ipynb +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/steady/03xsections/index.rst +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/steady/04benchmarks/besselnumba_timing.ipynb +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/steady/04benchmarks/index.rst +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/steady/index.rst +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/00userguide/howtos/data/oudekorendijk_h30.dat +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/00userguide/howtos/data/oudekorendijk_h90.dat +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/00userguide/index.rst +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/01concepts/elements/areasinks.rst +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/01concepts/elements/index.rst +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/01concepts/elements/linedoublets.rst +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/01concepts/elements/linesinks.rst +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/01concepts/elements/wells.rst +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/01concepts/index.rst +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/01concepts/pathlines.rst +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/03xsections/data/mf6_ttim_xsec_riv1.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/03xsections/data/mf6_ttim_xsec_riv2.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/03xsections/data/watex_cross_section.png +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/03xsections/data/watex_example.csv +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/03xsections/index.rst +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/dalem_p120.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/dalem_p30.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/dalem_p60.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/dalem_p90.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/dawsonville_slug.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/double-porosity-110m.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/double-porosity-pumpingwell.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/falling_head.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/gridley_well_1.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/gridley_well_3.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/ln-2.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/ln-3.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/moench_pd1.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/moench_pd2.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/moench_ps1.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/moench_ps2.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/moench_pumped.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/oudekorendijk_h30.dat +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/oudekorendijk_h90.dat +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/piezometer_h30.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/piezometer_h90.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/pumptest_neuman.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/recovery.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/schroth_obs1.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/schroth_obs2.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/sioux100.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/sioux200.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/sioux400.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/slug.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/syn_30_0.0.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/syn_90_0.0.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/syn_p30_0.02.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/syn_p30_0.05.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/syn_p90_0.02.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/syn_p90_0.05.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/texas160.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/texas40.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/texas80.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/venne_deep.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/data/venne_shallow.txt +0 -0
- /timflow-0.1.0/docs/transient/04pumpingtests/figs/Dalem_model1.png → /timflow-0.2.0/docs/transient/04pumpingtests/figs/Dalem.png +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/figs/Falling_head.png +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/figs/Hardinxveld.png +0 -0
- /timflow-0.1.0/docs/transient/04pumpingtests/figs/NevadaTTim.png → /timflow-0.2.0/docs/transient/04pumpingtests/figs/Nevada.png +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/figs/Pratt_County.png +0 -0
- /timflow-0.1.0/docs/transient/04pumpingtests/figs/Schroth_New.png → /timflow-0.2.0/docs/transient/04pumpingtests/figs/Schroth.png +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/figs/Sioux.png +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/figs/Texas_Hill.png +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/figs/gridley.png +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/04pumpingtests/figs/oude_korendijk.png +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/05benchmarks/data/syn_p30_0.02.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/05benchmarks/data/syn_p30_0.05.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/05benchmarks/data/syn_p90_0.02.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/05benchmarks/data/syn_p90_0.05.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/05benchmarks/figs/neuman.png +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/docs/transient/index.rst +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/setup.cfg +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/.gitkeep +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/potld_order0_lab0.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/potld_order0_lab1.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/potld_order0_lab2.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/potld_order1_lab0.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/potld_order1_lab1.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/potld_order1_lab2.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/potld_order2_lab0.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/potld_order2_lab1.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/potld_order2_lab2.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/potls_order0_lab0.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/potls_order0_lab1.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/potls_order0_lab2.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/potls_order1_lab0.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/potls_order1_lab1.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/potls_order1_lab2.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/potls_order2_lab0.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/potls_order2_lab1.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/potls_order2_lab2.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/qxld_order0_lab0.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/qxld_order0_lab1.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/qxld_order0_lab2.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/qxld_order1_lab0.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/qxld_order1_lab1.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/qxld_order1_lab2.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/qxld_order2_lab0.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/qxld_order2_lab1.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/qxld_order2_lab2.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/qxls_order0_lab0.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/qxls_order0_lab1.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/qxls_order0_lab2.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/qxls_order1_lab0.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/qxls_order1_lab1.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/qxls_order1_lab2.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/qxls_order2_lab0.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/qxls_order2_lab1.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/qxls_order2_lab2.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/qyld_order0_lab0.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/qyld_order0_lab1.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/qyld_order0_lab2.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/qyld_order1_lab0.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/qyld_order1_lab1.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/qyld_order1_lab2.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/qyld_order2_lab0.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/qyld_order2_lab1.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/qyld_order2_lab2.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/qyls_order0_lab0.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/qyls_order0_lab1.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/qyls_order0_lab2.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/qyls_order1_lab0.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/qyls_order1_lab1.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/qyls_order1_lab2.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/qyls_order2_lab0.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/qyls_order2_lab1.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/tests/bessel_test_data/qyls_order2_lab2.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/tests/steady/test_steady_notebooks.py +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/tests/steady/test_well.py +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/tests/test_bessel.py +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/tests/test_import.py +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/tests/transient/test_theis.py +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/tests/transient/test_transient_notebooks.py +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/timflow/__init__.py +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/timflow/bessel/__init__.py +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/timflow/bessel/besselnumba.py +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/timflow/plots/__init__.py +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/timflow/plots/plots.py +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/timflow/size_of_arrays.txt +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/timflow/steady/__init__.py +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/timflow/steady/circareasink.py +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/timflow/steady/circinhom.py +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/timflow/steady/controlpoints.py +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/timflow/steady/element.py +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/timflow/steady/equation.py +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/timflow/steady/inhomogeneity.py +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/timflow/steady/intlinesink.py +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/timflow/steady/linedoublet1d.py +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/timflow/steady/linesink1d.py +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/timflow/steady/stripareasink.py +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/timflow/steady/trace.py +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/timflow/steady/uflow.py +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/timflow/transient/element.py +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/timflow/transient/equation.py +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/timflow/transient/fit.py +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/timflow/transient/invlapnumba.py +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/timflow/transient/kuhlman_invlap.py +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/timflow/transient/linedoublet1d.py +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/timflow/transient/linesink1d.py +0 -0
- {timflow-0.1.0 → timflow-0.2.0}/timflow/transient/trace.py +0 -0
- {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
|
|
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.
|
|
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
|
+
[](https://pypi.org/project/timflow/)
|
|
83
87
|
[](https://github.com/timflow-org/timflow/actions/workflows/ci-general.yml)
|
|
84
88
|
[](https://github.com/timflow-org/timflow/actions/workflows/ci-steady.yml)
|
|
85
89
|
[](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
|
+
[](https://pypi.org/project/timflow/)
|
|
3
4
|
[](https://github.com/timflow-org/timflow/actions/workflows/ci-general.yml)
|
|
4
5
|
[](https://github.com/timflow-org/timflow/actions/workflows/ci-steady.yml)
|
|
5
6
|
[](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
|
+
|
|
@@ -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
|
-
"
|
|
156
|
-
"
|
|
155
|
+
"kernelspec": {
|
|
156
|
+
"display_name": "Python 3",
|
|
157
|
+
"language": "python",
|
|
158
|
+
"name": "python3"
|
|
157
159
|
}
|
|
158
160
|
},
|
|
159
161
|
"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
|
-
"
|
|
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=\"
|
|
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
|
-
"
|
|
1165
|
-
"
|
|
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
|
-
"##
|
|
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
|
-
"
|
|
516
|
-
"
|
|
528
|
+
"kernelspec": {
|
|
529
|
+
"display_name": "Python 3",
|
|
530
|
+
"language": "python",
|
|
531
|
+
"name": "python3"
|
|
517
532
|
}
|
|
518
533
|
},
|
|
519
534
|
"nbformat": 4,
|
{timflow-0.1.0 → timflow-0.2.0}/docs/transient/00userguide/howtos/howto_convert_ttim_model.ipynb
RENAMED
|
@@ -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
|
|
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
|
-
"
|
|
79
|
-
"
|
|
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
|
|
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
|
|
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
|
|
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
|
-
"
|
|
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,
|
{timflow-0.1.0 → timflow-0.2.0}/docs/transient/00userguide/howtos/howto_select_a_model.ipynb
RENAMED
|
@@ -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
|
-
"
|
|
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
|
-
"
|
|
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,
|