Skip to content

(Possible) BUG: foamToVTK - FOAM FATAL ERROR - in channel395DFSEM of OpenFOAM v1712

Hi,

Please consider the following MWE:

  • The case is mostly based on the tutorial: pimpleFoam/LES/channel395DFSEM
  • The minimum case set-up and complete error message can be found in the attachment: bug.tar.gz
  • Operating system: Red Hat Enterprise Linux Server release 6.3 (Santiago)
  • OpenFOAM version: 1712
  • nProcs: 16

Subsequent to the job completion, I successfully executed reconstructPar -latestTime. Then executing foamToVTK -latestTime returned the error below (the complete error message file is in the attachment):

--> FOAM FATAL ERROR: Not implemented

From function virtual Foam::label Foam::cyclicPolyPatch::neighbPatchID() const
in file faMesh/faPatches/constraint/cyclic/cyclicFaPatch.C at line 286.

FOAM aborting

#0 Foam::error::printStack(Foam::Ostream&) in "/scratch/kb8e10/OpenFOAM/OpenFOAM-v1712/platforms/linux64GccDPInt32Opt/lib/libOpenFOAM.so" #1 (closed) Foam::error::abort() in "/scratch/kb8e10/OpenFOAM/OpenFOAM-v1712/platforms/linux64GccDPInt32Opt/lib/libOpenFOAM.so" #2 (closed) Foam::cyclicPolyPatch::neighbPatchID() const in "/scratch/kb8e10/OpenFOAM/OpenFOAM-v1712/platforms/linux64GccDPInt32Opt/lib/libfiniteArea.so" #3 (closed) Foam::cyclicPolyPatch::neighbPatch() const in "/scratch/kb8e10/OpenFOAM/OpenFOAM-v1712/platforms/linux64GccDPInt32Opt/lib/libOpenFOAM.so" #4 (closed) Foam::cyclicPolyPatch::calcGeometry(Foam::PstreamBuffers&) in "/scratch/kb8e10/OpenFOAM/OpenFOAM-v1712/platforms/linux64GccDPInt32Opt/lib/libOpenFOAM.so" #5 (closed) Foam::polyBoundaryMesh::calcGeometry() in "/scratch/kb8e10/OpenFOAM/OpenFOAM-v1712/platforms/linux64GccDPInt32Opt/lib/libOpenFOAM.so" #6 (closed) Foam::polyMesh::polyMesh(Foam::IOobject const&) in "/scratch/kb8e10/OpenFOAM/OpenFOAM-v1712/platforms/linux64GccDPInt32Opt/lib/libOpenFOAM.so" #7 (closed) Foam::fvMesh::fvMesh(Foam::IOobject const&) in "/scratch/kb8e10/OpenFOAM/OpenFOAM-v1712/platforms/linux64GccDPInt32Opt/lib/libfiniteVolume.so" #8 (closed) ? in "/scratch/kb8e10/OpenFOAM/OpenFOAM-v1712/platforms/linux64GccDPInt32Opt/bin/foamToVTK" #9 (closed) __libc_start_main in "/lib64/libc.so.6" #10 (closed) ? in "/scratch/kb8e10/OpenFOAM/OpenFOAM-v1712/platforms/linux64GccDPInt32Opt/bin/foamToVTK" Aborted (core dumped)

When I executed the same command foamToVTK -latestTime with OF1706 onto the same case, the error disappeared (I attached its response into the tar.gz as well).

I can also provide further information that you think necessary.

Kind regards

Edited by Kutalmış Berçin