|
[Sponsors] |
October 15, 2018, 06:33 |
simpleFoam convergence issue
|
#1 |
New Member
arash
Join Date: Dec 2017
Posts: 10
Rep Power: 8 |
hi all
I am trying to simulate a car in wind tuunel using simplefoam (steady-state) solver (k-omega) without turbolence and i meshing geometry with SHM. final mesh had 4.4m cell. the problem is that residuals converge at high values (0.01). i do it with 1.4m cell and residuals converge at 0.0001 . i change the scheme to high order scheme (second order accurate) but nothing change. What is wrong in my case? and how i can improve it? Thank you very much for your help. controlDict.zip fvSchemes.zip fvSolution.zip 0.zip |
|
October 15, 2018, 10:27 |
|
#2 |
Member
Arvind Jay
Join Date: Sep 2012
Posts: 97
Rep Power: 15 |
Try reducing the relaxation factors:
Code:
relaxationFactors { field { p 0.8; } equations { U 0.2; k 0.5; omega 0.5; } } |
|
October 15, 2018, 13:30 |
|
#3 |
New Member
arash
Join Date: Dec 2017
Posts: 10
Rep Power: 8 |
Thanks for the answer,
i do this and here the residuals plot: It's totally messed up |
|
October 15, 2018, 13:31 |
|
#4 |
Member
Arvind Jay
Join Date: Sep 2012
Posts: 97
Rep Power: 15 |
Could you share the full case with mesh?
|
|
October 15, 2018, 13:48 |
|
#5 |
New Member
arash
Join Date: Dec 2017
Posts: 10
Rep Power: 8 |
that means you need 0,constant,system folder? because they are huge (like 400 mbyte)
|
|
October 15, 2018, 13:50 |
|
#6 |
Member
Arvind Jay
Join Date: Sep 2012
Posts: 97
Rep Power: 15 |
did you create the mesh using SHM or cfMesh.. then use foamCleanPolyMesh and send only the scripts.
|
|
October 15, 2018, 14:02 |
|
#7 |
New Member
arash
Join Date: Dec 2017
Posts: 10
Rep Power: 8 |
sorry I am new to OpenFoam and little confused. yes i'm using SHM, and when i use this command (foamCleanPolyMesh) nothing happend. only show "Cleaning ./constant/polyMesh"
|
|
October 15, 2018, 14:17 |
|
#8 |
Member
Arvind Jay
Join Date: Sep 2012
Posts: 97
Rep Power: 15 |
Now the file size would be small and you could share.
|
|
October 15, 2018, 14:25 |
|
#9 |
New Member
arash
Join Date: Dec 2017
Posts: 10
Rep Power: 8 |
thanks, sorry but file still 1.4mb and forums don't let me upload here, so i uploded some were elese,
here the case: http://www.mediafire.com/file/guewlz...3/car.zip/file Last edited by handicraft; October 15, 2018 at 15:29. |
|
October 15, 2018, 20:59 |
|
#10 |
Senior Member
Peter Baskovich
Join Date: Jul 2014
Posts: 127
Rep Power: 12 |
Try more cells on the ground around the car, there will be a velocity gradient under the both to the undertray and to the ground so you need a boundary layer of prism cells there too. Also try a cell size of about a quarter of what is currently under the car. For an easy test, turn on boundary cells for the whole floor patch and thicken the first refinement layer off the vehicle until it is affecting the floor around the vehicle.
|
|
Tags |
convergance, k-omega model, residual, simplefoam, steady state |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Convergence | Centurion2011 | FLUENT | 48 | June 15, 2022 00:29 |
Convergence issue with continuity equation | Jake | FLUENT | 8 | June 6, 2018 04:41 |
simpleFoam: simple 1-D channel flow, yet very strange convergence behavior | kishpishar | OpenFOAM Running, Solving & CFD | 2 | June 20, 2013 14:55 |
Convergence rate of SimpleFoam | boddyouareboy | OpenFOAM | 0 | January 25, 2011 04:49 |
SimpleFOAM + SST-Model + problem with convergence | A.Devesa | OpenFOAM Running, Solving & CFD | 0 | November 9, 2010 05:43 |