File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,14 @@ Download and install the appropriate version of SU2, e.g. on Linux:
1616wget https://github.com/su2code/SU2/releases/download/v7.0.2/SU2-v7.0.2-linux64-mpi.zip
1717unzip 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```
2123wget https://raw.githubusercontent.com/su2code/Tutorials/master/compressible_flow/Inviscid_ONERAM6/inv_ONERAM6.cfg
2224wget 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+ ```
You can’t perform that action at this time.
0 commit comments