CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Post-Processing

Problem with reconstructPar

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 14, 2010, 05:45
Default Problem with reconstructPar
  #1
New Member
 
Jochem
Join Date: May 2010
Posts: 28
Rep Power: 15
Jochem is on a distinguished road
Hi,

I've been running a process in parallel. The case was solved without any problems. When I now want to reconstruct the case using the "reconstructPar" command i got an error :

/*---------------------------------------------------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.6.x |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
Build : 1.6.x
Exec : reconstructPar
Date : Jul 14 2010
Time : 11:29:03
Host : hydra57
PID : 29708
Case : /svub0/**/OpenFOAM/**-1.6.x/run/Jochem/Erasmus
nProcs : 1
SigFpe : Enabling floating point exception trapping (FOAM_SIGFPE).

// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
Create time

Create mesh for time = 200

Time = 200

Reconstructing FV fields

Reconstructing volScalarFields
unning a decomposed case
p
#0 Foam::error:rintStack(Foam::Ostream&) in "/u/**/OpenFOAM/OpenFOAM-1.6.x/lib/linux64GccDPOpt/libOpenFOAM.so"
#1 Foam::sigSegv::sigSegvHandler(int) in "/u/**/OpenFOAM/OpenFOAM-1.6.x/lib/linux64GccDPOpt/libOpenFOAM.so"
#2 __restore_rt in "/lib64/tls/libc.so.6"
#3 Foam::tmp<Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh> > Foam::fvFieldReconstructor::reconstructFvVolumeFie ld<double>(Foam::IOobject const&) in "/u/**/OpenFOAM/OpenFOAM-1.6.x/applications/bin/linux64GccDPOpt/reconstructPar"
#4 void Foam::fvFieldReconstructor::reconstructFvVolumeFie lds<double>(Foam::IOobjectList const&, Foam::HashSet<Foam::word, Foam::string::hash> const&) in "/u/**/OpenFOAM/OpenFOAM-1.6.x/applications/bin/linux64GccDPOpt/reconstructPar"
#5 main in "/u/**/OpenFOAM/OpenFOAM-1.6.x/applications/bin/linux64GccDPOpt/reconstructPar"
#6 __libc_start_main in "/lib64/tls/libc.so.6"
#7 Foam::regIOobject::writeObject(Foam::IOstream::str eamFormat, Foam::IOstream::versionNumber, Foam::IOstream::compressionType) const in "/u/**/OpenFOAM/OpenFOAM-1.6.x/applications/bin/linux64GccDPOpt/reconstructPar"
/u/**/.lsbatch/1279099737.403141.shell: line 14: 29708 Segmentation fault (core dumped) reconstructPar
-- REPLACE -- 76,25 Bot

Does someone know what this error means?

Jochem
Jochem is offline   Reply With Quote

Old   January 28, 2011, 09:11
Default
  #2
Senior Member
 
Sandy Lee
Join Date: Mar 2009
Posts: 213
Rep Power: 18
sandy is on a distinguished road
Quote:
Originally Posted by Jochem View Post
Hi,

I've been running a process in parallel. The case was solved without any problems. When I now want to reconstruct the case using the "reconstructPar" command i got an error :

/*---------------------------------------------------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.6.x |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
Build : 1.6.x
Exec : reconstructPar
Date : Jul 14 2010
Time : 11:29:03
Host : hydra57
PID : 29708
Case : /svub0/**/OpenFOAM/**-1.6.x/run/Jochem/Erasmus
nProcs : 1
SigFpe : Enabling floating point exception trapping (FOAM_SIGFPE).

// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
Create time

Create mesh for time = 200

Time = 200

Reconstructing FV fields

Reconstructing volScalarFields
unning a decomposed case
p
#0 Foam::error:rintStack(Foam::Ostream&) in "/u/**/OpenFOAM/OpenFOAM-1.6.x/lib/linux64GccDPOpt/libOpenFOAM.so"
#1 Foam::sigSegv::sigSegvHandler(int) in "/u/**/OpenFOAM/OpenFOAM-1.6.x/lib/linux64GccDPOpt/libOpenFOAM.so"
#2 __restore_rt in "/lib64/tls/libc.so.6"
#3 Foam::tmp<Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh> > Foam::fvFieldReconstructor::reconstructFvVolumeFie ld<double>(Foam::IOobject const&) in "/u/**/OpenFOAM/OpenFOAM-1.6.x/applications/bin/linux64GccDPOpt/reconstructPar"
#4 void Foam::fvFieldReconstructor::reconstructFvVolumeFie lds<double>(Foam::IOobjectList const&, Foam::HashSet<Foam::word, Foam::string::hash> const&) in "/u/**/OpenFOAM/OpenFOAM-1.6.x/applications/bin/linux64GccDPOpt/reconstructPar"
#5 main in "/u/**/OpenFOAM/OpenFOAM-1.6.x/applications/bin/linux64GccDPOpt/reconstructPar"
#6 __libc_start_main in "/lib64/tls/libc.so.6"
#7 Foam::regIOobject::writeObject(Foam::IOstream::str eamFormat, Foam::IOstream::versionNumber, Foam::IOstream::compressionType) const in "/u/**/OpenFOAM/OpenFOAM-1.6.x/applications/bin/linux64GccDPOpt/reconstructPar"
/u/**/.lsbatch/1279099737.403141.shell: line 14: 29708 Segmentation fault (core dumped) reconstructPar
-- REPLACE -- 76,25 Bot

Does someone know what this error means?

Jochem
Hi Jochem, now I meet the similar the problem. Did you finally solve it?
sandy is offline   Reply With Quote

Old   January 28, 2011, 09:19
Default
  #3
New Member
 
Jochem
Join Date: May 2010
Posts: 28
Rep Power: 15
Jochem is on a distinguished road
Sandy,

I am sorry, I've been able to solve it but it has been a while and I forgot what the problem was. Next week I will start using OpenFoam again with processes in parallel. If I have the same problem again and I can solve it, I will post a reply.

Regards,

Jochem
Jochem is offline   Reply With Quote

Old   March 24, 2011, 12:44
Default
  #4
New Member
 
Eric.wang
Join Date: Jun 2009
Location: beijing china
Posts: 11
Rep Power: 16
wang.zhy is on a distinguished road
i just solve the problem in my code .
give you a hint 。
there must be something divided by zero.
like 1/mag("mesh".nf()) will cause this problem directly
because nf() was not construct in reconstructPar. i guess

PS: my english is not good .
wang.zhy 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
UDF compiling problem Wouter Fluent UDF and Scheme Programming 6 June 6, 2012 04:43
Incoherent problem table in hollow-fiber spinning Gianni FLUENT 0 April 5, 2008 10:33
natural convection problem for a CHT problem Se-Hee CFX 2 June 10, 2007 06:29
Adiabatic and Rotating wall (Convection problem) ParodDav CFX 5 April 29, 2007 19:13
Is this problem well posed? Thomas P. Abraham Main CFD Forum 5 September 8, 1999 14:52


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