|
[Sponsors] |
adjusttimestep led to extremely small timestep |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
May 28, 2013, 05:47 |
adjusttimestep led to extremely small timestep
|
#1 |
Senior Member
Join Date: Jan 2013
Posts: 135
Rep Power: 13 |
dear all
I'm simulating flow around an inclined cylinder at Re=3900 with pimpleFoam. I set my maxCo to be 1 and after some iterations, deltaT became very very small which made the simulation unable to progress. This warning even came out. Code:
Courant Number mean: 0.00965307 max: 0.959928 deltaT = 3.9084e-11 --> FOAM Warning : From function Time::operator++() in file db/Time/Time.C at line 1029 Increased the timePrecision from 9 to 10 to distinguish between timeNames at time 0.0417741 Does someone else encountered with this problem before? |
|
May 28, 2013, 06:40 |
|
#2 |
Senior Member
Olivier
Join Date: Jun 2009
Location: France, grenoble
Posts: 272
Rep Power: 18 |
hello,
This mean that you have high non physical velocity somewhere. Check your boundary conditions (k & epsilon with bad initial guess ?) and your fvScheme (you may switch to Gauss upwind at the beginning). regards, olivier |
|
May 28, 2013, 08:50 |
|
#3 |
Senior Member
HECKMANN Frédéric
Join Date: Jul 2010
Posts: 249
Rep Power: 17 |
This is common if you use a uniform initialization of your problem. The initial solution is too different from your final solution, therefor the simulation must go through some crazy steps that leads to your "divergence".
You can try to run first with a fixed time step and once an approximate flow field is catch, you can turn to an adaptive time stepping. Another solution is to initialize your case with a steady state solution (from SimpleFoam for example). Attention, potentialFoam will not give you a good initialization as the boundary layer is not included. Therefor you might get the same "divergence" problem. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[snappyHexMesh] .STL: non-closed manifold surface | giulio.topazio | OpenFOAM Meshing & Mesh Conversion | 32 | November 25, 2016 04:15 |
Small timestep make the simulation not converge | Anna Tian | CFX | 1 | August 7, 2012 20:25 |
How small to choose the timestep? | kriskerst | OpenFOAM Running, Solving & CFD | 0 | February 21, 2011 15:47 |
SIGFPE unless deltaT extremely small | omican | OpenFOAM | 0 | July 2, 2010 03:16 |
InterFoam very small timestep | unoder | OpenFOAM Running, Solving & CFD | 12 | November 27, 2005 08:47 |