The first run of POD_BASIS simply takes the TCELL_FLOW data and seeks 16 POD vectors.
Note, from the output file, the singular values associated with each POD vector, which indicate its relative importance:
Vector | Singular value |
---|---|
1 | 218.8394 |
2 | 53.9789 |
3 | 21.0825 |
4 | 9.6206 |
5 | 6.9825 |
6 | 2.8031 |
7 | 1.3552 |
8 | 1.2116 |
9 | 0.6235 |
10 | 0.4901 |
11 | 0.2384 |
12 | 0.1896 |
13 | 0.1171 |
14 | 0.0829 |
15 | 0.0636 |
16 | 0.0350 |
The main output of the run is the POD vectors, each in a separate file, which can be regarded as flow solutions:
Each of the POD vectors can be plotted by VECTOR_PLOT, using the xy.txt file from the CAVITY_FLOW database. I only plotted the first four:
You can go up to the POD_BASIS_FLOW page.