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

mapFields failed

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 10, 2013, 16:51
Default mapFields failed
  #1
Senior Member
 
Join Date: Nov 2012
Posts: 171
Rep Power: 13
hz283 is on a distinguished road
Hi All,

in my simulations, I always use mapFields to map the results from the coarse meshes to the fine meshes. This is succesful from my 5 million meshes to 7 million meshes. Now I would like to map the results from 7 million mesh to 10 million mesh, I got the following error:


Create time

Create mesh for time = 0.118023


Reading g
Creating combustion model

Selecting combustion model infinitelyFastChemistry<psiCombustionModel,gasTher moPhysics>
Selecting thermodynamics package hsPsiMixtureThermo<singleStepReactingMixture<gasTh ermoPhysics>>
Selecting chemistryReader foamChemistryReader

#0 Foam::error:rintStack(Foam::Ostream&) in "/home/hz283/OpenFOAM/OpenFOAM-2.1.1/platforms/linux64Gcc45DPOpt/lib/libOpenFOAM.so"
#1 Foam::sigFpe::sigHandler(int) in "/home/hz283/OpenFOAM/OpenFOAM-2.1.1/platforms/linux64Gcc45DPOpt/lib/libOpenFOAM.so"
#2 in "/lib64/libc.so.6"
#3 Foam:imensionedField<double, Foam::volMesh>:perator/=(Foam:imensionedField<double, Foam::volMesh> const&) in "/home/hz283/OpenFOAM/OpenFOAM-2.1.1/platforms/linux64Gcc45DPOpt/lib/libreactionThermophysicalModels.so"
#4 Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh>:perator/=(Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh> const&) in "/home/hz283/OpenFOAM/OpenFOAM-2.1.1/platforms/linux64Gcc45DPOpt/lib/libreactionThermophysicalModels.so"
#5 Foam::multiComponentMixture<Foam::sutherlandTransp ort<Foam::specieThermo<Foam::janafThermo<Foam:er fectGas> > > >::correctMassFractions() in "/home/hz283/OpenFOAM/OpenFOAM-2.1.1/platforms/linux64Gcc45DPOpt/lib/libreactionThermophysicalModels.so"
#6 Foam::multiComponentMixture<Foam::sutherlandTransp ort<Foam::specieThermo<Foam::janafThermo<Foam:er fectGas> > > >::multiComponentMixture(Foam::dictionary const&, Foam::List<Foam::word> const&, Foam::HashPtrTable<Foam::sutherlandTransport<Foam: :specieThermo<Foam::janafThermo<Foam:erfectGas> > >, Foam::word, Foam::string::hash> const&, Foam::fvMesh const&) in "/home/hz283/OpenFOAM/OpenFOAM-2.1.1/platforms/linux64Gcc45DPOpt/lib/libreactionThermophysicalModels.so"
#7 Foam::reactingMixture<Foam::sutherlandTransport<Fo am::specieThermo<Foam::janafThermo<Foam:erfectGa s> > > >::reactingMixture(Foam::dictionary const&, Foam::fvMesh const&) in "/home/hz283/OpenFOAM/OpenFOAM-2.1.1/platforms/linux64Gcc45DPOpt/lib/libreactionThermophysicalModels.so"
#8 Foam::singleStepReactingMixture<Foam::sutherlandTr ansport<Foam::specieThermo<Foam::janafThermo<Foam: erfectGas> > > >::singleStepReactingMixture(Foam::dictionary const&, Foam::fvMesh const&) in "/home/hz283/OpenFOAM/OpenFOAM-2.1.1/platforms/linux64Gcc45DPOpt/lib/libreactionThermophysicalModels.so"
#9
...................
in "/home/hz283/OpenFOAM/hz283-2.1.1/platforms/linux64Gcc45DPOpt/bin/fireFoam"
#17 __libc_start_main in "/lib64/libc.so.6"
#18
in "/home/hz283/OpenFOAM/hz283-2.1.1/platforms/linux64Gcc45DPOpt/bin/fireFoam"
Floating point exception


I do not know why, the only thing I did is to refine the mesh and copy the results from the coarse mesh to fine one. The geometry, solver and other settings are totally the same. in order to rule out this error, I also regenerate the mesh (of coarse, around 10millim). From the above information, it seems that the solver failed to read in the reaction information and the thermodynamics model. Because when I used the same procedure (mapFields ../case -consistent), I got the successful mapping. But for this case, I am completely confused.

Could you please give me some hints about this problem? I really appreciate it if you can help me.

best, h
hz283 is offline   Reply With Quote

Old   April 10, 2013, 16:54
Default
  #2
Senior Member
 
Join Date: Nov 2012
Posts: 171
Rep Power: 13
hz283 is on a distinguished road
The reason why I did this is because I would like to use the RANS as my LES initial field, which corresponds to a fine mesh. Thank you in advance for your help!

Quote:
Originally Posted by hz283 View Post
Hi All,

