.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/quick_start.rst
docs/source/tutorials.rst
examples/Kd_sorption.py
examples/data_structure.py
examples/factory.py
examples/gen_example.py
examples/initial_value_problem.py
examples/data/config.toml
src/pfas/___init___.py
src/pfas/_version.py
src/pfas/analytical_soln.py
src/pfas/configuration.py
src/pfas/data_loader.py
src/pfas/model.py
src/pfas/preprocessing.py
src/pfas/py.typed
src/pfas/solver_utils.py
src/pfas/solvers.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/top_level.txt
src/pfas/data/PFASs.json
src/pfas/data/soils.json
src/pfas/data/spa_matrix.json
tests/conftest.py
tests/test_configuration.py
tests/test_kinetic_reduces_to_eq.py
tests/test_preproc_boundaries.py
tests/test_preproc_gridgenerators.py
tests/test_preproc_simulationrunner.py
tests/test_preproc_sorptionkawi.py
tests/test_preproc_spretardation.py
tests/test_preproc_swcadsorption.py
tests/test_preproc_water.py
tests/test_preprocessing.py
tests/test_solver_utils.py
tests/test_unit_conversions.py
tests/test_util_funcs.py