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

Unable to get converged solution using SimpleFoam

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 14, 2013, 16:35
Question Unable to get converged solution using SimpleFoam
  #1
New Member
 
Reno
Join Date: Sep 2012
Posts: 27
Rep Power: 13
jr33 is on a distinguished road
Dear Foamers

I am using following simpleFoam solver ( steady state incompressible laminar flow) : mySimpleFoam.tar.gz ( taken from one of the thread), If I run case_of2 example, output shows converged solution.

When I run same solver on my geometry (micro-scale) , I never see a converged solution message on console even though if I run it for long time. For this case, I noticed a large number for " time step continuation error" in the log file. Please find attached log_file, residual plot and fvscheme files. In para view, I see velocity data range in infinity.

I can run ( time dependent ) pisoFoam solver on my geometry, it works fine.

How to get converged solution?

log file looks like this:

Quote:
Create time

Create mesh for time = 0

Reading field p

Reading field U

Reading field C

Reading/calculating face flux field phi

Selecting incompressible transport model Newtonian
Selecting RAS turbulence model laminar

SIMPLE: convergence criteria
field p tolerance 1e-12
field U tolerance 1e-12
field C tolerance 1e-12
field T tolerance 1e-12
field "(k|epsilon|omega)" tolerance 1e-12


Starting time loop

Time = 1

smoothSolver: Solving for Ux, Initial residual = 0.991325, Final residual = 0.000574364, No Iterations 6
smoothSolver: Solving for Uy, Initial residual = 0.990776, Final residual = 0.000629279, No Iterations 6
smoothSolver: Solving for Uz, Initial residual = 1, Final residual = 0.00651658, No Iterations 6
smoothSolver: Solving for C, Initial residual = 1, Final residual = 0.00651644, No Iterations 6
GAMGPCG: Solving for p, Initial residual = 1, Final residual = 0.0370417, No Iterations 2
time step continuity errors : sum local = 3.29775e+06, global = -4175.02, cumulative = -4175.02
ExecutionTime = 0.69 s ClockTime = 1 s

Time = 2

smoothSolver: Solving for Ux, Initial residual = 0.606801, Final residual = 0.0018159, No Iterations 6
smoothSolver: Solving for Uy, Initial residual = 0.593997, Final residual = 0.00171948, No Iterations 6
smoothSolver: Solving for Uz, Initial residual = 0.470896, Final residual = 0.00182848, No Iterations 6
smoothSolver: Solving for C, Initial residual = 0.431325, Final residual = 0.00171857, No Iterations 6
GAMGPCG: Solving for p, Initial residual = 0.999989, Final residual = 0.0555931, No Iterations 3
time step continuity errors : sum local = 3.33152e+06, global = -504.3, cumulative = -4679.32
ExecutionTime = 1.02 s ClockTime = 1 s

Time = 3

smoothSolver: Solving for Ux, Initial residual = 0.399376, Final residual = 0.00112685, No Iterations 6
smoothSolver: Solving for Uy, Initial residual = 0.370886, Final residual = 0.00132803, No Iterations 6
smoothSolver: Solving for Uz, Initial residual = 0.427011, Final residual = 0.00391918, No Iterations 6
smoothSolver: Solving for C, Initial residual = 0.315567, Final residual = 0.00229577, No Iterations 6
GAMGPCG: Solving for p, Initial residual = 0.0266644, Final residual = 0.00241473, No Iterations 3
time step continuity errors : sum local = 2.67906e+06, global = -206.142, cumulative = -4885.46
ExecutionTime = 1.34 s ClockTime = 1 s

Time = 4

