|
[Sponsors] |
Power spectrum of LES: understanding of the result |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
January 31, 2017, 06:03 |
|
#21 |
Senior Member
Agustín Villa
Join Date: Apr 2013
Location: Alcorcón
Posts: 314
Rep Power: 15 |
If I understood well:
For a spatial spectrum, I need, at a given time, at different positions, the different velocity components. 0. I get the correlation Rij in space, with a dX
For, for a time spectrum, at a given position, I have the different velocity components. 0. I get the correlation Rij in time, with a dt
In any case, since I expect my flow to have an homogeneous direction as well, so I can try to do as you do too. Last edited by agustinvo; January 31, 2017 at 06:08. Reason: Adding creation of correlation tensors as 0.* |
|
January 31, 2017, 06:19 |
|
#22 |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,882
Rep Power: 73 |
As you can see in the code, I pass one velocity component to the 1D FFT and then compute the modulus of the Fourier coefficient. Finally the ensemble average is performed.
Try to do the same, but if you use your buoyancy problem we cannot establish a correct behaviour without checking the spectrum versus a known one... PS: you do not have to expect...you must know that ;-) if you prescribe periodicity in one direction then you know that the flow is homogeneous in that direction. |
|
January 31, 2017, 16:56 |
|
#23 |
Senior Member
|
Agustin; I know that this issue is quire complex. It took me weeks and help from Professor Denaro to understand this.
My advise is to test your code with a well know dataset. For example you can use the JHTDB ( Johns Hopkins Turbulence databases). This is what I did, once I checked that my solution was coming out as I expected, then I use my subroutine in my LES/DNS computations. I've always said about time spectrum. In fact the Navier Stokes equations are quasi - periodic in time. It means that you "must" do a windowing to perfrom the FFT, because the FFt is based on a series that are homogeneous. That is why Professor Denaro has insisted in the fact of the "homogeneous direction". Without an homogeneous direction you must consider another approach explained by Pope in his book. To be honest, I never understood it. Nonetheless, people beleave ( I have no argument to debate against it) that performing time spectra is "almost the same" as space spectra, because time and space are closely related in turbulence. Like I said, my lack of experience and knowledge, does not allow me to elaborate more about that, besides the fact of the quasi-periodic nature of the NS. Finally, I have not had time to test the time Vs space spectra, but this is in my bucket list. Other people argue that time correlation is the best way because this is how experiment are run. You probe at one point time, thus you have the data set in time at a specific point. All the best. |
|
February 2, 2017, 18:23 |
|
#24 |
Senior Member
Agustín Villa
Join Date: Apr 2013
Location: Alcorcón
Posts: 314
Rep Power: 15 |
Hi, sorry for disappearing these days,
I will try to do as you tell me, follow an already tested case and see if my code is ok or not. It is true that is more difficult the first time, and also when there are no so much natural convection spectra. If I continue and have someting interesti, I will upload this thread. |
|
February 2, 2017, 18:27 |
|
#25 |
Senior Member
|
Well, my opinion is that the specific process does not play an important role, except in very specific cases, i.e LES in compressible flows with shock wave or combustion. In natural convection the characteristic length I am sure that is way higher than the Kolmogorov scale, thus it does not affect the energy cascade, because at the ed of the day this is what we see in the spectrum, the energy cascade. As long as you perform the computation along the homogeneous direction, the final solution is the same (mathematically, from a physical point of view the process is unique).
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
LES Filtering: how are the small and large scales equations solved? | atmcfd | Main CFD Forum | 38 | March 14, 2016 15:52 |
Amplitude spectrum of temperature fluctuations | selvam2487 | CFX | 0 | March 16, 2014 14:59 |
Beginning to work in LES - Suggestions needed | atmcfd | Main CFD Forum | 5 | July 20, 2012 23:16 |
Method to determine spectrum of turbulence? | Walid | Main CFD Forum | 2 | December 2, 2005 09:29 |
Power spectrum. | Jake. | Main CFD Forum | 1 | October 9, 2004 16:18 |