CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Pre-Processing (https://www.cfd-online.com/Forums/openfoam-pre-processing/)
-   -   Error: Floating point exception (core dumped) (https://www.cfd-online.com/Forums/openfoam-pre-processing/152232-error-floating-point-exception-core-dumped.html)

jishnuhari25 April 27, 2015 03:23

Error: Floating point exception (core dumped)
 
p { margin-bottom: 0.08in; }a:link { } hi all,
While I am running the case for saturated flow boiling problem whose solver is developed using twoPhaseEulerFoam as the base solver, I am encountering with the following error.
/*****************************************/*************************************
#0 Foam::error::printStack(Foam::Ostream&) at ??:?
#1 Foam::sigFpe::sigHandler(int) at ??:?
#2 in "/lib64/libc.so.6"
#3 in "/lib64/libm.so.6"
#4 exp in "/lib64/libm.so.6"
#5 Foam::exp(Foam::dimensioned<double> const&) at ??:?
#6
at ~/OpenFOAM/p2tf13007-2.2.2/applications/solvers/satBoilingFoam/Tempboiling.H:32 (discriminator 1)
#7 __libc_start_main in "/lib64/libc.so.6"
#8
at ??:?
Floating point exception (core dumped)
/************************************************/*******************************
From debugging, it shows that error is in line TempBoiling.H:32. Corresponding line is
***********
dimensionedScalar C1 = exp(-((Tsat-(tt*T2[faceCelli]))/delTref));
************
tt is provided to make the equation dimensionally correct.
Please check the case
thanks in advance


All times are GMT -4. The time now is 13:07.