CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

Simulation of scrubber using simpleFOAM

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 24, 2014, 05:02
Exclamation Simulation of scrubber using simpleFOAM
  #1
Senior Member
 
harshawardhank
Join Date: Mar 2014
Posts: 209
Rep Power: 13
harsha_kulkarni is on a distinguished road
Hello friends

I am trying simulation single phase scrubber using simpleFOAM. I did geometry and

meshing using gambit. During the solving I found the error of sigFPE

[0] #0 Foam::error:rintStack(Foam::Ostream&) at ??:?
[0] #1 Foam::sigFpe::sigHandler(int) at ??:?
[0] #2 Uninterpreted:
[0] #3 Foam::GaussSeidelSmoother::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, int) at ??:?
[0] #4 Foam::GaussSeidelSmoother::smooth(Foam::Field<doub le>&, Foam::Field<double> const&, unsigned char, int) const at ??:?
[0] #5 Foam::GAMGSolver::Vcycle(Foam::PtrList<Foam::lduMa trix::smoother> const&, Foam::Field<double>&, Foam::Field<double> const&, Foam::Field<double>&, Foam::Field<double>&, Foam::Field<double>&, Foam::Field<double>&, Foam::Field<double>&, Foam::PtrList<Foam::Field<double> >&, Foam::PtrList<Foam::Field<double> >&, unsigned char) const at ??:?
[0] #6 Foam::GAMGSolver::solve(Foam::Field<double>&, Foam::Field<double> const&, unsigned char) const at ??:?
[0] #7 Foam::fvMatrix<double>::solveSegregated(Foam::dict ionary const&) at ??:?
[0] #8 Foam::fvMatrix<double>::solve(Foam::dictionary const&) at ??:?
[0] #9
[0] at ??:?
[0] #10
[0] at ??:?
[0] #11 __libc_start_main in "/lib/i386-linux-gnu/libc.so.6"
[0] #12
[0] at ??:?
[ict-desktop:05913] *** Process received signal ***
[ict-desktop:05913] Signal: Floating point exception (8)
[ict-desktop:05913] Signal code: (-6)
[ict-desktop:05913] Failing at address: 0x1719
[ict-desktop:05913] [ 0] [0xb76f740c]
[ict-desktop:05913] [ 1] [0xb76f7424]
[ict-desktop:05913] [ 2] /lib/i386-linux-gnu/libc.so.6(gsignal+0x4f) [0xb50cdaff]
[ict-desktop:05913] [ 3] /home/ict/OpenFOAM/OpenFOAM-2.3.0/platforms/linuxGccDPOpt/lib/libOpenFOAM.so(_ZN4Foam6sigFpe10sigHandlerEi+0x5a) [0xb593a2aa]
[ict-desktop:05913] [ 4] [0xb76f7400]
[ict-desktop:05913] [ 5] /home/ict/OpenFOAM/OpenFOAM-2.3.0/platforms/linuxGccDPOpt/lib/libOpenFOAM.so(_ZN4Foam19GaussSeidelSmoother6smoot hERKNS_4wordERNS_5FieldIdEERKNS_9lduMatrixERKS5_RK NS_10FieldFieldIS4_dEERKNS_8UPtrListIKNS_17lduInte rfaceFieldEEEhi+0x2e8) [0xb56dcee8]
[ict-desktop:05913] [ 6] /home/ict/OpenFOAM/OpenFOAM-2.3.0/platforms/linuxGccDPOpt/lib/libOpenFOAM.so(_ZNK4Foam19GaussSeidelSmoother6smoo thERNS_5FieldIdEERKS2_hi+0x54) [0xb56dd254]
[ict-desktop:05913] [ 7] /home/ict/OpenFOAM/OpenFOAM-2.3.0/platforms/linuxGccDPOpt/lib/libOpenFOAM.so(_ZNK4Foam10GAMGSolver6VcycleERKNS_7 PtrListINS_9lduMatrix8smootherEEERNS_5FieldIdEERKS 8_S9_S9_S9_S9_S9_RNS1_IS8_EESD_h+0x1d4) [0xb56f7c54]
[ict-desktop:05913] [ 8] /home/ict/OpenFOAM/OpenFOAM-2.3.0/platforms/linuxGccDPOpt/lib/libOpenFOAM.so(_ZNK4Foam10GAMGSolver5solveERNS_5Fi eldIdEERKS2_h+0x3f4) [0xb56fadc4]
[ict-desktop:05913] [ 9] /home/ict/OpenFOAM/OpenFOAM-2.3.0/platforms/linuxGccDPOpt/lib/libfiniteVolume.so(_ZN4Foam8fvMatrixIdE15solveSegr egatedERKNS_10dictionaryE+0x14d) [0xb6ab494d]
[ict-desktop:05913] [10] simpleFoam(_ZN4Foam8fvMatrixIdE5solveERKNS_10dicti onaryE+0x146) [0x808cda6]
[ict-desktop:05913] [11] simpleFoam() [0x808d0cf]
[ict-desktop:05913] [12] simpleFoam() [0x80605f3]
[ict-desktop:05913] [13] /lib/i386-linux-gnu/libc.so.6(__libc_start_main+0xf5) [0xb50b8905]
[ict-desktop:05913] [14] simpleFoam() [0x8061327]
[ict-desktop:05913] *** End of error message ***
--------------------------------------------------------------------------
mpirun noticed that process rank 0 with PID 5913 on node ict-desktop exited on signal 8 (Floating point exception)



