|
[Sponsors] |
February 14, 2002, 06:10 |
Why does unsteady problem tend to be steady?
|
#1 |
Guest
Posts: n/a
|
Hi, all
I have just began to calculate the flow around a circular cylinder. At the beginning, the flow seems to be quasi-periodic. But at the end, it goes to a steady stage with two vortices behind the cylinder. What would be an explanation because it is unphysically? Can anyone give an explanation about why or how this would happen? Thank you very much. |
|
February 14, 2002, 07:02 |
Re: Why does unsteady problem tend to be steady?
|
#2 |
Guest
Posts: n/a
|
Too much diffusion (probably numerical) can not sustain transient behaviour.
|
|
February 14, 2002, 09:07 |
Re: Why does unsteady problem tend to be steady?
|
#3 |
Guest
Posts: n/a
|
thank you Fred Uckfield,
but how can I avoid such a problem. Or how could I evaluate the result. For example, If I have a airfoil at high angle of attack, how I can get the "physical" values of lift or drag, or vortex-shed frequency? thanks |
|
February 14, 2002, 09:32 |
Re: Why does unsteady problem tend to be steady?
|
#4 |
Guest
Posts: n/a
|
What is the Reynolds number? Remember you only get periodc vortex shedding in the range 60 < Re < 5000
|
|
February 14, 2002, 10:31 |
Re: Why does unsteady problem tend to be steady?
|
#5 |
Guest
Posts: n/a
|
Thank you Smith,
but the situation is, even in such a range of Re number, the simulation (using RANS) goes to a steady state. What could I do to evaluate the result ? Thanks |
|
February 14, 2002, 12:25 |
Re: Why does unsteady problem tend to be steady?
|
#6 |
Guest
Posts: n/a
|
RA in RANS means Reynolds Average, the average is made over realization. That's mean, you make N experiments (realizations) and at the same time and at the same position for each realization you measure the velocity and the pressure. Then you average the N values for each quantities and you get the Reynolds average value of this quantities.
For the flow past a cylinder, I doubt that for each realization at the same time and at the same position you will have the same eddy. So the average over the realisation is steady. That doesn't mean that the flow is steady, that's mean the flow is statictically steady. Anyway, that's doesn't prevent you from finding unsteady RANS solution, but I wonder what the turbulent model mean in such a case. Cheers, Sylvain |
|
February 14, 2002, 16:58 |
Re: Why does unsteady problem tend to be steady?
|
#7 |
Guest
Posts: n/a
|
The ensemble averaging used to derive the RANS equations is based on a turbulent time scale that is several orders of magnitude smaller than the period of vortex shedding for this flow. Thus ensemble averaging removes the small scale turbulent fluctuations, while leaving the transient behaviour of the mean flow. Therefore the simulations should still be transient. The flow isnt statistically steady.
The problem with the mentioned simulations is that the boundary layer is not turbulent in the Reynolds number range 60 < Re < 5000. The boundary layer is laminar and the wake (possibly) tubulent. RANS models will unphysically introduce turbulent diffusion in the boundary layer that will damp the boundary layer instabilities that cause this flow to be unsteady. Therefore you should use the standard NS equations up to a Reynolds number of around 10000. When doing this you will not resolve any turbulent entrainment into the wake however with regards to vortex shedding and force predictions it is accurate modelling of the laminar boundary layer that is important. Above Re = 10e5 transition becomes a problem, upsteam of the separation point the boundary layer is partially tubulent and consequently drag is reduced. For this situation you need a good transition model (but does one exist). Above Re=10e6 the flow is fully turbulent and RANS simualtions should predict the correct unsteady behaviour (although many models will underpredict the separation region due to stagnation effects and problems in the defect layer). Hope this all helps, Steve |
|
February 15, 2002, 04:24 |
Re: Why does unsteady problem tend to be steady?
|
#8 |
Guest
Posts: n/a
|
I do believe that turbulent spectrum is continuous. Therefore there is no gap between the largest scales which correspond to the eddies of the wake and the kolmogorov scale, and this either for the spatial or the temporal spectrum. So how could a RANS model do the difference?
When using a RANS model in CFD, the cut-off between resolve and unresolve time/space scales is driving by the time step and the mesh size. In this case of unsteady flows, LES or DES should be used to correctly predict the unsteadyness of the flow, since both of them introduce this cut-off in there derivation. Just one more remark, this does NOT mean that transient computation can't be done with RANS model. I am just talking about unsteady computation. For example, if you are looking to the intake of an ICE, the used of RANS models is correct since the time dependence is coming form the movement of the geometry. Cheers, Sylvain |
|
February 17, 2002, 17:13 |
Re: Why does unsteady problem tend to be steady?
|
#9 |
Guest
Posts: n/a
|
- Which tubulence model do you use? k-omega is suitable for these simulation but you need a fine grid.
- Which differencing scheme do you use? Upwind can damp out everything... Pascale |
|
February 19, 2002, 06:08 |
Re: Why does unsteady problem tend to be steady?
|
#10 |
Guest
Posts: n/a
|
Thanks Pascale,
I use low-Rey k-eps model with SMART spatial discretization. |
|
February 19, 2002, 16:56 |
Re: Why does unsteady problem tend to be steady?
|
#11 |
Guest
Posts: n/a
|
We have used low Reynolds k-omega successfully using a second order differencing scheme. We used a fine grid, with y+ going down to 1. Using Upwind no oscillations were observed.
I don't know SMART. What is it? Pascale |
|
February 20, 2002, 06:16 |
Re: Why does unsteady problem tend to be steady?
|
#12 |
Guest
Posts: n/a
|
thanks Steve for your help,
but I'm not sure about several points of your comments. 1. "Therefore you should use the standard NS equations up to a Reynolds number of around 10000." What do you mean about the "standard NS" equation? DNS or RANS with standard wall function, or something else? 2. what do you mean about "Above Re = 10e5 transition becomes a problem, upsteam of the separation point the boundary layer is partially tubulent " of "PARTIALLY TURBULENT"? 3. At Re>10^6, do you mean that there will be a perfect periodic solution predicted by RANS and the result will not be damped? thanks a lot |
|
February 20, 2002, 08:00 |
Re: Why does unsteady problem tend to be steady?
|
#13 |
Guest
Posts: n/a
|
Steve is perfectly right : Try a laminar simulation and you will have the vortex shedding in the correct reynolds range.
If you really want to use a turbulence model for any reason you should use a very fine grid with small time step (10-4; 10-5 s). in this approach NS will be averaged only for small scale of turbulence thank to turbulence model which act in a similar way of the subscale filter in LES. These approach is often call VLES regards alain |
|
February 20, 2002, 15:11 |
Re: Why does unsteady problem tend to be steady?
|
#14 |
Guest
Posts: n/a
|
1. By Standard NS I mean the Navier Stokes equations. Since the boundary layer is laminar there is no need for DNS type grid resolution, a coarse grid will be fine.
2. By partially turbulent I mean the boundary layer will initially be laminar (near the stagnation point), and at some stage before the separation point turbulent transition will occur. 3. At 10^6 and above I think that the flow is quite chaotic and there is unlikely to be a clear period. RANS will damp out some of this behaviour, however RANS should at least be able to predict the drag. |
|
February 21, 2002, 07:09 |
Re: Why does unsteady problem tend to be steady?
|
#15 |
Guest
Posts: n/a
|
Hi Pascale,
thanks for your tip. SMART method is a higher-order polynomial-based discretization scheme for the convection term. Detailes can be found in "Curvature-Compensated Convective Transport: SMART, a New Boundedness-preserving Transport Algorithm" by Gaskell, P.H. and Lau, A.K.C.,in "International Journal for Numerical Methods in Fluids". Vol.8., 617-641 (1988). |
|
February 21, 2002, 07:11 |
Re: Why does unsteady problem tend to be steady?
|
#16 |
Guest
Posts: n/a
|
thanks a lot, Steve.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
how i can solve this unsteady problem | sarmadi | Main CFD Forum | 17 | September 6, 2011 09:54 |
how to compare unsteady state problem results from FLUENT with Experimental data? | cuddaloreselvam | FLUENT | 0 | July 10, 2011 09:25 |
Using sliding mesh for 3D unsteady turbomachinery problem | happyman | FLUENT | 0 | June 22, 2011 16:54 |
Steady State 2 phase problem | fivos | FLUENT | 0 | April 27, 2009 17:34 |
13 versus 14 steady unsteady and moving meshes | lr103476 | OpenFOAM Running, Solving & CFD | 15 | July 16, 2007 11:47 |