1. Basic Idea of POD
Proper Orthogonal Decomposition (POD) is a widely used method for data reduction and modal decomposition. It extracts the most energetic and representative structures from complex datasets such as flow fields, pressure fields, or experimental measurements.
The core idea of POD is to represent a complex system using a limited number of orthogonal modes that capture the maximum possible energy. For flow field analysis, POD decomposes a transient field into a set of spatial modes and corresponding temporal coefficients, revealing dominant coherent structures in the flow.

Compared with directly analyzing a large number of instantaneous snapshots, POD significantly simplifies the problem by identifying a few dominant modes, making it easier to interpret flow structures, energy distribution, and unsteady behavior.
2. Mathematical Formulation of POD
Let the instantaneous field be denoted as , where is the spatial coordinate and is time. POD aims to express it as:
where:
- is the mean field
- is the -th spatial POD mode
- is the corresponding temporal coefficient
- is the number of modes
In practice, the fluctuating component is first obtained:
Then POD is applied to the fluctuating field:
3. Physical Meaning of POD Modes
The spatial modes represent dominant flow structures. The first mode usually contains the highest energy and corresponds to the most significant coherent structure. Higher-order modes contain progressively less energy and often represent smaller-scale or more complex structures.
The temporal coefficients describe how each spatial mode evolves over time.

Each POD mode is associated with an eigenvalue , which represents its energy contribution. The energy ratio of the -th mode is:
The cumulative energy of the first modes is:
If a few modes capture most of the energy, the system exhibits low-dimensional characteristics.
4. Basic Procedure of POD
The general procedure of POD analysis is as follows:
- Collect transient data (velocity, pressure, vorticity, etc.)
- Convert each snapshot into a column vector
- Construct the snapshot matrix
- Perform decomposition to obtain modes, coefficients, and energies
- Analyze dominant structures based on energy contribution
For spatial points and snapshots, the snapshot matrix is:
SVD-Based POD (SVD-POD)
5. Basic Idea of SVD-POD
SVD-POD is a numerical implementation of POD using Singular Value Decomposition (SVD). Instead of explicitly forming the covariance matrix, SVD directly decomposes the snapshot matrix, making it computationally efficient and stable.
For the snapshot matrix , SVD is given by:
where:
- contains left singular vectors (spatial modes)
- is a diagonal matrix of singular values
- contains right singular vectors (time information)

6. Derivation of SVD-POD
Given the snapshot matrix:
Perform SVD:
where:
with:
The POD modes are given by:
The energy associated with each mode is proportional to the square of the singular values:
Thus, the energy ratio is:
and the cumulative energy is:
7. Temporal Coefficients
In SVD-POD, the temporal coefficients can be obtained as:
Thus, the snapshot matrix can be reconstructed as:
or in summation form:
For the -th mode, the temporal coefficient at time is:
8. Low-Order Reconstruction
One key application of POD is reduced-order reconstruction. By retaining only the first dominant modes:
or:

A small number of modes can capture the main structures while filtering out noise. Increasing improves reconstruction accuracy.
9. Relationship Between POD and SVD
POD is a theoretical framework for optimal energy-based decomposition, while SVD is a numerical tool used to compute POD modes.
In practice:
10. Applications in Flow Analysis
POD is widely used in fluid mechanics and turbomachinery:
- Extraction of dominant coherent structures
- Analysis of energy distribution
- Identification of large-scale vortices
- Data dimensionality reduction
- Low-order reconstruction
- Separation of dominant structures and disturbances
For example, in pump flow analysis, low-order modes often correspond to major vortices, recirculation zones, or large-scale unsteady structures, while higher-order modes may represent small-scale turbulence or noise.
11. Advantages and Limitations
Advantages:
- Optimal energy representation
- Strong data compression capability
- Clear identification of dominant structures
Limitations:
- Modes are ranked by energy, not frequency
- Multiple physical phenomena may be mixed in one mode
Therefore, additional analysis (e.g., FFT, HHT, or wavelet transform) is often needed to interpret modal frequency characteristics.
12. Summary
Proper Orthogonal Decomposition (POD) is an energy-based modal decomposition method that extracts dominant structures from complex datasets:
SVD-POD implements POD using singular value decomposition:
Here, represents spatial modes, represents modal energy, and describes temporal evolution.
POD is highly effective for extracting coherent structures, analyzing energy distribution, and performing reduced-order modeling, especially in unsteady flow analysis.
