Skip to content

OpenFOAM applications and libraries for performing atmospheric experiments

License

Notifications You must be signed in to change notification settings

techcfd/AtmosFOAM

 
 

Repository files navigation

AtmosFOAM

DOI Build Status

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.

Installation

From source

  • First, apt-get install libgdal-dev
  • Ensure AtmosFOAM-tools is installed
  • Install OpenFOAM dev.
  • Compile all AtmosFOAM applications and libraries using ./Allwmake

Ubuntu 17.10 amd64 binaries

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

Testing

Unit tests are run automatically using Allwmake.

About

OpenFOAM applications and libraries for performing atmospheric experiments

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 62.2%
  • C 33.6%
  • Python 2.0%
  • Shell 1.7%
  • Objective-C 0.3%
  • Makefile 0.1%
  • Gnuplot 0.1%