This run of POD_BASIS takes the INOUT_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 | 26.9107 |
2 | 7.0878 |
3 | 6.5015 |
4 | 3.1420 |
5 | 1.6973 |
6 | 1.4947 |
7 | 0.9253 |
8 | 0.7592 |
9 | 0.5738 |
10 | 0.4570 |
11 | 0.3736 |
12 | 0.2749 |
13 | 0.2707 |
14 | 0.1787 |
15 | 0.1453 |
16 | 0.0994 |
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, or INOUT_FLOW_SNAPSHOT, using the node coordinate file xy.txt. I only plotted the first four:
You can go up to the POD_BASIS_FLOW page.