This dataset contains the source code to reproduce the numerical simulations presented in Grether et al. A dual-continuum approach for precipitated salt
in porous media: Accounting for coupled transport processes (submitted), Transport in Porous Media, TODO: add doi after acceptance.
The dataset contains code for two new model approaches (coupled-flow and pseudo-flow approach) including transport processes within the salt that precipitated inside a porous medium.
DuMuX, 3.9
Files
grether2025a-dockerImage.tar: compressed docker image (See README.md for the structure of the code).
Open the image e.g. via
docker load --input grether2025a-dockerImage.tar
Run a docker container with the previously loaded image (image name grether2025a-image) and the container name dumux_grether2025a:
docker run -it --name dumux_grether2025a grether2025a-image
install_grether2025a.py: installation script to directly (no Docker needed) install the corresponding DuMuX module for the paper as well as all dependent dune and DuMuX modules. (See README.md in this data repository).
README.md: Information about the source repository (folder grether2025a within the docker image)