CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Running, Solving & CFD (https://www.cfd-online.com/Forums/openfoam-solving/)
-   -   What are several parameters mean in fvSolution file? (https://www.cfd-online.com/Forums/openfoam-solving/107195-what-several-parameters-mean-fvsolution-file.html)

renyun0511 September 19, 2012 23:31

What are several parameters mean in fvSolution file?
 
Hi,
I'm using OpenFOAM-1.5-dev,and confusing with the parameters in fvSolution.
firstly, what are the meaning of "relTol" and "tolerance"? and are they differences? how to set by commonly?
secondly, what is the meaning of "nCellsInCoarsestLevel"? the mesh is better, and the value of "nCellsInCoarsestLevel" is less ?

Thanks
Best Regards!


Yun Ren

chegdan September 20, 2012 11:54

This is briefly covered in the User Guide, but

tolerance
When value of the residual in the linear system solver that is scaled using the definition here falls below tolerance, it will stop the linear system solver.

relTol
When the value of the ratio of the current residual over the initial residual (where the initial residual has been scaled using the above procedure) falls below relTol, the linear system solver will stop.

nCellsInCoarsestLevel
start with ncellsincoarsestlevel

Hope this helps.


All times are GMT -4. The time now is 02:21.