Skip to content

Commit 85d2850

Browse files
authored
Update README.md
1 parent 8d8e08f commit 85d2850

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

examples/SU2/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,14 @@ Download and install the appropriate version of SU2, e.g. on Linux:
1616
wget https://github.com/su2code/SU2/releases/download/v7.0.2/SU2-v7.0.2-linux64-mpi.zip
1717
unzip SU2-v7.0.2-linux64-mpi.zip
1818
```
19-
Download the required files:
19+
Ensure that the environment variable `SU2_RUN` in the `SU2.sh` script is set to the `bin` directory created above.
20+
21+
Download the required config file and mesh file:
2022
```
2123
wget https://raw.githubusercontent.com/su2code/Tutorials/master/compressible_flow/Inviscid_ONERAM6/inv_ONERAM6.cfg
2224
wget https://github.com/su2code/Tutorials/raw/master/compressible_flow/Inviscid_ONERAM6/mesh_ONERAM6_inv_ffd.su2
2325
```
26+
Execute the script:
27+
```
28+
. ./SU2.sh
29+
```

0 commit comments

Comments
 (0)