in my simulations, I always use mapFields to map the results from the coarse meshes to the fine meshes. This is succesful from my 5 million meshes to 7 million meshes. Now I would like to map the results from 7 million mesh to 10 million mesh, I got the following error:


Create time

Create mesh for time = 0.118023


Reading g
Creating combustion model

Selecting combustion model infinitelyFastChemistry<psiCombustionModel,gasTher moPhysics>
Selecting thermodynamics package hsPsiMixtureThermo<singleStepReactingMixture<gasTh ermoPhysics>>
Selecting chemistryReader foamChemistryReader

#0 Foam::error:rintStack(Foam::Ostream&) in "/home/hz283/OpenFOAM/OpenFOAM-2.1.1/platforms/linux64Gcc45DPOpt/lib/libOpenFOAM.so"
#1 Foam::sigFpe::sigHandler(int) in "/home/hz283/OpenFOAM/OpenFOAM-2.1.1/platforms/linux64Gcc45DPOpt/lib/libOpenFOAM.so"
#2 in "/lib64/libc.so.6"
#3 Foam:imensionedField<double, Foam::volMesh>:perator/=(Foam:imensionedField<double, Foam::volMesh> const&) in "/home/hz283/OpenFOAM/OpenFOAM-2.1.1/platforms/linux64Gcc45DPOpt/lib/libreactionThermophysicalModels.so"
#4 Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh>:perator/=(Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh> const&) in "/home/hz283/OpenFOAM/OpenFOAM-2.1.1/platforms/linux64Gcc45DPOpt/lib/libreactionThermophysicalModels.so"
#5 Foam::multiComponentMixture<Foam::sutherlandTransp ort<Foam::specieThermo<Foam::janafThermo<Foam:er fectGas> > > >::correctMassFractions() in "/home/hz283/OpenFOAM/OpenFOAM-2.1.1/platforms/linux64Gcc45DPOpt/lib/libreactionThermophysicalModels.so"
#6 Foam::multiComponentMixture<Foam::sutherlandTransp ort<Foam::specieThermo<Foam::janafThermo<Foam:er fectGas> > > >::multiComponentMixture(Foam::dictionary const&, Foam::List<Foam::word> const&, Foam::HashPtrTable<Foam::sutherlandTransport<Foam: :specieThermo<Foam::janafThermo<Foam:erfectGas> > >, Foam::word, Foam::string::hash> const&, Foam::fvMesh const&) in "/home/hz283/OpenFOAM/OpenFOAM-2.1.1/platforms/linux64Gcc45DPOpt/lib/libreactionThermophysicalModels.so"
#7 Foam::reactingMixture<Foam::sutherlandTransport<Fo am::specieThermo<Foam::janafThermo<Foam:erfectGa s> > > >::reactingMixture(Foam::dictionary const&, Foam::fvMesh const&) in "/home/hz283/OpenFOAM/OpenFOAM-2.1.1/platforms/linux64Gcc45DPOpt/lib/libreactionThermophysicalModels.so"
#8 Foam::singleStepReactingMixture<Foam::sutherlandTr ansport<Foam::specieThermo<Foam::janafThermo<Foam: erfectGas> > > >::singleStepReactingMixture(Foam::dictionary const&, Foam::fvMesh const&) in "/home/hz283/OpenFOAM/OpenFOAM-2.1.1/platforms/linux64Gcc45DPOpt/lib/libreactionThermophysicalModels.so"
#9
...................
in "/home/hz283/OpenFOAM/hz283-2.1.1/platforms/linux64Gcc45DPOpt/bin/fireFoam"
#17 __libc_start_main in "/lib64/libc.so.6"
#18
in "/home/hz283/OpenFOAM/hz283-2.1.1/platforms/linux64Gcc45DPOpt/bin/fireFoam"
Floating point exception


I do not know why, the only thing I did is to refine the mesh and copy the results from the coarse mesh to fine one. The geometry, solver and other settings are totally the same. in order to rule out this error, I also regenerate the mesh (of coarse, around 10millim). From the above information, it seems that the solver failed to read in the reaction information and the thermodynamics model. Because when I used the same procedure (mapFields ../case -consistent), I got the successful mapping. But for this case, I am completely confused.

Could you please give me some hints about this problem? I really appreciate it if you can help me.

best, h
hz283 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
Foam::error::printStack(Foam::Ostream&) with simpleFoam -parallel U.Golling OpenFOAM Running, Solving & CFD 52 September 23, 2023 03:35
Initial conditions for uniform flow andreas OpenFOAM 5 November 16, 2012 15:00
[OpenFOAM] ParaView/Parafoam error when making animation Disco_Caine ParaView 6 September 28, 2010 09:54
user subroutine error CFDUSER CFX 2 December 9, 2006 06:31
user defined function cfduser CFX 0 April 29, 2006 10:58


All times are GMT -4. The time now is 22:32.