I'm new to aero-acoustic. After computing the URANS simulation I have to compute the FFT of the pressure field. Does anyone have advice on how I should proceed to FFT of the whole pressure filed?
I don't know what a URANS simulation is, but an FFT is an efficient implementation of a DFT. A DFT fits complex sinusoids to temporal/spatial data. Just a warning - if your data does not contain extended periodic fluctuations then Fourier analysis is pretty much meaningless. Why do you need to apply an FFT?
Thanks for the response. Yes I'm looking an efficient algorithm code. Because I saw some on internet but very complicated to read through. Some a for 2D some multi-dimensional and I getting confuse by that.
To compute acoustic sound a point for example do to turbulence field, one compute the CFD (RANS turbulence model) to get the velocity field and from that convert it to fft data for computing the acoustic sound propagation using Lighthill acoustic analogy for example.
I am not clear on the final objective of your work. If you are searching for some frequencies you use FFT. It is very easy with MATLAB, ORIGIN or STATISTICA for example.