A collection of OpenFOAM computational fluid dynamics applications and libraries for performing atmospheric experiments. Includes mesh generators, scalar transport and Navier-Stokes solvers, and post-processing and visualisation tools.
- First,
apt-get install libgdal-dev - Ensure AtmosFOAM-tools is installed
- Install OpenFOAM dev.
- Compile all AtmosFOAM applications and libraries using
./Allwmake
sudo sh -c "wget -O - http://dl.openfoam.org/gpg.key | apt-key add -"
sudo add-apt-repository http://dl.openfoam.org/ubuntu
sudo add-apt-repository "http://dl.openfoam.org/ubuntu dev"
sudo add-apt-repository "http://atmosfoam-apt.s3-website-eu-west-1.amazonaws.com dev"
sudo apt-get update --allow-insecure-repositories
sudo apt-get install atmosfoam
Unit tests are run automatically using Allwmake.