|
[Sponsors] |
November 4, 2019, 02:54 |
sigFpe error in pimpleDyMFoam
|
#1 |
Member
Saurabh Das
Join Date: Jul 2018
Posts: 43
Rep Power: 8 |
I am using pimpleDyMFoam to simulate a stirrer. The Courant number is within the specified limits and the residuals seem to be okay too. However the following error is obtained.
Code:
Courant Number mean: 0.104544 max: 0.825854 deltaT = 5.1058e-05 Time = 0.000247919 AMI: Creating addressing and weights between 22980 source faces and 23116 target faces AMI: Patch source sum(weights) min/max/average = 0.618253, 1.38838, 1.00215 AMI: Patch target sum(weights) min/max/average = 0, 1.12629, 0.994905 PIMPLE: iteration 1 smoothSolver: Solving for Ux, Initial residual = 0.0188878, Final residual = 0.000519529, No Iterations 1 smoothSolver: Solving for Uy, Initial residual = 0.0161195, Final residual = 0.0004383, No Iterations 1 smoothSolver: Solving for Uz, Initial residual = 0.0185892, Final residual = 0.000509428, No Iterations 1 #0 Foam::error::printStack(Foam::Ostream&) at ??:? #1 Foam::sigFpe::sigHandler(int) at ??:? #2 ? in "/lib/x86_64-linux-gnu/libc.so.6" #3 Foam::divide(Foam::Field<double>&, double const&, Foam::UList<double> const&) at ??:? #4 Foam::tmp<Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh> > Foam::operator/<Foam::fvPatchField, Foam::volMesh>(Foam::dimensioned<double> const&, Foam::tmp<Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh> > const&) in "/home/mslab02/OpenFOAM/OpenFOAM-5.x/platforms/linux64GccDPInt32Opt/bin/pimpleDyMFoam" #5 ? in "/home/mslab02/OpenFOAM/OpenFOAM-5.x/platforms/linux64GccDPInt32Opt/bin/pimpleDyMFoam" #6 __libc_start_main in "/lib/x86_64-linux-gnu/libc.so.6" #7 ? in "/home/mslab02/OpenFOAM/OpenFOAM-5.x/platforms/linux64GccDPInt32Opt/bin/pimpleDyMFoam" Floating point exception (core dumped) Code:
***Cells with small determinant (< 0.001) found, number of cells: 56 <<Writing 56 under-determined cells to set underdeterminedCells ***Concave cells (using face planes) found, number of cells: 2773 <<Writing 2773 concave cells to set concaveCells Face interpolation weight : minimum: 0.14992 average: 0.478769 Face interpolation weight check OK. Face volume ratio : minimum: 0.0380045 average: 0.908863 Face volume ratio check OK. Calculating AMI weights between owner patch: AMI1 and neighbour patch: AMI2 AMI: Creating addressing and weights between 22980 source faces and 23116 target faces AMI: Patch source sum(weights) min/max/average = 0.602327, 1.38482, 1.00254 AMI: Patch target sum(weights) min/max/average = 0.216937, 1.06614, 0.995235 Failed 2 mesh checks. End |
|
November 10, 2019, 12:49 |
|
#2 |
Member
Saurabh Das
Join Date: Jul 2018
Posts: 43
Rep Power: 8 |
No one? I could gladly use some help..
|
|
September 9, 2020, 06:33 |
similar error due to concave cells??
|
#3 |
Member
Join Date: Apr 2018
Location: UK
Posts: 78
Rep Power: 8 |
Hi Sorabh,
I am also encountering a similar floating point exception error and I suspect this is due to a failed mesh check. Apparently there are some concave cells in my mesh. Strangely, I did not encounter this error before using a similar mesh. Just wondering whether you had managed to solve this issue and, if so, how you did this? I am also using OpenFOAM 5.x. Any help will be appreciated. Thank you. |
|
September 14, 2020, 03:38 |
|
#4 | |
Senior Member
|
Hello Saurabh,
Quote:
Code:
mergeOrSplitBaffles -split -overwrite |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Cant Run pimpleDyMFoam but pimpleFoam Works | Jikst | OpenFOAM Running, Solving & CFD | 1 | February 11, 2019 11:04 |
SigFpe when running ANY application in parallel | Pj. | OpenFOAM Running, Solving & CFD | 3 | April 23, 2015 15:53 |
Savonius pimpleDyMFoam | vitokad | OpenFOAM Pre-Processing | 10 | September 16, 2014 10:30 |
pimpleDyMFoam | samiam1000 | OpenFOAM | 2 | September 19, 2012 11:11 |
Error with pimpleDyMFoam | samiam1000 | OpenFOAM | 2 | June 11, 2012 07:21 |