This run of POD_BASIS takes the CAVITY_FLOW data, applies mass matrix preconditioning, 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 | 3.5795 |
2 | 1.6892 |
3 | 1.0027 |
4 | 0.3563 |
5 | 0.1554 |
6 | 0.0885 |
7 | 0.0656 |
8 | 0.0580 |
9 | 0.0417 |
10 | 0.0268 |
11 | 0.0216 |
12 | 0.0106 |
13 | 0.0085 |
14 | 0.0048 |
15 | 0.0033 |
16 | 0.0021 |
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.