can you help me for that
harsha_kulkarni is offline   Reply With Quote

Old   June 24, 2014, 05:58
Default
  #2
New Member
 
Nithish
Join Date: Sep 2013
Location: Erlangen,Germany
Posts: 20
Rep Power: 12
nithishgupta is on a distinguished road
Hello Harsha,

can you post your case ?!
nithishgupta is offline   Reply With Quote

Old   June 24, 2014, 06:06
Exclamation scruuber_case
  #3
Senior Member
 
harshawardhank
Join Date: Mar 2014
Posts: 209
Rep Power: 13
harsha_kulkarni is on a distinguished road
I'm not able to attach mesh file because it's file size exceeds
Attached Files
File Type: zip scrubber.zip (10.2 KB, 7 views)
harsha_kulkarni is offline   Reply With Quote

Old   June 24, 2014, 06:30
Default
  #4
New Member
 
Nithish
Join Date: Sep 2013
Location: Erlangen,Germany
Posts: 20
Rep Power: 12
nithishgupta is on a distinguished road
upload it in dropbox
nithishgupta is offline   Reply With Quote

Old   June 24, 2014, 06:54
Default
  #5
Senior Member
 
harshawardhank
Join Date: Mar 2014
Posts: 209
Rep Power: 13
harsha_kulkarni is on a distinguished road
I have upload it in drop box
harsha_kulkarni is offline   Reply With Quote

Old   June 25, 2014, 05:45
Default
  #6
Senior Member
 
T. Chourushi
Join Date: Jul 2009
Posts: 321
Blog Entries: 1
Rep Power: 17
Tushar@cfd is on a distinguished road
Quote:
Hello friends

I am trying simulation single phase scrubber using simpleFOAM. I did geometry and

meshing using gambit. During the solving I found the error of sigFPE

