precice / systemtests

Testing preCICE / solver combinations using Docker
GNU General Public License v3.0
3 stars 4 forks source link

Upgrade from OpenFOAM 5 to OpenFOAM v2006 #255

Closed Eder-K closed 3 years ago

Eder-K commented 3 years ago

Due to the age of OF 5, Ubuntu 20.04 is no longer supported. To keep the tests simple, all OF-related tests now use OF v2006 regardless of Ubuntu version. This comes with the added benefits of the installation process being simpler (see https://develop.openfoam.com/Development/openfoam/-/wikis/precompiled/debian#precompiled-packages-debianubuntu) as well as removing the need to maintain a standalone docker image of the OF 5 solver (which we would copy into the adapter container while installing).

Note that this does change the output of each OF-based test. This is not relevant to us, however, as the compared output of all tests is getting overhauled with the merging of #256.