Download v2.1.0 | Source Pack
For Compilation on GNU/Linux
The OpenFOAM Foundation
For Compilation on GNU/Linux
OpenFOAM 2.0.1 is a patch release of version 2.0.0 that fixes critical bugs and improves usability and consistency in the code. As a patch release, we strongly recommend users of v2.0.1 upgrade to this version. Version 2.0.1 is distributed as:
For Ubuntu 10.04LTS, 10.10, 11.04
For SuSE 11.3
For Compilation on GNU/Linux
OpenFOAM version 2.0.0 is a major release of OpenFOAM with numerous new features, distributed as:
In addition to new features described on other pages linked to from the version 2.0.0 release announcement, there are some other new developments in OpenFOAM. Other new solvers adjointShapeOptimizationFoam – steady-state solver for incompressible, turbulent flow of non-Newtonian fluids with optimisation of duct shape by applying ”blockage” in regions causing […]
Cyclic Boundary Condition The cyclic boundary condition, also know as a periodic boundary condition, treats 2 boundary regions as if they are physically connected. They are used for repeated geometries , e.g. heat exchanger tube bundles. In versions of OpenFOAM before v2.0.0, a cyclic patch contained the faces for both […]
Run-time Code Compilation OpenFOAM now includes the capability to compile, load and execute C++ code at run-time. It includes a new general directive called #codeStream that can be used in any input files for run-time compilation. For example, the following code in the controlDict file looks up dictionary entries and […]
Function Objects OpenFOAM can carry out post-processing (and run-time control) automatically while the simulation is running using function objects. In v2.0.0, the range of available functionality has been extended to include the following: abortCalculation – Watches for presence of the named file in the case directory and aborts the calculation […]