This run of POD_BASIS takes the INOUT_FLOW2 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.0684 |
2 | 0.5952 |
3 | 0.2353 |
4 | 0.1511 |
5 | 0.0834 |
6 | 0.0545 |
7 | 0.0379 |
8 | 0.0331 |
9 | 0.0258 |
10 | 0.0163 |
11 | 0.0132 |
12 | 0.0103 |
13 | 0.0100 |
14 | 0.0069 |
15 | 0.0056 |
16 | 0.0042 |
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.