|
[Sponsors] |
January 18, 2017, 10:34 |
|
#61 |
New Member
shadab ilahi
Join Date: Aug 2016
Posts: 11
Rep Power: 10 |
Hello everyone,
I am using my self-made code to run the simulation in annulus geometry. My simulation was core dumping at this time even though my courant number is still less than 1. please help me to come out of this problem.The output of terminal is given below. Code:
Time = 240.999999999998 Courant Number mean: 0.0249712 max: 0.0875329 DICPCG: Solving for Ux, Initial residual = 0.105497, Final residual = 0.00884902, No Iterations 1 DICPCG: Solving for Uy, Initial residual = 0.469317, Final residual = 0.0347587, No Iterations 1 DICPCG: Solving for p, Initial residual = 0.0102862, Final residual = 0.000474484, No Iterations 8 time step continuity errors : sum local = 2.46663e-06, global = -1.54741e-20, cumulative = 6.03058e-20 DICPCG: Solving for Ux, Initial residual = 0.0414099, Final residual = 0.000467468, No Iterations 2 DICPCG: Solving for Uy, Initial residual = 0.44559, Final residual = 0.0268967, No Iterations 1 DICPCG: Solving for p, Initial residual = 0.00748688, Final residual = 0.000345887, No Iterations 142 time step continuity errors : sum local = 1.3637e-06, global = -1.29084e-21, cumulative = 5.90149e-20 DILUPBiCG: Solving for c, Initial residual = 0.000474526, Final residual = 2.22852e-09, No Iterations 1 ExecutionTime = 11.78 s Time = 241.099999999998 Courant Number mean: 0.0249315 max: 0.0873926 DICPCG: Solving for Ux, Initial residual = 0.234292, Final residual = 0.0211142, No Iterations 1 DICPCG: Solving for Uy, Initial residual = 0.520758, Final residual = 0.00558537, No Iterations 2 DICPCG: Solving for p, Initial residual = 0.0389959, Final residual = 0.00179561, No Iterations 35 time step continuity errors : sum local = 7.66976e-06, global = -7.74512e-21, cumulative = 5.12698e-20 DICPCG: Solving for Ux, Initial residual = 0.112113, Final residual = 0.00129323, No Iterations 2 DICPCG: Solving for Uy, Initial residual = 0.161259, Final residual = 0.0148576, No Iterations 1 DICPCG: Solving for p, Initial residual = 0.012724, Final residual = 0.000543076, No Iterations 37 time step continuity errors : sum local = 2.841e-06, global = -8.35252e-22, cumulative = 5.04346e-20 DILUPBiCG: Solving for c, Initial residual = 0.000661722, Final residual = 2.16062e-09, No Iterations 1 ExecutionTime = 11.81 s Time = 241.199999999998 Courant Number mean: 0.0249643 max: 0.0874092 #0 Foam::error::printStack(Foam::Ostream&) at ??:? #1 Foam::sigFpe::sigHandler(int) at ??:? #2 in "/lib/x86_64-linux-gnu/libc.so.6" #3 in "/lib/x86_64-linux-gnu/libm.so.6" #4 pow in "/lib/x86_64-linux-gnu/libm.so.6" #5 Foam::pow(Foam::Field<double>&, Foam::UList<double> const&, double const&) at ??:? #6 Foam::tmp<Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh> > Foam::pow<Foam::fvPatchField, Foam::volMesh>(Foam::tmp<Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh> > const&, Foam::dimensioned<double> const&) at ??:? #7 at ??:? #8 at ??:? #9 __libc_start_main in "/lib/x86_64-linux-gnu/libc.so.6" #10 at ??:? Floating point exception (core dumped) shadab@shadab-HP-ProDesk-600-G1-TWR:~/OpenFOAM/OpenFOAM-2.3.0/Project/cavity_settling2$ |
|
January 20, 2017, 02:41 |
error after adding source term
|
#62 |
New Member
KUMAR CHAVAN
Join Date: Aug 2016
Posts: 4
Rep Power: 10 |
I have added bottom friction as a source term in shallowwaterfoam.
bottom stress= Sp(2*mag(U), U) After compiling and running i get error message as below. Creating field hTotal for post processing Reading/calculating face flux field phi Creating Coriolis Force PIMPLE: no residual control data found. Calculations will employ 3 corrector loops Starting time loop Time = 0.1 Courant number mean: 0.200006 max: 0.205556 Gravity wave Courant number max: 0.626418 PIMPLE: iteration 1 --> FOAM FATAL ERROR: incompatible fields for operation [hU] + [U] From function checkMethod(const fvMatrix<Type>&, const fvMatrix<Type>&) in file /opt/openfoam211/src/finiteVolume/lnInclude/fvMatrix.C at line 1303. FOAM aborting #0 Foam::error:rintStack(Foam::Ostream&) in "/opt/openfoam211/platforms/linux64GccDPOpt/lib/libOpenFOAM.so" #1 Foam::error::abort() in "/opt/openfoam211/platforms/linux64GccDPOpt/lib/libOpenFOAM.so" #2 in "/home/caelinux/OpenFOAM/caelinux-2.1.1/platforms/linux64GccDPOpt/bin/my_shallowWaterFoam" #3 in "/home/caelinux/OpenFOAM/caelinux-2.1.1/platforms/linux64GccDPOpt/bin/my_shallowWaterFoam" #4 in "/home/caelinux/OpenFOAM/caelinux-2.1.1/platforms/linux64GccDPOpt/bin/my_shallowWaterFoam" #5 __libc_start_main in "/lib/x86_64-linux-gnu/libc.so.6" #6 in "/home/caelinux/OpenFOAM/caelinux-2.1.1/platforms/linux64GccDPOpt/bin/my_shallowWaterFoam" Aborted (core dumped) caelinux@caelinux:~/OpenFOAM/caelinux-2.1.1/squareBump$ |
|
January 20, 2017, 08:28 |
|
#63 |
Senior Member
nasir musa yakubu
Join Date: Mar 2014
Location: Birmingham
Posts: 109
Rep Power: 12 |
Hello Shabad and Kumar,
Have you checked your mesh to ensure its ok to run the simulation - you can use the following to do just that: https://openfoamwiki.net/index.php/CheckMesh it is a print stack error which means maybe one of your fields is been divided by 0 or some other unrecognized character. lastly, i will advice you both follow the method outlined in the first post of the link bellow to effectively report your problems and get better help. it helps the readers understand what exactly you are trying to achieve. i know its a pain in the *** but it would help you allot. How to give enough info to get help |
|
April 8, 2017, 15:56 |
|
#64 |
New Member
Andrea Matiz C
Join Date: Feb 2017
Posts: 10
Rep Power: 9 |
Hello
Sorry to activate this old post. But I'm having a similar problem. I am running a case with rhoSimpleFoam and SA turbulence model on OF v. 3.1. I've ran the same case on three coarse grids; but whem I'm gonna run the exact same case on a refined mesh it crashes and I get an error similar to the posted above: #0 Foam::error:rintStack(Foam::Ostream&) at ??:? #1 Foam::sigFpe::sigHandler(int) at ??:? #2 ? in "/lib/x86_64-linux-gnu/libc.so.6" #3 Foam::hePsiThermo<Foam:siThermo, Foam:ureMixture<Foam::sutherlandTransport<Foam:: species::thermo<Foam::hConstThermo<Foam:erfectGa s<Foam::specie> >, Foam::sensibleInternalEnergy> > > >::calculate() at ??:? #4 Foam::hePsiThermo<Foam:siThermo, Foam:ureMixture<Foam::sutherlandTransport<Foam:: species::thermo<Foam::hConstThermo<Foam:erfectGa s<Foam::specie> >, Foam::sensibleInternalEnergy> > > >::correct() at ??:? #5 ? at ??:? #6 __libc_start_main in "/lib/x86_64-linux-gnu/libc.so.6" #7 ? at ??:? I've tried to: -change boundary conditions of pressure and nut, but this has not have any effect on the simulation -change schemes but this doesn't show any effect on the simulation. -I map the last time step field from the coarse mesh simulation to the refined mesh but the error keeps happening. -I've change thermophysicalProperties file, the transport method but then I got a different error of MAX NUMBER OF ITERATIONS EXCEED I'm totally clueless about what is happening. And I do not know how can I solve this. I would be very thankful if anyone can give me a hint. Regards Andrea |
|
April 18, 2017, 01:50 |
|
#65 |
New Member
Rsingh
Join Date: Mar 2016
Posts: 4
Rep Power: 10 |
Hello esujby
thanks for reply,, i got my solution after that problem,,,,,, |
|
April 26, 2017, 14:21 |
|
#66 |
New Member
Join Date: Apr 2017
Posts: 9
Rep Power: 9 |
Hi
I want to simulate 3d flow over weir but when i try to run it with interFoam i see "Floating point exception (core dumped)" error, what shuold i do to fixed it? |
|
April 26, 2017, 16:29 |
|
#67 |
Senior Member
nasir musa yakubu
Join Date: Mar 2014
Location: Birmingham
Posts: 109
Rep Power: 12 |
hmmmmm!
this could be caused by allot of things however, it seems like something is been divided by Zero. if i were you, i will install the debug version. if nothing helpfull comes up, i will get a debug version. have you been able to runt he case before? did you modify something...? |
|
April 28, 2017, 05:46 |
dear esujby
|
#68 | |
New Member
Join Date: Apr 2017
Posts: 9
Rep Power: 9 |
Quote:
yes i modified it for a 3d simulation with totally different boundary and initial condition,please give me some information about the debug version. |
||
April 28, 2017, 06:24 |
|
#69 |
Senior Member
Oskar
Join Date: Nov 2015
Location: Poland
Posts: 184
Rep Power: 11 |
Hello.
http://www.tfd.chalmers.se/~hani/kur.../debugging.pdf Is this what Your are looking for? I think your error is somewhere above statement of "Floating point exception (core dumped)". Look through Your log file for other errors. |
|
April 28, 2017, 12:53 |
|
#70 | |
New Member
Join Date: Apr 2017
Posts: 9
Rep Power: 9 |
Quote:
thanks for reply but I cant download the file |
||
April 29, 2017, 06:52 |
|
#71 | |
Senior Member
nasir musa yakubu
Join Date: Mar 2014
Location: Birmingham
Posts: 109
Rep Power: 12 |
Hello Haydii,
to get the best help i recommend the following advice. Quote:
|
||
April 29, 2017, 09:17 |
|
#72 | ||
New Member
Join Date: Apr 2017
Posts: 9
Rep Power: 9 |
Quote:
thanks so much for replay,i'll try to fixed it Quote:
I have same problem ,could you help me about it? Last edited by wyldckat; May 7, 2017 at 09:23. Reason: merged 2 posts a day and half later with no additional information |
|||
July 6, 2017, 11:08 |
|
#73 | |
Member
王莹
Join Date: May 2017
Posts: 51
Rep Power: 9 |
Quote:
|
||
July 6, 2017, 12:40 |
|
#74 |
Senior Member
nasir musa yakubu
Join Date: Mar 2014
Location: Birmingham
Posts: 109
Rep Power: 12 |
hmm interesting! it could be allot of things but so long as your mesh is spot on, boundaries well defined and case set up well, then i think it could be linked to your tolerances in fvsolutions. so for you based on the attachement, i would say U is not getting solved correctly......tolerances should be smaller than 1e-07 i reckon.
|
|
July 7, 2017, 08:31 |
error still
|
#75 | |
Member
王莹
Join Date: May 2017
Posts: 51
Rep Power: 9 |
Quote:
|
||
July 21, 2017, 11:03 |
|
#76 |
Senior Member
nasir musa yakubu
Join Date: Mar 2014
Location: Birmingham
Posts: 109
Rep Power: 12 |
heyya sorry for the delayed reply, been busy with my PhD thesis. well, from what i see it could be ur relaxation factors 0.2 seems quite low. firstly have you checked ur mesh to make sure its en pointe using "checkMesh" on terminal
|
|
July 22, 2017, 09:26 |
say thanks
|
#77 |
New Member
Join Date: Apr 2017
Posts: 9
Rep Power: 9 |
your welcome dear esujby, that problem has been solved,anyway so pleased for your response, thank you
|
|
March 13, 2018, 09:55 |
problem in fluentMeshToFoam mesh conversion
|
#78 | |
Member
Join Date: Oct 2017
Posts: 52
Rep Power: 9 |
Quote:
i am trying to convert a mesh from fluent to openfoam and i have followed a procedure as shown below :: dos2unix mesh.msh (i am using fluent in windows) fluentMeshToFoam mesh.msh but ige the following error but i get the following error. Code:
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // Create time number of faces: 3486 Number of points: 614 Reading uniform faces Reading uniform faces Reading points FINISHED LEXING #0 Foam::error::printStack(Foam::Ostream&) at ??:? #1 Foam::sigSegv::sigHandler(int) at ??:? #2 ? in "/lib/x86_64-linux-gnu/libc.so.6" #3 ? at ??:? #4 __libc_start_main in "/lib/x86_64-linux-gnu/libc.so.6" #5 ? at ??:? Segmentation fault (core dumped) can you tell me where might be the problem?? |
||
March 13, 2018, 10:50 |
|
#79 | |
Member
Hosein
Join Date: Nov 2011
Location: Germany
Posts: 94
Rep Power: 15 |
Quote:
Just a quick hint before somebody answers your question. It is a good practice to use fluent3DMeshToFoam instead of the version you are using currently. You also might find more information here http://openfoamwiki.net/index.php/Fluent3DMeshToFoam Last edited by wyldckat; March 17, 2018 at 17:55. Reason: turned the last link into an actual link |
||
August 7, 2018, 06:32 |
FPE error using pimpleFoam
|
#80 |
New Member
Davide
Join Date: Jun 2018
Posts: 10
Rep Power: 8 |
Hi everyone,
I have a similar problem in OpenFOAM while running a modified pimplefoam with lagrangian particle tracking. The solver is working in PISO mode, and after a few time steps it stops with FPE error. I have time-varying boundary conditions (I specified them with a txt file) for velocity at the inlet and noSlip conditions at walls and zeroGradient at outlet, while for the pressure I imposed a zeroGradient conditions in all the patches and uniform 0 at the outlet. I am also running in parallel on a machine with 16 cores. The error log is the following: Code:
Foam::error::printStack(Foam::Ostream&) at ??:? [13] #1 Foam::sigFpe::sigHandler(int) at ??:? [13] #2 ? at sigaction.c:?m [13] #3 Foam::symGaussSeidelSmoother::smooth(Foam::word const&, Foam::Field<double>&, Foam::lduMatrix const&, Foam::Field<double> const&, Foam::FieldField<Foam::Field, double> const&, Foam::UPtrList<Foam::lduInterfaceField const> const&, unsigned char, long) at ??:? [13] #4 Foam::symGaussSeidelSmoother::smooth(Foam::Field<double>&, Foam::Field<double> const&, unsigned char, long) const at ??:? [13] #5 Foam::smoothSolver::solve(Foam::Field<double>&, Foam::Field<double> const&, unsigned char) const at ??:? [13] #6 Foam::fvMatrix<Foam::Vector<double> >::solveSegregated(Foam::dictionary const&) at ??:? [13] #7 Foam::fvMatrix<Foam::Vector<double> >::solve(Foam::dictionary const&) at ??:? [13] #8 ? at ??:? [13] #9 ? at ??:? [13] #10 __libc_start_main at ??:? [13] #11 ? at ??:? [nodo-b06:21640] *** Process received signal *** [nodo-b06:21640] Signal: Floating point exception (8) [nodo-b06:21640] Signal code: (-6) I attach here two file showing the Co values with respect to the inlet velocity values. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
FoamerrorprintStack | mayank | OpenFOAM Running, Solving & CFD | 38 | November 25, 2011 23:58 |