May 28, 2014, 12:06
|
pimpleDyMFoam, errors restarting a simulation
|
#1
|
New Member
Join Date: Nov 2010
Posts: 9
Rep Power: 14
|
Dear Users,
I have been running several cases with the pimpleDyMFoam with a rotation cellZone. The interface between the static and moving region are defined with cyclicAMI.
The simulation starts from 0 ok, but when i write the results and then restart the simulation, OpenFOAM complains when reading phi :
Code:
Selecting dynamicFvMesh solidBodyMotionFvMesh
Selecting solid-body motion function rotatingMotion
Applying solid body motion to cellZone rotation
Reading field p
Reading field U
Reading/calculating face flux field phi
#0 Foam::error::printStack(Foam::Ostream&) in "/home/acrobat/user/OpenFOAM-2.1/platforms/linux64Gcc45DPOpt/lib/libOpenFOAM.so"
#1 Foam::sigFpe::sigHandler(int) in "/home/acrobat/user/OpenFOAM-2.1/platforms/linux64Gcc45DPOpt/lib/libOpenFOAM.so"
#2 in "/lib64/libc.so.6"
#3 Foam::surfaceInterpolation::makeWeights() const in "/home/acrobat/user/OpenFOAM-2.1/platforms/linux64Gcc45DPOpt/lib/libfiniteVolume.so"
#4 Foam::surfaceInterpolation::weights() const in "/home/acrobat/user/OpenFOAM-2.1/platforms/linux64Gcc45DPOpt/lib/libfiniteVolume.so"
#5
in "/home/acrobat/user/OpenFOAM-2.1/platforms/linux64Gcc45DPOpt/bin/pimpleDyMFoam"
#6 __libc_start_main in "/lib64/libc.so.6"
#7
at /usr/src/packages/BUILD/glibc-2.11.2/csu/../sysdeps/x86_64/elf/start.S:116
Floating point exception
Has anyone encountered the same problem? When I try the tutorial, it does not give any complain when it restarts from a another time that is not 0.
Kind regards
|
|
|