.copier-answers.yml
.gitignore
.readthedocs.yaml
LICENSE
README.md
pyproject.toml
.github/workflows/ci.yml
.github/workflows/pypi_publish.yml
docs/Makefile
docs/make.bat
docs/source/api.rst
docs/source/conf.py
docs/source/faq.rst
docs/source/index.rst
docs/source/installation.rst
docs/source/introduction.rst
docs/source/quick_start.rst
docs/source/references.bib
docs/source/references.rst
docs/source/tutorials.rst
docs/source/_static/custom.css
docs/source/images/logo_pfas.png
examples/Kd_sorption_component.py
examples/RunningModelDifferentSoils.py
examples/data_structure.py
examples/gen_example.py
examples/initial_value_problem.py
examples/kin_vs_eq.py
examples/loop_for_Staring_soils_and_PFASs.py
examples/mass_balance.py
examples/data/config.toml
src/pfas/__init__.py
src/pfas/_version.py
src/pfas/data_loader.py
src/pfas/data_structure.py
src/pfas/model.py
src/pfas/py.typed
src/pfas/solver_utils.py
src/pfas/unit_converter.py
src/pfas/utils.py
src/pfas.egg-info/PKG-INFO
src/pfas.egg-info/SOURCES.txt
src/pfas.egg-info/dependency_links.txt
src/pfas.egg-info/requires.txt
src/pfas.egg-info/scm_file_list.json
src/pfas.egg-info/scm_version.json
src/pfas.egg-info/top_level.txt
src/pfas/component/__init__.py
src/pfas/component/awi.py
src/pfas/component/kaw.py
src/pfas/component/kd.py
src/pfas/component/preprocessing.py
src/pfas/component/retardation.py
src/pfas/component/solver.py
src/pfas/data/PFASs.json
src/pfas/data/soils.json
src/pfas/data/spa_matrix.json
tests/conftest.py
tests/test_boundary_preprocessor.py
tests/test_data_loader.py
tests/test_full_simulation.py
tests/test_grid_generator.py
tests/test_ivp.py
tests/test_mass_balance.py
tests/test_model.py
tests/test_water_preprocessor.py
tests/component/test_awi_components.py
tests/component/test_awi_components.py_old
tests/component/test_kaw_components.py
tests/component/test_kd_components.py
tests/component/test_retardation_components.py
tests/solvers/test_equilibrium_solver.py
tests/solvers/test_kinetic_solver.py