This dataset contains the source code to reproduce the simulations for the dual network model presented in Kostelecky et al., Local Thermal Non-Equilibrium Models in Porous Media: A Comparative Study of Conduction effects, International Journal of Heat and Mass Transfer. \TODO: add doi after acceptance.
Files
README.md: Instruction about installation, running the simulation etc.
dumux-docker.tar.xz: compressed folder with a Dockerfile and all necessary scripts and information to build the docker image and run the docker container. (See README.md in this data repository or within the compressed folder dumux-docker/README.md for more information). It can be extracted e.g in a terminal on Linux via
tar -xf dumux-docker.tar.xz
install_Kostelecky2025a.py: installation script to directly install the corresponding dumux module for the paper (kostelecky2025a) as well as all dependent dune and dumux modules. (See README.md in this data repository or within the unzipped folder dumux-docker/README.md for more information).