Download v2.1.0 | Fedora
For Fedora 15 and 16
The OpenFOAM Foundation
For Fedora 15 and 16
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 […]