Skip to content

Commit

Permalink
Update documentation on OpenFOAM versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MakisH committed Oct 5, 2021
1 parent 22568dc commit c1566a0
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions docs/openfoam-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ summary: Recent OpenFOAM.com versions work out-of-the-box. Recent OpenFOAM.org v

## How to get OpenFOAM

The easiest way to start is to get binary packages for your Linux distribution. For example, to [get OpenFOAM v2012 on Ubuntu](https://develop.openfoam.com/Development/openfoam/-/wikis/precompiled/debian#precompiled-packages-debianubuntu):
The easiest way to start is to get binary packages for your Linux distribution. For example, to [get OpenFOAM v2106 on Ubuntu](https://develop.openfoam.com/Development/openfoam/-/wikis/precompiled/debian#precompiled-packages-debianubuntu):

```bash
# Add the signing key, add the repository, update:
wget -q -O - https://dl.openfoam.com/add-debian-repo.sh | sudo bash

# Install OpenFOAM v2012:
sudo apt-get install openfoam2012-dev
# Install OpenFOAM v2106:
sudo apt-get install openfoam2106-dev
```

As these steps change your `.profile`, you need to log out and in again to make OpenFOAM fully discoverable.
Expand All @@ -23,19 +23,19 @@ As these steps change your `.profile`, you need to log out and in again to make

OpenFOAM is a project with long history and many forks, of which we try to support as many as possible.

We provide version-specific branches and archives for:
We provide version-specific branches and [release archives](https://github.com/precice/openfoam-adapter/releases/latest) for:

- OpenCFD / ESI (openfoam.com):
- [OpenFOAM v1812-v2012](https://github.com/precice/openfoam-adapter) or newer (main target)
- [OpenFOAM v1806 or older](https://github.com/precice/openfoam-adapter/tree/OpenFOAMv1806)
- OpenFOAM Foundation (openfoam.org):
- [OpenFOAM 8](https://github.com/precice/openfoam-adapter/pull/130) (experimental).
- [OpenFOAM 7](https://github.com/precice/openfoam-adapter/tree/OpenFOAM7) (experimental).
- [OpenFOAM 6](https://github.com/precice/openfoam-adapter/tree/OpenFOAM6) (experimental).
- [OpenFOAM 5.x](https://github.com/precice/openfoam-adapter/tree/OpenFOAM5).
- [OpenFOAM 4.0/4.1](https://github.com/precice/openfoam-adapter/tree/OpenFOAM4).
- OpenCFD / ESI (openfoam.com) - main focus:
- [OpenFOAM v1812-v2106](https://github.com/precice/openfoam-adapter) or newer
- [OpenFOAM v1612-v1806](https://github.com/precice/openfoam-adapter/tree/OpenFOAMv1806)
- OpenFOAM Foundation (openfoam.org) - secondary, consider experimental:
- [OpenFOAM 8](https://github.com/precice/openfoam-adapter/tree/OpenFOAM8)
- [OpenFOAM 7](https://github.com/precice/openfoam-adapter/tree/OpenFOAM7)
- [OpenFOAM 6](https://github.com/precice/openfoam-adapter/tree/OpenFOAM6)
- [OpenFOAM 5.x](https://github.com/precice/openfoam-adapter/tree/OpenFOAM5)
- [OpenFOAM 4.0/4.1](https://github.com/precice/openfoam-adapter/tree/OpenFOAM4)

Known not supported versions: OpenFOAM v1606+ or older, OpenFOAM 3 or older, foam-extend (any version).
Known not supported versions: OpenFOAM 9 ([issue - contributions welcome](https://github.com/precice/openfoam-adapter/issues/200)), OpenFOAM v1606+ or older, OpenFOAM 3 or older, foam-extend (any version).

## Supported OpenFOAM solvers

Expand Down

0 comments on commit c1566a0

Please sign in to comment.