|
[Sponsors] |
Extract velocity fluctuations from flow pasta a circular cylinder |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
July 23, 2014, 08:22 |
Extract velocity fluctuations from flow pasta a circular cylinder
|
#1 |
New Member
FP
Join Date: Jul 2014
Posts: 3
Rep Power: 12 |
Hi,
I'm simulating the flow past a circular cylinder with LES, and in order to check its quality I'm writing the "instantaneous" velocity field at certain nodes (for each time step). To obtain the velocity fluctuations at these nodes I have to subtract the mean-flow velocity. However, due to the vortex shedding, the mean-flow is not constant. Can anyone tell me or give me some tips/references about the way to solve this issue. Is removing the mean-flow frequency with an fft a good/accurate approach? Maybe the answer to this question is obvious but I'm new using LES. Thank in advance F.Pereira Last edited by FPereira; July 24, 2014 at 04:44. |
|
July 23, 2014, 08:30 |
|
#2 | |
Super Moderator
Alex
Join Date: Jun 2012
Location: Germany
Posts: 3,427
Rep Power: 49 |
Quote:
But if you really need to separate the slow fluctuations from the fast ones for whatever reason, a high pass filtering operation could be applied. However, I dont think that this is what you really want. |
||
July 24, 2014, 04:52 |
|
#3 | |
New Member
FP
Join Date: Jul 2014
Posts: 3
Rep Power: 12 |
Yes, the statement was not correct. I was referring to the mean-flow velocity.
Quote:
One of my goals is to obtain the energy cascade. Then, shouldn't I consider only velocity fluctuations? Thanks |
||
July 24, 2014, 04:57 |
|
#4 |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,882
Rep Power: 73 |
the key is that in LES you solve for v_bar(x,t), then you have to compute:
v_mean(x) = (1/T) Int [t0, t0+T] v_bar(x,t) dt for T sufficiently large that is statistically meaningful. Practically, I suggest to sample the velocity field, for examples storing the data and then post-processing the average. You need to store enough sample |
|
July 25, 2014, 06:02 |
|
#5 |
Member
DaveyBaby
Join Date: May 2013
Posts: 46
Rep Power: 13 |
Hi!
Following on from Denaro's comment, in order to be confident that you have made T sufficiently large and also to gain useful info about the periodic phenomena you need to first know the period of the oscillations. You can make a rough estimate of this by looking at the Strouhal number you would expect for your case (find in a journal paper) and working backwards. |
|
July 26, 2014, 14:23 |
|
#6 |
Senior Member
|
You don't need to subtract the mean field, the FFT (or whatever signal analysis you'll perform) will take care of that. Just record your velocity and feed the signal processing with that.
As already mentioned, you need to make sure your signal is recorded at a frequency that complies with the Nyquist rule and it also must be long enough for the signal analysis to return the lowest frequency you are expecting. This is however out of the original question. |
|
July 26, 2014, 14:40 |
|
#7 |
New Member
FP
Join Date: Jul 2014
Posts: 3
Rep Power: 12 |
Thank you all for your answers. lovecraft22, I understand that for the energy cascade it might not be necessary to remove the mean field but if, for instance, your are trying to compare turbulent kinetic energy profiles with experimental data you should need to remove it, right?. I tried to remove the mean field using high-pass filters or by fft (removing the mean-flow frequencies). My point is: how accurate is this? Are there better methods to do it?
Thanks Last edited by FPereira; July 27, 2014 at 16:45. |
|
Tags |
flow around a cylinder, instantaneous velocity |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
2D flow around a circular cylinder case with interFoam solver | shuoxue | OpenFOAM Running, Solving & CFD | 0 | August 31, 2013 06:04 |
DSMC results of low-Mach flow over circular cylinder | flotus1 | Main CFD Forum | 2 | November 13, 2012 11:37 |
Incorrect Drag and Drag Coefficient for flow over a cylinder | ozzythewise | Main CFD Forum | 8 | June 13, 2012 07:24 |
flow around a cylinder | pXYZ | Main CFD Forum | 14 | July 25, 2011 11:05 |
Turbulent steady flow around a circular cylinder | Mirek Kabacinski | FLUENT | 0 | July 23, 2003 19:40 |