|
[Sponsors] |
How to calculate the energy spectrum of turbulence in the time domain? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
October 25, 2024, 06:21 |
How to calculate the energy spectrum of turbulence in the time domain?
|
#1 |
New Member
Chang
Join Date: Oct 2024
Posts: 3
Rep Power: 2 |
Hi all, I have recently started working on something related to turbulence, the problem I am working on is two dimensional, I have implemented to compute the energy spectrum E(k) in space, but for some reason I have to compute E(t) in the time domain, and after consulting the relevant sources, I now understand that
E(t) = FFT(<v(t)v(t+τ)>). I have some questions about the algorithm. 1. i need to get the time series of velocity and compute its autocorrelation function and then FFT it to get E(t), right? 2. my velocity has two components, I try to do a fast Fourier convolution on each component and then add the results of the two components to get their autocorrelation function 3. I have reviewed several papers and found that their general idea is basically to do an FFT on the autocorrelation function for positive time delay and then get the power spectrum, but I have used test data to test my existing code and I don't seem to get the correct results, what is the problem? Any answer would be appreciated! Last edited by TubInPlasma; October 26, 2024 at 13:03. Reason: refinement issue |
|
Tags |
energy spectrum |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
bash script for pseudo-parallel usage of reconstructPar | kwardle | OpenFOAM Post-Processing | 42 | May 8, 2024 00:17 |
mixerVesselAMI2D's mass is not balancing | sharonyue | OpenFOAM Running, Solving & CFD | 6 | June 10, 2013 10:34 |
plot over time | fferroni | OpenFOAM Post-Processing | 7 | June 8, 2012 08:56 |
IcoFoam parallel woes | msrinath80 | OpenFOAM Running, Solving & CFD | 9 | July 22, 2007 03:58 |
Could anybody help me see this error and give help | liugx212 | OpenFOAM Running, Solving & CFD | 3 | January 4, 2006 19:07 |