Skip to content

Commit 8d8e08f

Browse files
authored
Update README.md
1 parent 4b8f08f commit 8d8e08f

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

examples/SU2/README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# SU2
2+
3+
This example is taken from https://su2code.github.io/tutorials/Inviscid_ONERAM6/.
4+
5+
Setup a Python virtual environment:
6+
```
7+
python3 -m venv venv
8+
source ./venv/bin/activate
9+
```
10+
Install Simvue:
11+
```
12+
pip install simvue
13+
```
14+
Download and install the appropriate version of SU2, e.g. on Linux:
15+
```
16+
wget https://github.com/su2code/SU2/releases/download/v7.0.2/SU2-v7.0.2-linux64-mpi.zip
17+
unzip SU2-v7.0.2-linux64-mpi.zip
18+
```
19+
Download the required files:
20+
```
21+
wget https://raw.githubusercontent.com/su2code/Tutorials/master/compressible_flow/Inviscid_ONERAM6/inv_ONERAM6.cfg
22+
wget https://github.com/su2code/Tutorials/raw/master/compressible_flow/Inviscid_ONERAM6/mesh_ONERAM6_inv_ffd.su2
23+
```

0 commit comments

Comments
 (0)