The pre-compiled DAFoam image is ready to use for various operating systems.
Edit me
The easiest way to run DAFoam optimizations is to use the pre-compiled package through Docker Hub. For advanced users, refer to this page on how to compile everything from scratch. The Get Started section assumes you use the pre-compiled package.
Before downloading the pre-compiled package, you need to install Docker. Follow the installation instructions for
Once the above installation is done, open a Terminal (Linux and MacOS) or Command Prompt (Windows) and verify the Docker installation by running:
docker --version
You should be able to see your installed Docker version.
Once Docker is installed and verified, run this command from the terminal to download the DAFoam image:
docker pull dafoam/opt-packages:v5.0.0
Now you are ready to run DAFoam optimization.