| ... | ... | @@ -7,16 +7,16 @@ _Precompiled packages (openSUSE)_ <br> |
|
|
|
***Quick-start***: <br>
|
|
|
|
```
|
|
|
|
# Add the science repository
|
|
|
|
curl https://dl.openfoam.com/add-science-repo.sh | sudo bash
|
|
|
|
curl -s https://dl.openfoam.com/add-science-repo.sh | sudo bash
|
|
|
|
|
|
|
|
# Refresh
|
|
|
|
sudo zypper refresh
|
|
|
|
|
|
|
|
# Install preferred package. Eg,
|
|
|
|
sudo zypper install openfoam2406-default
|
|
|
|
sudo zypper install openfoam2412-default
|
|
|
|
|
|
|
|
# Use the openfoam shell session. Eg,
|
|
|
|
openfoam2406
|
|
|
|
openfoam2412
|
|
|
|
```
|
|
|
|
|
|
|
|
 The packages do ***not*** contain
|
| ... | ... | @@ -41,7 +41,7 @@ https://software.opensuse.org//download.html?project=science&package=openfoam |
|
|
|
and follow the instructions there.
|
|
|
|
Note that this is a meta-package and individual version downloads are also possible.
|
|
|
|
For example,
|
|
|
|
https://software.opensuse.org//download.html?project=science&package=openfoam2406
|
|
|
|
https://software.opensuse.org//download.html?project=science&package=openfoam2412
|
|
|
|
|
|
|
|
If you already have the _Science_ repository registered on your system,
|
|
|
|
you should be able to install it directly with `zypper`:
|
| ... | ... | @@ -70,9 +70,9 @@ descriptions, the following represent typical installation commands: |
|
|
|
|
|
|
|
|User Group | Command |
|
|
|
|
|---------------|------------------|
|
|
|
|
| minimalist | `sudo zypper install openfoam2406` |
|
|
|
|
| traditional | `sudo zypper install openfoam2406-devel` |
|
|
|
|
| everything | `sudo zypper install openfoam2406-default` |
|
|
|
|
| minimalist | `sudo zypper install openfoam2412` |
|
|
|
|
| traditional | `sudo zypper install openfoam2412-devel` |
|
|
|
|
| everything | `sudo zypper install openfoam2412-default` |
|
|
|
|
|
|
|
|
|
|
|
|
### Installation locations
|
| ... | ... | @@ -114,7 +114,7 @@ As documented in [precompiled packages - OpenFOAM environment](/precompiled#envi |
|
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
Copyright (C) 2020-2024 OpenCFD Ltd.
|
|
|
|
Copyright (C) 2020-2025 OpenCFD Ltd.
|
|
|
|
|
|
|
|
[link paraview]: https://www.paraview.org/download/
|
|
|
|
[faq paraview]: https://discourse.paraview.org/t/i-want-to-visualize-my-openfoam-simulation-results-with-paraview-but-im-confused-which-version-should-i-use |