This run of POD_BASIS takes the TCELL_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 | 2.7234 |
2 | 0.6704 |
3 | 0.2612 |
4 | 0.1197 |
5 | 0.0866 |
6 | 0.0349 |
7 | 0.0168 |
8 | 0.0151 |
9 | 0.0077 |
10 | 0.0060 |
11 | 0.0029 |
12 | 0.0023 |
13 | 0.0014 |
14 | 0.0010 |
15 | 0.0008 |
16 | 0.0004 |
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.