|
[Sponsors] |
June 4, 2014, 16:38 |
accelerate the convergence
|
#1 |
New Member
Olivia Nalen
Join Date: Apr 2014
Location: Vancouver
Posts: 19
Rep Power: 12 |
Hello dear Foamers,
finally I've implemented in my solver for shape optimization the simpleFoam-equations for primal velocity U and pressure p (they are the same as equations in simpleFoam-solver, OF 2.3.0); and those for adjoint vel. Ua and pressure pa (they are the same as equations in adjointShapeOptimizationFoam, OF 2.3.0 but without alpha and lambda because I use a different gradient method for minimize cost function). The first equations (U, p) converge after ~1500 iterations, and the adjoint equations (Ua,pa) need too much long: Can I somehow accelerate this process? I thought, It should take about 5000-6000 iterations till the adjoint equations converge. The BC's are ok, I've checked it already thousand times. I thought, that maybe the mesh was too fine. At first, I have had 47000 cells. Now I have 16000 cells, but nevertheless the adjoint equations take too much time. Have somebody any idea for this? And thanks a lot in advance for every comment. |
|
June 6, 2014, 03:54 |
|
#2 |
Senior Member
|
Please have a note that CFD simulation depends upon many factors.
One of the few factor is: Try changing the under-relation factors to speed-up OpenFOAM solver. relaxationFactors { fields { p 0.3; // try changing these values } equations { U 0.7; // try changing these values k 0.7; // try changing these values epsilon 0.7; // try changing these values .... } } Apart from the under-relaxation factors, there are many other factors that you can play with. Please refer any of the CFD ebook for the same. Best Luck! |
|
October 10, 2014, 19:58 |
|
#3 |
Super Moderator
Francisco Palacios
Join Date: Jan 2013
Location: Long Beach, CA
Posts: 404
Rep Power: 15 |
Maybe you can run the same simulation with SU2 (su2.stanford.edu)?
Cheers, Francisco |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Convergence | Centurion2011 | FLUENT | 48 | June 15, 2022 00:29 |
Force can not converge | colopolo | CFX | 13 | October 4, 2011 23:03 |
Convergence of CFX field in FSI analysis | nasdak | CFX | 2 | June 29, 2009 02:17 |
Do you know of any tweaks of the solver parameters to accelerate solution convergence | sek | OpenFOAM Running, Solving & CFD | 0 | September 15, 2006 14:45 |
Accelerate convergence in coupled solver | Balaji | FLUENT | 3 | June 23, 2005 19:16 |