File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 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+ ```
You can’t perform that action at this time.
0 commit comments