|
[Sponsors] |
October 5, 2009, 20:49 |
error message with interFoam
|
#1 |
Member
Ovie Doro
Join Date: Jul 2009
Posts: 99
Rep Power: 17 |
I am trying to implement interFoam for a falling film on a flat plate but I am getting an error message which I dont understand. Could someone please help?
#0 Foam::error:rintStack(Foam::Ostream&) in "/home/ovie/OpenFOAM/OpenFOAM-1.5/lib/linuxGccDPOpt/libOpenFOAM.so" #1 Foam::sigFpe::sigFpeHandler(int) in "/home/ovie/OpenFOAM/OpenFOAM-1.5/lib/linuxGccDPOpt/libOpenFOAM.so" #2 Uninterpreted: [0xb7f69400] #3 Foam::Time::adjustDeltaT() in "/home/ovie/OpenFOAM/OpenFOAM-1.5/lib/linuxGccDPOpt/libOpenFOAM.so" #4 Foam::Time::setDeltaT(double) in "/home/ovie/OpenFOAM/OpenFOAM-1.5/lib/linuxGccDPOpt/libOpenFOAM.so" #5 main in "/home/ovie/OpenFOAM/OpenFOAM-1.5/applications/bin/linuxGccDPOpt/interFoam" #6 __libc_start_main in "/lib/tls/i686/cmov/libc.so.6" #7 _start at /build/buildd/glibc-2.9/csu/../sysdeps/i386/elf/start.S:122 Floating point exception |
|
October 6, 2009, 03:47 |
|
#2 |
Senior Member
Niels Gjoel Jacobsen
Join Date: Mar 2009
Location: Copenhagen, Denmark
Posts: 1,903
Rep Power: 37 |
Hi Ovie
Without having seen what's immediately prior to these errors, my guess is that you time step gets smaller and smaller, hence the crash is simply a symptom on the fact that your computation is diverging. Bests Niels |
|
October 6, 2009, 14:03 |
|
#3 |
Member
Ovie Doro
Join Date: Jul 2009
Posts: 99
Rep Power: 17 |
Thanks Niels,
I went back to review the tutorials and figured that I had to execute setFields prior to running the computation. Problem solved. One quick question, do you have any idea if its possible to implement the MULES solver for volume fraction variable in steady state? Thanks again. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
interFoam / bubbleFoam to simulate an aerated tank | Meratb | OpenFOAM Running, Solving & CFD | 3 | November 6, 2020 12:45 |
InterFoam stops after deltaT goes to 1e14 | francesco_b | OpenFOAM Running, Solving & CFD | 9 | July 25, 2020 07:36 |
Latest git 1.6.x: Crash when using inletOutlet for variable alpha1 in interFoam | carsten | OpenFOAM Bugs | 6 | September 23, 2009 10:46 |
Temporal discretisation in interFoam | sebonator | OpenFOAM | 2 | August 21, 2009 08:39 |
Open Channel Flow using InterFoam type solver | sxhdhi | OpenFOAM Running, Solving & CFD | 3 | May 5, 2009 22:58 |