Skip to content

Commit

Permalink
Update Quickstart for OpenFOAM v2406 and adapter v1.3.1 (#545)
Browse files Browse the repository at this point in the history
  • Loading branch information
MakisH authored Jun 27, 2024
1 parent e5cbd6b commit 33f1dcb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions changelog-entries/545.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Updated the default suggested OpenFOAM version to v2406 [#545](https://github.com/precice/tutorials/pull/545).
12 changes: 6 additions & 6 deletions quickstart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand All @@ -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 ..
```
Expand Down

0 comments on commit 33f1dcb

Please sign in to comment.