CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

Absolute Minimum Tolerance in Openfoam

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 16, 2017, 18:42
Default Absolute Minimum Tolerance in Openfoam
  #1
New Member
 
Join Date: Nov 2016
Posts: 10
Rep Power: 9
victorious_BIG is on a distinguished road
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!
victorious_BIG is offline   Reply With Quote

Reply

Tags
accuracy, residuals, tolerance


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


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 05:29
OpenFOAM 5.0 Released CFDFoundation OpenFOAM Announcements from OpenFOAM Foundation 11 June 5, 2018 23:48
OpenFOAM Training Jan-Jul 2017, Virtual, London, Houston, Berlin CFDFoundation OpenFOAM Announcements from Other Sources 0 January 4, 2017 06:15
OpenFOAM v3.0+ ?? SBusch OpenFOAM 22 December 26, 2016 14:24
Superlinear speedup in OpenFOAM 13 msrinath80 OpenFOAM Running, Solving & CFD 18 March 3, 2015 05:36


All times are GMT -4. The time now is 20:00.