|
[Sponsors] |
January 27, 2016, 07:58 |
floating point exception with pimpleDyMFoam
|
#1 |
New Member
Join Date: Jul 2013
Posts: 3
Rep Power: 13 |
Hallo everybody,
I'm trying to simulate incompressible flow through turbomachinery with OpenFOAM using pimpleDyMFoam coupled with kOmegaSSt for turbulence modelling. I've stuck pretty close to the propeller tutorial as to the boundary conditions adjustments. When I run the case (in parallel as well as in serial) the first approximately 40-50 timesteps work just fine. Then all of a sudden the velocity gets very high and I get a floating point exception (please find log file attached). At least I think that the velocity is the problem... I've been trying to figure out what causes the problem for several days now and have been trying a lot, but without any success. I'm pretty sure that it's not a problem with my mesh since check mesh tells me "Ok". It could be something with the fvSchemes or fvSolutions, couldn't it? Does anyone have any ideas where the problem / error might be? Any help would be greatly appreciated. Thanks in advance Best regards Elena |
|
March 13, 2016, 09:51 |
|
#2 |
Senior Member
Artur
Join Date: May 2013
Location: Southampton, UK
Posts: 372
Rep Power: 20 |
Hi,
Your problem stems from the fact that continuity errors get through the roof pretty quickly: Code:
time step continuity errors : sum local = 3.83444, global = -1.13213, cumulative = -1.60869 Code:
Courant Number mean: 39095.8 max: 1.52799e+11 deltaT = 1.09076e-14 --> FOAM Warning : From function Time::operator++() in file db/Time/Time.C at line 1061 Increased the timePrecision from 6 to 7 to distinguish between timeNames at time 0.431667 All the best, A |
|
Tags |
floating point exception, pimpledymfoam |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
icoFoam floating point exception (8) | leizhao512 | OpenFOAM Running, Solving & CFD | 7 | November 1, 2018 12:43 |
Floating point exception with pimpleDyMFoam | ebah6 | OpenFOAM Running, Solving & CFD | 9 | November 1, 2017 06:58 |
Inlet Velocity Profile BC - Floating Point exception during solution initialization | Janshi | STAR-CCM+ | 4 | March 14, 2012 11:21 |
Pipe flow in settlingFoam floating point exception | jochemvandenbosch | OpenFOAM Running, Solving & CFD | 4 | February 16, 2012 04:24 |
block-structured mesh for t-junction | Robert@cfd | ANSYS Meshing & Geometry | 20 | November 11, 2011 05:59 |