Created: 2025-10-01 Wed 01:29
(2.1) Radial eigenvalue problem:
$$ \int S(k, m; r, r') \, \Phi_n(k, m; r') \, r' \, dr' = \lambda_n(k, m) \, \Phi_n(k, m; r) $$(2.2) Cross-correlation tensor:
$$ S(k, m; r, r') = \lim_{\tau \to \infty} \frac{1}{\tau} \int_0^\tau \mathbf{u}(k, m; r, t) \, \mathbf{u}^*(k, m; r', t) \, dt $$(2.3) POD coefficient projection:
$$ \alpha_n(k, m; t) = \int \mathbf{u}(k, m; r, t) \, \Phi_n^*(k, m; r) \, r \, dr $$(2.4) Time-domain eigenvalue problem:
$$ \int R(k, m; t, t') \, \alpha_n(k, m; t') \, dt' = \lambda_n(k, m) \, \alpha_n(k, m; t) $$(2.5) Mode reconstruction:
$$ \int \mathbf{u}^T(k, m; r, t) \, \alpha_n^*(k, m; t) \, dt = \Phi_n^T(k, m; r) \, \lambda_n(k, m) $$(2.6) Conditional mode definition:
$$ \Psi_n(m; \xi, r) = \lim_{\chi \to \infty} \frac{1}{\chi} \int_0^\chi \int_0^\tau \mathbf{u}^T(m; r, x+\xi, t) \, \alpha_n(m; x, t) \, dt \, dx $$Azimuthal FFT:
Streamwise FFT:
Why FFT?
Nature of POD Modes:
Snapshot POD:
Complementarity:
pipe = Pipe(); creates a Pipe Class. As the functions (above) are called, data is stored in sub-structs:
The following equations are used in the above code.
The reconstruction is given by
Since the snapshot pod implementation is not error-free, the reconstruction can only be recovered by writing for \(\text{factor} \gg 0\).
In order to reconstruct in code, caseId.fluctuation = ’off’. This is incorrect. The necessary use of (factor \(\gamma\)) is incorrect
To derive the questioned equation, consider the integral:
Substitute \(\mathbf{u}_{\mathrm{T}}\) with its expansion:
Exchange the order of summation and integration, and apply orthogonality,
Due to the orthogonality, namely that \(\alpha^{(n)}\) and \(\alpha^{(p)}\) are uncorrelated
all terms where \(l \neq n\) will vanish, and there remains only the \(l=n\) term,
This derivation assumes the normalization of modes and their orthogonality, along with the eigenvalue relationship to simplify the original integral into a form that reveals the spatial structure ( \(\Phi_{\mathrm{T}}^{(n)}\) ) of each mode scaled by its significance \(\left(\lambda^{(n)}\right)\).
The cross-correlation tensor \(\mathbf{R}\) is defined as \(\mathbf{R}\left(k ; m ; t, t^{\prime}\right)=\int_r \mathbf{u}(k ; m ; r, t) \mathbf{u}^*\left(k ; m ; r, t^{\prime}\right) r \mathrm{~d} r\). This tensor is now transformed from \(\left[3 r \times 3 r^{\prime}\right]\) to a \(\left[t \times t^{\prime}\right]\) tensor. The \(n\) POD modes are then constructed as,