smoothSolver: Solving for Ux, Initial residual = 0.270695, Final residual = 0.00133643, No Iterations 6
smoothSolver: Solving for Uy, Initial residual = 0.28929, Final residual = 0.00196956, No Iterations 6
smoothSolver: Solving for Uz, Initial residual = 0.503112, Final residual = 0.000947335, No Iterations 9
smoothSolver: Solving for C, Initial residual = 0.225821, Final residual = 0.000216302, No Iterations 9
GAMGPCG: Solving for p, Initial residual = 0.0116013, Final residual = 0.000575014, No Iterations 3
time step continuity errors : sum local = 1.93363e+06, global = -19.2139, cumulative = -4904.68
ExecutionTime = 1.67 s ClockTime = 2 s


Time = 8026

smoothSolver: Solving for Ux, Initial residual = 0.0189528, Final residual = 4.9705e-05, No Iterations 9
smoothSolver: Solving for Uy, Initial residual = 0.01574, Final residual = 3.78383e-05, No Iterations 9
smoothSolver: Solving for Uz, Initial residual = 0.0155287, Final residual = 3.95947e-05, No Iterations 9
smoothSolver: Solving for C, Initial residual = 0.00179368, Final residual = 9.95282e-06, No Iterations 6
GAMGPCG: Solving for p, Initial residual = 0.0888095, Final residual = 0.00631107, No Iterations 2
time step continuity errors : sum local = 7.15596e+110, global = 9.51894e+108, cumulative = 1.79797e+110
ExecutionTime = 2625.31 s ClockTime = 2625 s

Time = 8027

smoothSolver: Solving for Ux, Initial residual = 0.0189746, Final residual = 4.9723e-05, No Iterations 9
smoothSolver: Solving for Uy, Initial residual = 0.0157005, Final residual = 3.76341e-05, No Iterations 9
smoothSolver: Solving for Uz, Initial residual = 0.0155749, Final residual = 3.96477e-05, No Iterations 9
Attached Images
File Type: jpg residual_plot.jpg (60.4 KB, 34 views)
Attached Files
File Type: gz mySimpleFoam.tar.gz (2.4 KB, 0 views)
File Type: gz case_of2.tar.gz (14.4 KB, 1 views)

Last edited by jr33; February 14, 2013 at 23:33. Reason: more information
jr33 is offline   Reply With Quote

Old   February 14, 2013, 16:41
Default fvSolution file attached
  #2
New Member
 
Reno
Join Date: Sep 2012
Posts: 27
Rep Power: 13
jr33 is on a distinguished road
I also get following error at 8000 time step:

#0 Foam::error:rintStack(Foam::Ostream&) in "/opt/openfoam211/platforms/linuxGccDPOpt/lib/libOpenFOAM.so"
#1 Foam::sigFpe::sigHandler(int) in "/opt/openfoam211/platforms/linuxGccDPOpt/lib/libOpenFOAM.so"
#2 Uninterpreted:
#3 Foam::PCG::solve(Foam::Field<double>&, Foam::Field<double> const&, unsigned char) const in "/opt/openfoam211/platforms/linuxGccDPOpt/lib/libOpenFOAM.so"
#4 Foam::fvMatrix<double>::solve(Foam::dictionary const&) in "/opt/openfoam211/platforms/linuxGccDPOpt/lib/libfiniteVolume.so"
#5
at mysimpleFoam.C:0
#6
in "/home/jay/OpenFOAM/jay-2.1.1/platforms/linuxGccDPOpt/bin/mysimpleFoam"
#7 __libc_start_main in "/lib/i386-linux-gnu/libc.so.6"
#8
in "/home/jay/OpenFOAM/jay-2.1.1/platforms/linuxGccDPOpt/bin/mysimpleFoam"


Quote:
fvSolution file:

