|
[Sponsors] |
May 29, 2008, 00:16 |
For some very fine mesh proble
|
#1 |
Senior Member
Srinath Madhavan (a.k.a pUl|)
Join Date: Mar 2009
Location: Edmonton, AB, Canada
Posts: 703
Rep Power: 21 |
For some very fine mesh problems I need to increase the maximum iteration limit from 1001 to say, 1500.
Can someone tell me where I can find this 1001 iteration limit so that I can change it to suit my needs. Specifically which source or header file? Thanks! |
|
May 29, 2008, 03:03 |
All the solver controls live i
|
#2 |
Member
Andrew King
Join Date: Mar 2009
Location: Perth, Western Australia, Australia
Posts: 82
Rep Power: 17 |
All the solver controls live in
system/fvSolution Cheers, Andrew
__________________
Dr Andrew King Fluid Dynamics Research Group Curtin University |
|
May 29, 2008, 03:08 |
Hi Srinath,
Try here:
Open
|
#3 |
Senior Member
Dragos
Join Date: Mar 2009
Posts: 648
Rep Power: 20 |
Hi Srinath,
Try here:
I hope is helpful, Dragos |
|
May 29, 2008, 03:22 |
Hi Dragos, Srinath,
The max
|
#4 |
Member
Andrew King
Join Date: Mar 2009
Location: Perth, Western Australia, Australia
Posts: 82
Rep Power: 17 |
Hi Dragos, Srinath,
The maxIter value in the source should be overwritten with the one read from the fvSolution file, as far as I am aware. These must be specified in OF-1.4.1 (at least I've had a lot of errors when they weren't). This goes for minIter too. No recompilation needed. Cheers Andrew
__________________
Dr Andrew King Fluid Dynamics Research Group Curtin University |
|
May 29, 2008, 03:56 |
...http://www.cfd-online.com/O
|
#5 |
Senior Member
Dragos
Join Date: Mar 2009
Posts: 648
Rep Power: 20 |
... Of course, you're right Andrew!
This happens when I try to be too "smart" ! |
|
May 29, 2008, 18:24 |
The solvers section from fvSol
|
#6 |
Senior Member
Srinath Madhavan (a.k.a pUl|)
Join Date: Mar 2009
Location: Edmonton, AB, Canada
Posts: 703
Rep Power: 21 |
The solvers section from fvSolution in the cavity case of OF 1.4.1 contains the following:
solvers { p PCG { preconditioner DIC; tolerance 1e-06; relTol 0; }; U PBiCG { preconditioner DILU; tolerance 1e-05; relTol 0; }; } Where is the maxiterations to be specified and what is the keyword and format? |
|
May 29, 2008, 22:03 |
Hi Srinath,
just add
maxI
|
#7 |
Member
Andrew King
Join Date: Mar 2009
Location: Perth, Western Australia, Australia
Posts: 82
Rep Power: 17 |
Hi Srinath,
just add maxIter 1000; minIter 0; after the relTol line in both solvers, (before the };) Of course, change 1000 to be whatever new maximum you would like. Cheers Andrew
__________________
Dr Andrew King Fluid Dynamics Research Group Curtin University |
|
May 31, 2008, 05:23 |
Thanks Andrew!
|
#8 |
Senior Member
Srinath Madhavan (a.k.a pUl|)
Join Date: Mar 2009
Location: Edmonton, AB, Canada
Posts: 703
Rep Power: 21 |
Thanks Andrew!
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
how to increase "Newton Pressure Iteration Limit" | kus | CFX | 9 | April 21, 2013 02:54 |
Solver BICCG DILUPBiCG DICPCG | mamaly60 | OpenFOAM Running, Solving & CFD | 2 | October 31, 2007 08:03 |
DICPCG solver in interFoam | m9819348 | OpenFOAM Running, Solving & CFD | 1 | September 20, 2007 14:10 |
limit of the CFX | Eric | CFX | 7 | December 4, 2006 13:42 |
Limit of CFD | mourad Abdelmalek | Siemens | 2 | October 23, 2000 09:27 |