Supersonic inviscid flow of Mach 2.0 past a 15-degree ramp
Problem Statement
In this test case, a supersonic inviscid flow of Mach 2.0 past a 15-degree ramp will be simulated. The domain used, and boundary
condition applied to the domain are illustrated in Fig. 2. The case definition and grid used were obtained from NPARC
Alliance Validation Archive.
Mesh
A structured grid of size 153 × 91 × 2 will be used, as shown in Fig. 3. The grid is available in the
tutorial folder |rootFolder|/run/Tutorial/Ramp/CreateBlocks/.
Note
If run folder is empty, please download the content from Github
direcotry or download the zip file here.
In the blocking_point.f90
edit the number of blocks in the I-direction and J-direction. In this test case, only one block will
be used. integer, parameter :: xblocks = 1 integer, parameter :: yblocks = 1
In order to compile the blocking_point.f90 code with gfortran and execute it, commands are written
in the makefile. Just use the following command to generate grid files in the grid/ folder.
$make
Run the previous command in the |rootFolder|/run/Tutorial/Ramp/CreateBlocks/ directory.