CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM (https://www.cfd-online.com/Forums/openfoam/)
-   -   Problem with reconstructPar (https://www.cfd-online.com/Forums/openfoam/83069-problem-reconstructpar.html)

usergk December 13, 2010 17:52

Problem with reconstructPar
 
Hi all,

I was trying to implement the Dellenback Sudden Expansion case with swirling flow, and while the simulations ran properly in parallel (I had used the profile1DfixedValue BC), when I tried to use reconstructPar, I got the following error:

-----------------------------------------
Create time

Create mesh for time = 0

Time = 0.001

Reconstructing FV fields

Reconstructing volScalarFields

k_0
nuSgs
pMean
p
pPrime2Mean
k

Reconstructing volVectorFields

U_0
profile1DRawData:: Reading file : "/home/usergk/OpenFOAM/usergk-1.6/run/tutorials/combustion/XiFoam/les/simulations_on/00dellenback/processor0/../constant/inletVelocity.csv" in turboCSV format
profile1DRawData:: Reading file : "/home/usergk/OpenFOAM/usergk-1.6/run/tutorials/combustion/XiFoam/les/simulations_on/00dellenback/processor1/../constant/inletVelocity.csv" in turboCSV format
profile1DRawData:: Reading file : "/home/usergk/OpenFOAM/usergk-1.6/run/tutorials/combustion/XiFoam/les/simulations_on/00dellenback/processor2/../constant/inletVelocity.csv" in turboCSV format
profile1DRawData:: Reading file : "/home/usergk/OpenFOAM/usergk-1.6/run/tutorials/combustion/XiFoam/les/simulations_on/00dellenback/processor3/../constant/inletVelocity.csv" in turboCSV format
profile1DRawData:: Reading file : "/home/usergk/OpenFOAM/usergk-1.6/run/tutorials/combustion/XiFoam/les/simulations_on/00dellenback/processor4/../constant/inletVelocity.csv" in turboCSV format
profile1DRawData:: Reading file : "/home/usergk/OpenFOAM/usergk-1.6/run/tutorials/combustion/XiFoam/les/simulations_on/00dellenback/processor5/../constant/inletVelocity.csv" in turboCSV format
profile1DRawData:: Reading file : "/home/usergk/OpenFOAM/usergk-1.6/run/tutorials/combustion/XiFoam/les/simulations_on/00dellenback/processor6/../constant/inletVelocity.csv" in turboCSV format
profile1DRawData:: Reading file : "/home/usergk/OpenFOAM/usergk-1.6/run/tutorials/combustion/XiFoam/les/simulations_on/00dellenback/processor7/../constant/inletVelocity.csv" in turboCSV format
#0 Foam::error::printStack(Foam::Ostream&) in "/home/usergk/OpenFOAM/OpenFOAM-1.6/lib/linux64GccDPOpt/libOpenFOAM.so"
#1 Foam::sigFpe::sigFpeHandler(int) in "/home/usergk/OpenFOAM/OpenFOAM-1.6/lib/linux64GccDPOpt/libOpenFOAM.so"
#2 in "/lib/libc.so.6"
#3 Foam::Field<Foam::Vector<double> >::writeEntry(Foam::word const&, Foam::Ostream&) const in "/home/usergk/OpenFOAM/OpenFOAM-1.6/applications/bin/linux64GccDPOpt/reconstructPar"
#4 Foam::profile1DfixedValueFvPatchField<Foam::Vector <double> >::write(Foam::Ostream&) const in "/home/usergk/OpenFOAM/usergk-1.6/lib/linux64GccDPOpt/libOpenFoamTurbo.so"
#5 Foam::GeometricField<Foam::Vector<double>, Foam::fvPatchField, Foam::volMesh>::GeometricBoundaryField::writeEntry (Foam::word const&, Foam::Ostream&) const in "/home/usergk/OpenFOAM/OpenFOAM-1.6/applications/bin/linux64GccDPOpt/reconstructPar"
#6 Foam::Ostream& Foam::operator<< <Foam::Vector<double>, Foam::fvPatchField, Foam::volMesh>(Foam::Ostream&, Foam::GeometricField<Foam::Vector<double>, Foam::fvPatchField, Foam::volMesh> const&) in "/home/usergk/OpenFOAM/OpenFOAM-1.6/applications/bin/linux64GccDPOpt/reconstructPar"
#7 Foam::GeometricField<Foam::Vector<double>, Foam::fvPatchField, Foam::volMesh>::writeData(Foam::Ostream&) const in "/home/usergk/OpenFOAM/OpenFOAM-1.6/applications/bin/linux64GccDPOpt/reconstructPar"
#8 Foam::regIOobject::writeObject(Foam::IOstream::str eamFormat, Foam::IOstream::versionNumber, Foam::IOstream::compressionType) const in "/home/usergk/OpenFOAM/OpenFOAM-1.6/lib/linux64GccDPOpt/libOpenFOAM.so"
#9
in "/home/usergk/OpenFOAM/OpenFOAM-1.6/applications/bin/linux64GccDPOpt/reconstructPar"
#10
in "/home/usergk/OpenFOAM/OpenFOAM-1.6/applications/bin/linux64GccDPOpt/reconstructPar"
#11 __libc_start_main in "/lib/libc.so.6"
#12
in "/home/usergk/OpenFOAM/OpenFOAM-1.6/applications/bin/linux64GccDPOpt/reconstructPar"
Floating point exception
-----------------------------------------------

Any ideas what needs to be done to get rid of this error?

Thanks a lot,
gk


All times are GMT -4. The time now is 18:35.