CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Running, Solving & CFD (https://www.cfd-online.com/Forums/openfoam-solving/)
-   -   Simulation aborted with reactingFoam (https://www.cfd-online.com/Forums/openfoam-solving/218999-simulation-aborted-reactingfoam.html)

fsan July 11, 2019 09:00

Simulation aborted with reactingFoam
 
3 Attachment(s)
Hello,
I am trying to simulate a burner, my geometry is basicaly a pipe with an entry of methane and multiple entry of air around it. I use realizable k epsilon turbulence model and i launch my simulation in parallel. The solver used is reactingFoam.

Unfortunately my simulation keep aborting with this error shown in the terminal after doing 11 iteration with 0.00001 time step:

Code:

[0] #0  Foam::error::printStack(Foam::Ostream&) at ??:?
[0] #1  Foam::sigFpe::sigHandler(int) at ??:?
[0] #2  ? in "/lib/x86_64-linux-gnu/libc.so.6"
[0] #3  Foam::sqrt(Foam::Field<double>&, Foam::UList<double> const&) at ??:?
[0] #4  Foam::tmp<Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh> > Foam::sqrt<Foam::fvPatchField, Foam::volMesh>(Foam::tmp<Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh> > const&) at ??:?
[0] #5  Foam::RASModels::realizableKE<Foam::EddyDiffusivity<Foam::ThermalDiffusivity<Foam::CompressibleTurbulenceModel<Foam::fluidThermo> > > >::correct() at ??:?
[0] #6  ? in "/opt/openfoam-dev/platforms/linux64GccDPInt32Opt/bin/reactingFoam"
[0] #7  __libc_start_main in "/lib/x86_64-linux-gnu/libc.so.6"
[0] #8  ? in "/opt/openfoam-dev/platforms/linux64GccDPInt32Opt/bin/reactingFoam"
[ubuntu1:09248] *** Process received signal ***
[ubuntu1:09248] Signal: Floating point exception (8)
[ubuntu1:09248] Signal code:  (-6)
[ubuntu1:09248] Failing at address: 0x3e900002420
[ubuntu1:09248] [ 0] /lib/x86_64-linux-gnu/libc.so.6(+0x3ef20)[0x7ff006941f20]
[ubuntu1:09248] [ 1] /lib/x86_64-linux-gnu/libc.so.6(gsignal+0xc7)[0x7ff006941e97]
[ubuntu1:09248] [ 2] /lib/x86_64-linux-gnu/libc.so.6(+0x3ef20)[0x7ff006941f20]
[ubuntu1:09248] [ 3] /opt/openfoam-dev/platforms/linux64GccDPInt32Opt/lib/libOpenFOAM.so(_ZN4Foam4sqrtERNS_5FieldIdEERKNS_5UListIdEE+0x3a)[0x7ff007f2bfea]
[ubuntu1:09248] [ 4] /opt/openfoam-dev/platforms/linux64GccDPInt32Opt/lib/libfiniteVolume.so(_ZN4Foam4sqrtINS_12fvPatchFieldENS_7volMeshEEENS_3tmpINS_14GeometricFieldIdT_T0_EEEERKS8_+0x18e)[0x7ff00d63db4e]
[ubuntu1:09248] [ 5] /opt/openfoam-dev/platforms/linux64GccDPInt32Opt/lib/libcompressibleTurbulenceModels.so(_ZN4Foam9RASModels12realizableKEINS_15EddyDiffusivityINS_18ThermalDiffusivityINS_27CompressibleTurbulenceModelINS_11fluidThermoEEEEEEEE7correctEv+0x514)[0x7ff00b6062c4]
[ubuntu1:09248] [ 6] reactingFoam(+0x306c8)[0x55b2d1a326c8]
[ubuntu1:09248] [ 7] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xe7)[0x7ff006924b97]
[ubuntu1:09248] [ 8] reactingFoam(+0x3530a)[0x55b2d1a3730a]
[ubuntu1:09248] *** End of error message ***
--------------------------------------------------------------------------
mpirun noticed that process rank 0 with PID 0 on node ubuntu1 exited on signal 8 (Floating point exception).

I attached my "chechMesh -allGeometry -allTopology", fvSolution and fvSchemes files.

I don't know how to correct this, if anyone already had to face this problem and could help me, it would be nice !
Thank you.

Brandani September 12, 2019 12:04

Hi there!

Also have this problem when running the SadiaD_LTS case in v7...
Is your case EDC combustion?

Not a solution but what I found is that if you go to your controlDict and change the start time to the time at which the simulation crashes and retype reactingFOAM, the simulation actually runs and finishes.

Hope this helps somehow.


All times are GMT -4. The time now is 20:52.