Close

Source

OpenFOAM 5.0 Released

The OpenFOAM Foundation is pleased to announce the release of version 5.0 of the OpenFOAM open source CFD toolbox. Version 5.0 is a snapshot of the OpenFOAM development version that is “always-releasable” quality, through rapid-turnaround feedback between code maintainers and users. It provides new functionality and major improvements to existing code, with strict demands on usability, reliability and maintainability. It is produced for the benefit of all users, rather than a handful of commercial organisations. OpenFOAM 5.0 is distributed under the General Public Licence by the OpenFOAM Foundation for:

  • Ubuntu Linux: packaged installation for Ubuntu 14.04, 16.04 and 17.04;
  • Other Linux: installation with a Docker container; or compilation from source code;
  • Windows 10: installation using Windows Subsystem for Linux with Ubuntu packs;
  • macOS: installation with a Docker container.

26th July 2017

Read More

OpenFOAM 4.0 Released

OpenFOAM version 4.0 is a major new version of OpenFOAM that increases CFD productivity by significant improvements to general usability, post-processing, case management and software management. It provides a solid platform for the future, sustainable development of OpenFOAM through reimplementation of core and major libraries, over 120 bug fixes and much better consistency, robustness and performance. It is packed with numerous new and improved boundary conditions, new rigid body dynamics libraries, and developments in turbulence and transport modelling, meshing, ACMI and multiphase, reacting flow. OpenFOAM 4.0 is supplied as:

  • a packaged installation for Ubuntu Linux — the simplest installation option for OpenFOAM;
  • a source pack for compilation on other Linux distributions.

28th June 2016

Read More

OpenFOAM Repo: 5. Compiling OpenFOAM

With the Third Party software installed and environment updated, compile OpenFOAM by going into the OpenFOAM-dev directory and executing the Allwmake script.  Type Allwmake -help for options, but the 2 main choices are to compile in serial with ./Allwmake or compile in parallel with all available cores/hyperthreads with: ./Allwmake -j […]

1st May 2016

Read More

OpenFOAM Repo: 4. Third Party Software

OpenFOAM relies some third-party software packages (in addition to OpenMPI) for some important tasks: Scotch and PT-Scotch for domain decomposition for parallel running (recommended/essential). ParaView visualization application (essential, without an alternative, compatible visualisation tool) The ThirdParty repository contains scripts for compiling these software packages.  The README file contains some information about […]

1st May 2016

Read More

OpenFOAM Repo: 3. Setting the Environment

Environment variable settings for OpenFOAM are contained in files in the OpenFOAM-dev/etc directory.  To compile OpenFOAM, the user must ‘source’ the environment, either the bashrc file if they are running the bash or ksh shell, or the cshrc file if they are running the tcsh or csh shell.  To check the […]

1st May 2016

Read More

OpenFOAM Repo: 2. Downloading Source Code

First choose a directory location for the installation directory of OpenFOAM. If the installation is for a single user only, or if the user does not have administrative privileges (or root access) to the machine, we recommend the installation directory is $HOME/OpenFOAM  (i.e. a directory OpenFOAM in the user’s home […]

1st May 2016

Read More

OpenFOAM Repo: 1. Software for Compilation

The following supporting software is required to download, compile and run OpenFOAM from one of the source repositories. Compiler: either GCC version 5.4 or above; or LLVM Clang version 3.6 or above; or the Intel oneAPI DPC++/C++ Compiler version 2021.3.0 or above. GCC is most commonly available and the version […]

1st May 2016

Read More

Upgrading RHEL 6 Packages for OpenFOAM

As the root user (e.g. typing sudo -i), programming tools can be installed by executing the following commands in a terminal: yum groupinstall ‘Development Tools’ yum install openmpi openmpi-devel yum install epel-release yum install –nogpgcheck qtwebkit qtwebkit-devel yum install –nogpgcheck CGAL CGAL-devel The Boost C++ library is installed automatically for […]

30th April 2016

Read More