|
[Sponsors] |
Floating point exception crash at writeInterval |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 17, 2016, 06:06 |
Floating point exception crash at writeInterval
|
#1 |
New Member
Matthias D
Join Date: Mar 2016
Posts: 11
Rep Power: 10 |
Hi,
I am very new to OpenFOAM, so this initial post might miss some important information. But I will provide as much information as I can, if you could hint me in the right direction :-) My Problem is as follows: I have a quite simple cube-setup where I try to test a solver made by a colleague. This solver is basically a modified buoyantBoussinesqPimpleFoam. I have no Problems when running it with the cluster version of OpenFOAM(3.0.0). But as I had to do some changes I decided to compile my own OpenFOAM version from github (3.0.x). With this version my solver crashes with a Floating point exception exactly at the given writeInterval with the following error: Code:
#0 Foam::error::printStack(Foam::Ostream&) at ??:? #1 Foam::sigFpe::sigHandler(int) at ??:? #2 ? in "/lib64/libc.so.6" #3 Foam::divide(Foam::Field<double>&, Foam::UList<double> const&, Foam::UList<double> const&) at ??:? #4 Foam::tmp<Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh> > Foam::operator/<Foam::fvPatchField, Foam::volMesh (Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh> const&, Foam::tmp<Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh> > const&) at ??:? #5 ? at ??:? #6 __libc_start_main in "/lib64/libc.so.6" #7 ? at ??:? I can even do the run with the cluster-version until the first writeInterval and then continue from that point with the selfcompiled version. It then crashes at the next writeInterval. So I am not sure if the error above does say something to you (it sure doesn't help me very much...). But I would much appreciate if you could at least point me in some direction. And as I said, let me know what further information could help to understand that problem. Cheers, Matthias |
|
|
|
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 |
A floating point exception - SEM Model | yansheng | STAR-CCM+ | 1 | April 4, 2016 05:57 |
Floating point exception from twoPhaseEulerFoam | openfoammaofnepo | OpenFOAM Running, Solving & CFD | 1 | March 19, 2016 14:56 |
Floating point exception (core dumped) for GAMG solver | yuhou1989 | OpenFOAM Running, Solving & CFD | 2 | March 24, 2015 20:28 |
Inlet Velocity Profile BC - Floating Point exception during solution initialization | Janshi | STAR-CCM+ | 4 | March 14, 2012 11:21 |