|
[Sponsors] |
Disabling SIMPLE convergence check in simpleControl.H |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
August 8, 2012, 18:31 |
Disabling SIMPLE convergence check in simpleControl.H
|
#1 |
Senior Member
|
Hi,
I'm trying to solve 5 equations, which 3 of them are getting solved as coupled and the rest of them are uncoupled (passive scalars). I have added 2 new equations to solve passive scalars into buoyantBoussinesqSimpleFoam. But when I start solving after some reasonable iterations solution stops solving and a messages comes up which says "SIMPLE solution converged in *** iterations". But when I post-process the case my 2 passive scalars haven't reached to steady state conditions. So I want to run case with more iterations. I tried to find the source code which controls the convergence. the source solver code includes a header file: #simpleControl.H I found this file in here: OpenFOAM-2.0.1/src/finiteVolume/cfdTools/general/solutionControl inside simpleControl.H I found there is an another header file which controls convergence: #include "simpleControlI.H" I want to ask you how can I disable this? after removing the line which includes simpleControlI.H am I supposed to compile my own solver or any other thing at all or nothing will be done? Any help would be appreciated. Regards, Mojtaba ~ |
|
Tags |
boussinesqsimple, convergence, simple, simplecontrol.h |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
SIMPLE algorithm in 3D cylindrical coordinates | zouchu | Main CFD Forum | 1 | January 20, 2014 18:02 |
the criterium of convergence for the SIMPLE algo | Lam | Main CFD Forum | 1 | July 25, 2007 10:08 |
SIMPLE and energy equation convergence | Fabio | Main CFD Forum | 0 | June 1, 2007 07:06 |
Defect correction and convergence | ganesh | Main CFD Forum | 4 | June 30, 2006 15:20 |
SIMPLE for variable viscosity, poor convergence ? | Anthony Ilaner | Main CFD Forum | 15 | July 13, 2000 09:04 |