View Issue Details

IDProjectCategoryView StatusLast Update
0002555OpenFOAMBugpublic2020-03-04 19:56
ReporterQiang Assigned Tohenry  
PrioritynormalSeveritycrashReproducibilityalways
Status closedResolutionno change required 
PlatformGNU/LinuxOSOtherOS Version(please specify)
Product Versiondev 
Summary0002555: Running parallel multiphaseInterDyMFoam with dynamicRefineFvMesh always crash
DescriptionSee the attachment for test case. When I run parallel the multiphaseInterDyMFoam with dynamicRefineFvMesh, always takes place the following ERROR:

air volume fraction, min, max = 0.749001 0 1
Phase-sum volume fraction, min, max = 1 1 1
[2] #0 Foam::error::printStack(Foam::Ostream&) in "/export/OpenFOAM/OpenFOAM-dev/platforms/linux64Gcc53DPInt32Opt/lib/libOpenFOAM.so"
[2] #1 Foam::sigFpe::sigHandler(int) in "/export/OpenFOAM/OpenFOAM-dev/platforms/linux64Gcc53DPInt32Opt/lib/libOpenFOAM.so"
[2] #2 ? in "/lib64/libc.so.6"
[2] #3 ? at tensorField.C:0
[2] #4 ? in "/export/OpenFOAM/OpenFOAM-dev/platforms/linux64Gcc53DPInt32Opt/bin/multiphaseInterDyMFoam"
[2] #5 ? in "/export/OpenFOAM/OpenFOAM-dev/platforms/linux64Gcc53DPInt32Opt/bin/multiphaseInterDyMFoam"
[2] #6 ? in "/export/OpenFOAM/OpenFOAM-dev/platforms/linux64Gcc53DPInt32Opt/bin/multiphaseInterDyMFoam"
[2] #7 __libc_start_main in "/lib64/libc.so.6"
[2] #8 Foam::UOPstream::write(float) in "/export/OpenFOAM/OpenFOAM-dev/platforms/linux64Gcc53DPInt32Opt/bin/multiphaseInterDyMFoam"
[cluster:09437] *** Process received signal ***
[cluster:09437] Signal: Floating point exception (8)
[cluster:09437] Signal code: (-6)
[cluster:09437] Failing at address: 0x1f4000024dd
[cluster:09437] [ 0] /lib64/libc.so.6[0x3d962302d0]
[cluster:09437] [ 1] /lib64/libc.so.6(gsignal+0x35)[0x3d96230265]
[cluster:09437] [ 2] /lib64/libc.so.6[0x3d962302d0]
[cluster:09437] [ 3] /export/OpenFOAM/OpenFOAM-dev/platforms/linux64Gcc53DPInt32Opt/lib/libOpenFOAM.so[0x2b33817c93e2]
[cluster:09437] [ 4] multiphaseInterDyMFoam[0x4a462f]
[cluster:09437] [ 5] multiphaseInterDyMFoam[0x4a4b7d]
[cluster:09437] [ 6] multiphaseInterDyMFoam[0x48b49c]
[cluster:09437] [ 7] /lib64/libc.so.6(__libc_start_main+0xf4)[0x3d9621d994]
[cluster:09437] [ 8] multiphaseInterDyMFoam(_ZN4Foam9UOPstream5writeEf+0x1b9)[0x42cc79]
[cluster:09437] *** End of error message ***
--------------------------------------------------------------------------
mpirun noticed that process rank 2 with PID 9437 on node cluster exited on signal 8 (Floating point exception).
--------------------------------------------------------------------------
[cluster.rthpc.org:09433] 3 more processes have sent help message help-mpi-btl-base.txt / btl:no-nics
[cluster.rthpc.org:09433] Set MCA parameter "orte_base_help_aggregate" to 0 to see all help / error messages
"log.multiphaseInterDyMFoam" 156L, 6591C

Steps To ReproduceSee the attachement and ./Allrun
TagsNo tags attached.

Activities

Qiang

2017-05-18 09:12

reporter  

damBreak4phaseFine.tgz (3,976 bytes)

Qiang

2017-05-18 10:55

reporter   ~0008157

In addition, the compressibleInterDyMFoam exists the same bug. But interDyMFoam may work smoothly.

henry

2020-03-04 14:12

manager   ~0011227

Last edited: 2020-03-04 14:19

Your installation of OpenFOAM-dev must be very old and needs updating:

The dynamic mesh functionality in multiphaseInterDyMFoam has been merged into multiphaseInterFoam
and the multiphaseInterDyMFoam tutorials moved into the multiphaseInterFoam tutorials directory

The dynamic mesh functionality in compressibleInterDyMFoam has been merged into compressibleInterFoam
and the compressibleInterDyMFoam tutorials moved into the compressibleInterFoam tutorials directory

The dynamic mesh functionality in interDyMFoam has been merged into interFoam
and the interDyMFoam tutorials moved into the interFoam tutorials directory

henry

2020-03-04 19:56

manager   ~0011230

The case you have setup is 2D with empty patches on the front and back but the refinement is 3D causing the case to become 3D which is unstable with the empty patches. You will need to either make the case 3D or implement a 2D refinement method.

Issue History

Date Modified Username Field Change
2017-05-18 09:12 Qiang New Issue
2017-05-18 09:12 Qiang File Added: damBreak4phaseFine.tgz
2017-05-18 10:55 Qiang Note Added: 0008157
2020-03-04 12:35 marthasimons File Added: bu.gz
2020-03-04 14:12 henry Note Added: 0011227
2020-03-04 14:16 henry File Deleted: bu.gz
2020-03-04 14:19 henry Note Edited: 0011227
2020-03-04 19:56 henry Assigned To => henry
2020-03-04 19:56 henry Status new => closed
2020-03-04 19:56 henry Resolution open => no change required
2020-03-04 19:56 henry Note Added: 0011230