solvers
{
p
{
solver GAMG;
tolerance 1e-12;
relTol 0.001;
minIter 5;
maxIter 100;
smoother GaussSeidel; // DIC; //DICGaussSeidel; //FDIC;
nPreSweeps 1;
nPostSweeps 3;
nFinestSweeps 3;
scaleCorrection true;
directSolveCoarsest false;
cacheAgglomeration on;
nCellsInCoarsestLevel 50; // 500
agglomerator faceAreaPair;
mergeLevels 1; // 3
}


U
{
solver smoothSolver;
smoother GaussSeidel;
tolerance 1e-12;
relTol 0.01;
nSweeps 3;
maxIter 100;
minIter 10;
}

C
{
solver smoothSolver;
smoother GaussSeidel;
tolerance 1e-12;
relTol 0.01;
nSweeps 3;
maxIter 100;
minIter 10;
}

T
{
solver smoothSolver;
smoother GaussSeidel;
tolerance 1e-12;
relTol 0.01;
nSweeps 3;
maxIter 100;
minIter 10;
}
}

SIMPLE
{
nNonOrthogonalCorrectors 0;

residualControl
{
p 1e-12;
U 1e-12;
C 1e-12;
T 1e-12;
"(k|epsilon|omega)" 1e-12;
}
}

relaxationFactors
{
p 0.3;
U 0.7;
C 0.3;
T 0.3;

}


// **************************
Quote:
fvSchemes file

ddtSchemes
{
default steadyState;
}

gradSchemes
{
default cellLimited Gauss linear 1;
grad(p) cellLimited Gauss linear 1;
grad(U) cellLimited Gauss linear 1;
}

divSchemes
{
default none;
div(phi,U) Gauss upwind;
div(phi,k) Gauss upwind;
div(phi,epsilon) Gauss upwind;
div(phi,R) Gauss upwind;
div(R) Gauss linear;
div(phi,nuTilda) Gauss upwind;

div((nuEff*dev(T(grad(U))))) Gauss linear;
div(phi,T) Gauss upwind;

div((nuEff*dev(C(grad(U))))) Gauss linear;
div(phi,C) Gauss upwind;
}

laplacianSchemes
{
default none;
laplacian(nuEff,U) Gauss linear corrected;
laplacian((1|A(U)),p) Gauss linear corrected;
laplacian(DkEff,k) Gauss linear corrected;
laplacian(DepsilonEff,epsilon) Gauss linear corrected;
laplacian(DREff,R) Gauss linear corrected;
laplacian(DnuTildaEff,nuTilda) Gauss linear corrected;

laplacian(DT,T) Gauss linear corrected;
laplacian(DT,C) Gauss linear corrected;

}

interpolationSchemes
{
default linear;
interpolate(U) linear;
}

snGradSchemes
{
default corrected;
}

fluxRequired
{
default no;
p ;
}


// ******************************

Last edited by jr33; February 14, 2013 at 23:32. Reason: more infomation
jr33 is offline   Reply With Quote

Old   February 15, 2013, 03:10
Default
  #3
Senior Member
 
sfigato's Avatar
 
Marco Longhitano
Join Date: Jan 2013
Location: Aachen
Posts: 103
Rep Power: 13
sfigato is on a distinguished road
Send a message via Skype™ to sfigato
Hi Reno,

in order to get a convergence message it is enough to increase the convergence criteria in your fvSolution file (residual control).

Although your solution seems to be stable, the residual (initial??) is too high. Did you get good results from your computation?

What about the mesh?
Can you post your checkMesh file?

Regards
Marco
sfigato is offline   Reply With Quote

Old   February 15, 2013, 11:38
Default
  #4
New Member
 
Reno
Join Date: Sep 2012
Posts: 27
Rep Power: 13
jr33 is on a distinguished road
Thanks Marco, here is checkMesh file .......

Quote:
nProcs : 1
sigFpe : Enabling floating point exception trapping (FOAM_SIGFPE).
fileModificationChecking : Monitoring run-time modified files using timeStampMaster
allowSystemOperations : Disallowing user-supplied system call operations

// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
Create time

Create polyMesh for time = 0

Time = 0

Mesh stats
points: 18079
faces: 177642
internal faces: 163538
cells: 85295
boundary patches: 6
point zones: 0
face zones: 0
cell zones: 0

Overall number of cells of each type:
hexahedra: 0
prisms: 0
wedges: 0
pyramids: 0
tet wedges: 0
tetrahedra: 85295
polyhedra: 0

