|
[Sponsors] |
August 16, 2017, 19:42 |
Absolute Minimum Tolerance in Openfoam
|
#1 |
New Member
Join Date: Nov 2016
Posts: 10
Rep Power: 10 |
Hi,
I have what may be a very mundane question. I'm trying to solve a system of equations to very tight tolerance. For my numerical experiments, I've been using the laplacianFoam solver and running to steady-state. I am using a linear domain (one row of cells) with BC x = 0 , T = 1 x = 10, T = 0 I then run the solver with fvSolution dictionaries: solvers { T { solver PCG; preconditioner DIC; tolerance 1e-20; relTol 0; } } I want to see my initial residual fall below 1e-20, but this appears not to be possible. No matter how many cells I use or what tolerance I specify, the smallest absolute residual I see is ~1e-16. The final residual will go as low as I specify in tolerance, but always I see the initial residual jump back up to about 1e-16. My question is this: Why can't I solve to a tighter tolerance? How do I accomplish this? Thanks! |
|
Tags |
accuracy, residuals, tolerance |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Map of the OpenFOAM Forum - Understanding where to post your questions! | wyldckat | OpenFOAM | 10 | September 2, 2021 06:29 |
OpenFOAM 5.0 Released | CFDFoundation | OpenFOAM Announcements from OpenFOAM Foundation | 11 | June 6, 2018 00:48 |
OpenFOAM Training Jan-Jul 2017, Virtual, London, Houston, Berlin | CFDFoundation | OpenFOAM Announcements from Other Sources | 0 | January 4, 2017 07:15 |
OpenFOAM v3.0+ ?? | SBusch | OpenFOAM | 22 | December 26, 2016 15:24 |
Superlinear speedup in OpenFOAM 13 | msrinath80 | OpenFOAM Running, Solving & CFD | 18 | March 3, 2015 06:36 |