CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   Main CFD Forum (https://www.cfd-online.com/Forums/main/)
-   -   fft of unsteady solution (https://www.cfd-online.com/Forums/main/7023-fft-unsteady-solution.html)

K S Chang January 14, 2004 03:54

fft of unsteady solution
 
I have questions to you about FFT of unsteady solution.

I had acquired unsteady solution from 3D DES simulation.

I want to search the Stouhal number at one point from FFT. So I obtained the velocity history about 5000 time step(approximately 200 period). However the frequency is not unique and have so many peaks and the peak frequencies are different according to the range selected.

Q1) In general, how many periods are needed for FFT ?

Q2) If I have 4096(2^12) data, these 4096 data is totally done from a FFT ? Or 4 data set of 1024 data are done from FFT and averaged ?

Q3) If the peak frquency is different according to the range(approximately 50 periods) selected, the solution is not converged ??

Thank you in advance.


Steve January 14, 2004 04:38

Re: fft of unsteady solution
 
I would suggest doing something more rigorous like:

1) Work out your minimum required frequency. Use it to choose the sample length. From experience, make your sample long enough to contain at least two cycles of the minimum frequency required. Assuming that 1024 points is long enough...

2) Divide your time history into 8 sets of 1024 points so that there is 50% overlap between sets.

3) Multiply each set by a Hanning window (it's unlikely that your data is cyclic within the window).

4) Take the mean of the autopowers of the time histories (autopower = Fx . conj(Fx) where Fx is the complex spectrum). Square root it to get your spectrum.

5) Scale your data to account for the window: multply the spectrum by 2 to get the amplitudes right or by sqrt(8/3) to get the energy right (if you are summing across bands).

HTH

- Steve

Steve January 14, 2004 07:55

Re: fft of unsteady solution
 
Try also:

http://www.dspguide.com/specanal.htm

This is a section from a well and clearly written on-line DSP book.

- Steve

K S Chang January 14, 2004 19:48

Re: fft of unsteady solution
 
Thank you for your explanation.

I have one more question.

In DNS or LES simulation, above methods are adopted??

I can't search the general methods about fft of unsteady solution in CFD.

Any good reference ??

Thank you.

Steve January 15, 2004 04:22

Re: fft of unsteady solution
 
Sorry, can't really help any more. My knowledge of signal processing isn't really in the CFD field, although I'm sure the same basic principles apply to post-processing simulated data as do to post-processing measured data.

K S Chang January 15, 2004 04:43

Re: fft of unsteady solution
 
Thank you very much.

Your site is very helpful to me.

Thanks again.

^^


Steve January 15, 2004 06:42

Re: fft of unsteady solution
 
It's not my site. I just share a Christian name with the author!


All times are GMT -4. The time now is 03:50.