Checking topology...
Boundary definition OK.
Cell to face addressing OK.
Point usage OK.
Upper triangular ordering OK.
Face vertices OK.
Number of regions: 1 (OK).

Checking patch topology for multiply connected surfaces ...
Patch Faces Points Surface topology
inlet 108 68 ok (non-closed singly connected)
outlet1 76 50 ok (non-closed singly connected)
outlet2 96 61 ok (non-closed singly connected)
outlet3 96 61 ok (non-closed singly connected)
outlet4 80 53 ok (non-closed singly connected)
walls 13648 6881 ok (non-closed singly connected)

Checking geometry...
Overall domain bounding box (-2.64993e-06 -7.50942e-07 -5.62952e-06) (5.87453e-06 5.84166e-07 4.32026e-06)
Mesh (non-empty, non-wedge) directions (1 1 1)
Mesh (non-empty) directions (1 1 1)
Boundary openness (8.18345e-17 -2.59238e-17 -3.34998e-17) OK.
Max cell openness = 1.54844e-16 OK.
Max aspect ratio = 4.3452 OK.
Minumum face area = 4.03065e-17. Maximum face area = 8.01346e-14. Face area magnitudes OK.
Min volume = 1.09442e-25. Max volume = 6.5517e-21. Total volume = 1.42006e-17. Cell volumes OK.
Mesh non-orthogonality Max: 48.3461 average: 15.119
Non-orthogonality check OK.
Face pyramids OK.
Max skewness = 3.79094 OK.
Coupled point location match (average 0) OK.

Mesh OK.

End

jr33 is offline   Reply With Quote

Old   February 15, 2013, 13:03
Default
  #5
New Member
 
Reno
Join Date: Sep 2012
Posts: 27
Rep Power: 13
jr33 is on a distinguished road
Quote:
Originally Posted by sfigato View Post
Hi Reno,

in order to get a convergence message it is enough to increase the convergence criteria in your fvSolution file (residual control).

Although your solution seems to be stable, the residual (initial??) is too high. Did you get good results from your computation?

What about the mesh?
Can you post your checkMesh file?

Regards
Marco
How I can check good results from my computation, I can check flow in must equal to flow out: conservation check?
jr33 is offline   Reply With Quote

Old   February 16, 2013, 04:43
Default
  #6
Senior Member
 
sfigato's Avatar
 
Marco Longhitano
Join Date: Jan 2013
Location: Aachen
Posts: 103
Rep Power: 13
sfigato is on a distinguished road
Send a message via Skype™ to sfigato
Hi Reno,

so..first you must check your results. Are they physical or not?
Your checkMesh looks good (may skewness is a little bit too high)!
As I said before..let the computation run fore more iteration and set the tolerance of all variable equal to zero!

Regards
Marco

P.S.: remeber to remove the residual control (unless your computation may stop too early)
sfigato is offline   Reply With Quote

Old   December 12, 2016, 04:48
Smile Large time step continuity error solution
  #7
New Member
 
Shrirang
Join Date: May 2016
Location: India
Posts: 18
Rep Power: 9
shrirang is on a distinguished road
Hello, Large time step continuity errors occurs when your mesh is not proper or the problem definition is physically incorrect.

Try increasing nonorthogonal correctors in fvsolution file to 2, 5 and 15 keeping view of your grid non orthogonality.

Hope this will help someone.
shrirang is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
grid dependancy gueynard a. Main CFD Forum 19 June 27, 2014 21:22
simpleFoam /water in pipes/ how to obtain and tune the solution? soonic OpenFOAM Running, Solving & CFD 0 March 29, 2012 10:40
Can this solution be regarded as converged? Chander CFX 3 April 3, 2011 06:42
Has the pressure correction method problems? X. Ye Main CFD Forum 17 September 1, 1999 16:14
Wall functions Abhijit Tilak Main CFD Forum 6 February 5, 1999 01:16


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