From 33f1dcb9aec0d5a5839bb322778ec13c6c3b45c3 Mon Sep 17 00:00:00 2001 From: Gerasimos Chourdakis Date: Thu, 27 Jun 2024 12:46:42 +0200 Subject: [PATCH] Update Quickstart for OpenFOAM v2406 and adapter v1.3.1 (#545) --- changelog-entries/545.md | 1 + quickstart/README.md | 12 ++++++------ 2 files changed, 7 insertions(+), 6 deletions(-) create mode 100644 changelog-entries/545.md diff --git a/changelog-entries/545.md b/changelog-entries/545.md new file mode 100644 index 000000000..6f365fe3f --- /dev/null +++ b/changelog-entries/545.md @@ -0,0 +1 @@ +- Updated the default suggested OpenFOAM version to v2406 [#545](https://github.com/precice/tutorials/pull/545). diff --git a/quickstart/README.md b/quickstart/README.md index 8a532accd..9809f9759 100644 --- a/quickstart/README.md +++ b/quickstart/README.md @@ -39,10 +39,10 @@ To get a feeling what preCICE does, watch a [short presentation](https://www.you ```bash # Add the signing key, add the repository, update (check this): wget -q -O - https://dl.openfoam.com/add-debian-repo.sh | sudo bash - # Install OpenFOAM v2312: - sudo apt install openfoam2312-dev + # Install OpenFOAM v2406: + sudo apt install openfoam2406-dev # Enable OpenFOAM by default in your system and apply now: - echo "source /usr/lib/openfoam/openfoam2312/etc/bashrc" >> ~/.bashrc + echo "source /usr/lib/openfoam/openfoam2406/etc/bashrc" >> ~/.bashrc source ~/.bashrc ``` @@ -55,9 +55,9 @@ To get a feeling what preCICE does, watch a [short presentation](https://www.you 4. Download and install the [OpenFOAM-preCICE adapter](https://precice.org/adapter-openfoam-get.html): ```bash - wget https://github.com/precice/openfoam-adapter/archive/refs/tags/v1.3.0.tar.gz - tar -xzf v1.3.0.tar.gz - cd openfoam-adapter-1.3.0/ + wget https://github.com/precice/openfoam-adapter/archive/refs/tags/v1.3.1.tar.gz + tar -xzf v1.3.1.tar.gz + cd openfoam-adapter-1.3.1/ ./Allwmake cd .. ```