|
[Sponsors] |
July 16, 2012, 23:37 |
CFX Turbulent flow modeling Problem
|
#1 |
Senior Member
S.Bogoda
Join Date: Jul 2012
Posts: 133
Rep Power: 14 |
Dear everybody,
Can anybody tell me that in CFX, for Large eddy simulation it is recommended to use Central Difference Advection Scheme. What is the disadvantage if I use High Resolution Advection Schema with LES? By my experience, the time steps should be smaller in Central Difference then High Resolution. I am simulating flow dynamics in Cyclone Separator. Thanks. |
|
July 16, 2012, 23:53 |
|
#2 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,854
Rep Power: 144 |
Traditional LES requires low dissipation in the numerics so the dissipation can be controlled in the sub grid model. If you use an advection scheme with upwinding it will put additional dissipation in.
But some LES approaches choose not to use a sub grid model and use a dissipative advection scheme to provide the dissipation. While this approach is a little scary because you are not controlling the dissipation, it has provided results which are just as good as the explicit sub-grid models in some occassions. I used this approach as a trial in my PhD thesis: http://hdl.handle.net/2100/248 (see Ch6). |
|
July 17, 2012, 00:58 |
|
#3 |
Senior Member
S.Bogoda
Join Date: Jul 2012
Posts: 133
Rep Power: 14 |
Dear ghorrocks,
Thanks a lot.. You are helping me a lot.. Actually I used upwind scheme first, but CFX solver output file always motioned to use CDS. Then I canged upwind to CDS, but it seems for CDS, it required more memory than others. Still my simulation is running and now the file size is 308GB (Only one simulation is running) For upwind, I did not get more realistic results. I used LES Smagorinsky turbulent option. Thanks a lot for your PDF thesis and I am now going through it. I would really grateful for your helps as I am very new to CFD. |
|
July 17, 2012, 20:27 |
|
#4 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,854
Rep Power: 144 |
Upwinding has lots of dissipation. Way too much. Your results will be very inaccurate.
|
|
July 19, 2012, 08:44 |
|
#5 |
Senior Member
S.Bogoda
Join Date: Jul 2012
Posts: 133
Rep Power: 14 |
Dear ghorrocks,
Sorry for the late reply and thanks a lot. Actually I did not apply upwind condition, I applied CDS and it allocates a huge memory even to solve up to 0.01S. Then, I decided to use data from steady state as initial conditions. Simulation is still running and but I think there is no significant memory save. I am crazy about this. |
|
July 19, 2012, 08:47 |
|
#6 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,854
Rep Power: 144 |
LES simulations require big meshes and massive memory. That is unavoidable in this type of simulation.
Or are you saying CDS uses more memory than UDS? How much more? |
|
July 19, 2012, 08:59 |
|
#7 |
Senior Member
S.Bogoda
Join Date: Jul 2012
Posts: 133
Rep Power: 14 |
yes definitely. I tried Upwind and Highresolution to same model before. Then simulation required only around 80GB capasity.
But now to simulate 0.535S time duration it has been exceeded 100GB. May be it is due to smaller timesteps in LES upwind. But all have same number of grid points. |
|
July 19, 2012, 09:01 |
|
#8 |
Senior Member
S.Bogoda
Join Date: Jul 2012
Posts: 133
Rep Power: 14 |
I tried with Upwind and High resolution for LES.
|
|
July 19, 2012, 09:02 |
|
#9 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,854
Rep Power: 144 |
It is unusual for the advection scheme or time step size to change the memory requirement. Something must be a bit unusual in your simulation to make this occur.
|
|
July 19, 2012, 09:08 |
|
#10 |
Senior Member
S.Bogoda
Join Date: Jul 2012
Posts: 133
Rep Power: 14 |
dear ghorrocks,
Really??? That means something worng with my setup??? I only changed High Resolution to Central Difference.. |
|
July 19, 2012, 20:07 |
|
#11 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,854
Rep Power: 144 |
There is possibly something wrong with you setup. It is also possible that the solver senses that CDS is going to be harder to solve and grabs extra memory. Could be either. If you have enough memory to run the larger simulation I would not worry about it too much.
But I would check your setup to make sure it is correct. |
|
July 20, 2012, 00:52 |
|
#12 |
Senior Member
S.Bogoda
Join Date: Jul 2012
Posts: 133
Rep Power: 14 |
Dear ghorrocks,
Thanks a lot. I checked my setup again, but I couldn’t find any mistake. I would be much grateful if you can check it. Please find the attachment herewith. |
|
July 20, 2012, 19:07 |
|
#13 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,854
Rep Power: 144 |
Can you post just the CCL?
|
|
July 21, 2012, 03:17 |
|
#14 |
Senior Member
S.Bogoda
Join Date: Jul 2012
Posts: 133
Rep Power: 14 |
Dear ghorrocks,
I would be really really grateful for your helps. Please fine the CCL file attached herewith. |
|
July 21, 2012, 06:59 |
|
#15 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,854
Rep Power: 144 |
Often LES is highy sensitive to the inlet conditions. I note you have just used a simple inlet velocity - in LES you often need to put a turbulence field on top of that, at least the turbulence resolved by the LES model.
Are you sure your time step size is suitable? LES is very snesitive to time step size as well. Adaptive time steps, homing in on 3-5 coeff loops per iteration is a good starting point. Your residual target is loose. That may need to be tightened up. Do a sensitivity study to check this. |
|
July 21, 2012, 07:49 |
|
#16 |
Senior Member
S.Bogoda
Join Date: Jul 2012
Posts: 133
Rep Power: 14 |
Dear ghorrocks,
Thanks a lot for your kind attention. But please consider followings. 01. Inlet velocity: I have used Cart. Vel. Components. Here, I have used an extended inlet 600mm than the actual one, to have a fully developed steady state conditions, when it reaches to real inlet position. As your suggestion, I can use Normal velocity component. But, do both of adjustment same with extended inlet? I meant when the flow reaches to real inlet position. 02. Timesteps: I think 0.001s is sufficient and I will adjust iterations. I prefer to use a smaller timesteps. But the problem is even with this timesteps, simulation allocates a huge memory. I am very thankful for your advices. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
hel (turbulent viscosity ratio limited) for supersonic combustion problem | omar.2002bh | FLUENT | 2 | September 5, 2012 12:04 |
transient, impregnating flow problem | fgommer | FLUENT | 0 | February 29, 2012 17:10 |
Reg: Modeling hub leakage flow in CFX | venkataramanan.R | CFX | 3 | February 21, 2007 08:46 |
A modeling problem of flow in a tube | Jason | CFX | 0 | July 21, 2004 16:29 |
Hydrostatic pressure in 2-phase flow modeling (CFX4.2) | HB &DS | CFX | 0 | January 9, 2000 14:19 |