Skip to content

Commit 33f1dcb

Browse files
authored
Update Quickstart for OpenFOAM v2406 and adapter v1.3.1 (#545)
1 parent e5cbd6b commit 33f1dcb

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

changelog-entries/545.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Updated the default suggested OpenFOAM version to v2406 [#545](https://github.com/precice/tutorials/pull/545).

quickstart/README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ To get a feeling what preCICE does, watch a [short presentation](https://www.you
3939
```bash
4040
# Add the signing key, add the repository, update (check this):
4141
wget -q -O - https://dl.openfoam.com/add-debian-repo.sh | sudo bash
42-
# Install OpenFOAM v2312:
43-
sudo apt install openfoam2312-dev
42+
# Install OpenFOAM v2406:
43+
sudo apt install openfoam2406-dev
4444
# Enable OpenFOAM by default in your system and apply now:
45-
echo "source /usr/lib/openfoam/openfoam2312/etc/bashrc" >> ~/.bashrc
45+
echo "source /usr/lib/openfoam/openfoam2406/etc/bashrc" >> ~/.bashrc
4646
source ~/.bashrc
4747
```
4848

@@ -55,9 +55,9 @@ To get a feeling what preCICE does, watch a [short presentation](https://www.you
5555
4. Download and install the [OpenFOAM-preCICE adapter](https://precice.org/adapter-openfoam-get.html):
5656

5757
```bash
58-
wget https://github.com/precice/openfoam-adapter/archive/refs/tags/v1.3.0.tar.gz
59-
tar -xzf v1.3.0.tar.gz
60-
cd openfoam-adapter-1.3.0/
58+
wget https://github.com/precice/openfoam-adapter/archive/refs/tags/v1.3.1.tar.gz
59+
tar -xzf v1.3.1.tar.gz
60+
cd openfoam-adapter-1.3.1/
6161
./Allwmake
6262
cd ..
6363
```

0 commit comments

Comments
 (0)