OpenFOAM simulation cases for the Pogona simulator for macroscopic molecular communication.
You can find instructions on how to use an Apptainer container image in our pogona-container repository.
Some of the cases have to be generated from templates first before they can be used with OpenFOAM. Follow the following instructions to do so:
# First repo checkout:
pipenv install
# Enter Python virtualenv:
pipenv shell
# Generate cases:
snakemake
Afterwards, you can run each desired simulation by cd
-ing into the respective subfolder and running ./Allrun
.