[0] #0 Foam::error:rintStack(Foam::Ostream&) at ??:?
[0] #1 Foam::sigFpe::sigHandler(int) at ??:?
[0] #2 Uninterpreted:
[0] #3 Foam::GaussSeidelSmoother::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, int) at ??:?
[0] #4 Foam::GaussSeidelSmoother::smooth(Foam::Field<doub le>&, Foam::Field<double> const&, unsigned char, int) const at ??:?
[0] #5 Foam::GAMGSolver::Vcycle(Foam::PtrList<Foam::lduMa trix::smoother> const&, Foam::Field<double>&, Foam::Field<double> const&, Foam::Field<double>&, Foam::Field<double>&, Foam::Field<double>&, Foam::Field<double>&, Foam::Field<double>&, Foam::PtrList<Foam::Field<double> >&, Foam::PtrList<Foam::Field<double> >&, unsigned char) const at ??:?
[0] #6 Foam::GAMGSolver::solve(Foam::Field<double>&, Foam::Field<double> const&, unsigned char) const at ??:?
[0] #7 Foam::fvMatrix<double>::solveSegregated(Foam::dict ionary const&) at ??:?
[0] #8 Foam::fvMatrix<double>::solve(Foam::dictionary const&) at ??:?
[0] #9
[0] at ??:?
[0] #10
[0] at ??:?
[0] #11 __libc_start_main in "/lib/i386-linux-gnu/libc.so.6"
[0] #12
[0] at ??:?
[ict-desktop:05913] *** Process received signal ***
[ict-desktop:05913] Signal: Floating point exception (8)
[ict-desktop:05913] Signal code: (-6)
[ict-desktop:05913] Failing at address: 0x1719
[ict-desktop:05913] [ 0] [0xb76f740c]
[ict-desktop:05913] [ 1] [0xb76f7424]
[ict-desktop:05913] [ 2] /lib/i386-linux-gnu/libc.so.6(gsignal+0x4f) [0xb50cdaff]
[ict-desktop:05913] [ 3] /home/ict/OpenFOAM/OpenFOAM-2.3.0/platforms/linuxGccDPOpt/lib/libOpenFOAM.so(_ZN4Foam6sigFpe10sigHandlerEi+0x5a) [0xb593a2aa]
[ict-desktop:05913] [ 4] [0xb76f7400]
[ict-desktop:05913] [ 5] /home/ict/OpenFOAM/OpenFOAM-2.3.0/platforms/linuxGccDPOpt/lib/libOpenFOAM.so(_ZN4Foam19GaussSeidelSmoother6smoot hERKNS_4wordERNS_5FieldIdEERKNS_9lduMatrixERKS5_RK NS_10FieldFieldIS4_dEERKNS_8UPtrListIKNS_17lduInte rfaceFieldEEEhi+0x2e8) [0xb56dcee8]
[ict-desktop:05913] [ 6] /home/ict/OpenFOAM/OpenFOAM-2.3.0/platforms/linuxGccDPOpt/lib/libOpenFOAM.so(_ZNK4Foam19GaussSeidelSmoother6smoo thERNS_5FieldIdEERKS2_hi+0x54) [0xb56dd254]
[ict-desktop:05913] [ 7] /home/ict/OpenFOAM/OpenFOAM-2.3.0/platforms/linuxGccDPOpt/lib/libOpenFOAM.so(_ZNK4Foam10GAMGSolver6VcycleERKNS_7 PtrListINS_9lduMatrix8smootherEEERNS_5FieldIdEERKS 8_S9_S9_S9_S9_S9_RNS1_IS8_EESD_h+0x1d4) [0xb56f7c54]
[ict-desktop:05913] [ 8] /home/ict/OpenFOAM/OpenFOAM-2.3.0/platforms/linuxGccDPOpt/lib/libOpenFOAM.so(_ZNK4Foam10GAMGSolver5solveERNS_5Fi eldIdEERKS2_h+0x3f4) [0xb56fadc4]
[ict-desktop:05913] [ 9] /home/ict/OpenFOAM/OpenFOAM-2.3.0/platforms/linuxGccDPOpt/lib/libfiniteVolume.so(_ZN4Foam8fvMatrixIdE15solveSegr egatedERKNS_10dictionaryE+0x14d) [0xb6ab494d]
[ict-desktop:05913] [10] simpleFoam(_ZN4Foam8fvMatrixIdE5solveERKNS_10dicti onaryE+0x146) [0x808cda6]
[ict-desktop:05913] [11] simpleFoam() [0x808d0cf]
[ict-desktop:05913] [12] simpleFoam() [0x80605f3]
[ict-desktop:05913] [13] /lib/i386-linux-gnu/libc.so.6(__libc_start_main+0xf5) [0xb50b8905]
[ict-desktop:05913] [14] simpleFoam() [0x8061327]
[ict-desktop:05913] *** End of error message ***
--------------------------------------------------------------------------
mpirun noticed that process rank 0 with PID 5913 on node ict-desktop exited on signal 8 (Floating point exception)

Check your mesh, it seems the solver failed due to failure in mesh.

Check mesh quality by running the following command (in terminal):
checkMesh

Try correcting skewed cells

-
Best Luck!
Tushar@cfd is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
interFoam vs. simpleFoam channel flow comparison DanM OpenFOAM Running, Solving & CFD 12 January 31, 2020 15:26
blood simulation - simpleFoam vitorspadeto OpenFOAM Pre-Processing 1 June 20, 2014 01:13
Discrete event simulation vs. fixed time (discrete time simulation) jenjon FLUENT 0 March 10, 2013 06:58
Simulation and Optimisation of centrifugal fan 3D to 2D eRzBeNgEl STAR-CCM+ 0 January 31, 2013 13:21
Cyclone Simulation (simpleFoam) erncyc OpenFOAM 4 January 28, 2011 09:40


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