blueCFD / Core

Coordination repository for the blueCFD-Core: Issue tracking, Wiki, project webpage and miscellaneous scripts
http://bluecfd.github.io/Core
53 stars 10 forks source link

Tutorial cases that fail in blueCFD-Core 2020-1 #171

Closed wyldckat closed 3 months ago

wyldckat commented 3 years ago

Quoting the pending problems from issue #153:

1. TODO Tutorial case lagrangian/MPPICFoam/column got stuck in an infinite loop for some reason.

2. TODO SigFpe in multiphase/multiphaseEulerFoam/laminar/damBreak4phase

3. TODO multiphase/multiphaseEulerFoam/laminar/mixerVessel2D fatal error Negative initial temperature T0: -256.886

4. TODO Tutorial incompressible/pimpleFoam/RAS/impeller Crashed:

cyclicRepeatAMI : Creating addressing and weights between 160 source faces and 187 target faces
[2] Generating stack trace...
...
        sigFpeHandler [0x6c30b693+0x33] (signals\sigFpe.C:77)
...
        resetAMI [0x6aa84b7b+0x158b] (AMIInterpolation\patches\cyclicRepeatAMI\cyclicRepeatAMIPolyPatch\cyclicRepeatAMIPolyPatch.C:225)

5. TODO incompressible/pimpleFoam/RAS/propeller seems to have failed to mesh as intended, but had no warnings and later resulted in decomposePar failing hard with a stack trace:

        sigSegvHandler [0x6c30bb03+0x33] (signals\sigSegv.C:80)
                 module: X:\OpenFOAM-8\platforms\mingw_w64GccDPInt32Opt\lib\libOpenFOAM.dll
        _gnu_exception_handler [0x41bc22+0x182] (D:\mingwbuild\mingw-w64-crt-git\src\mingw-w64\mingw-w64-crt\crt\crt_handler.c:224)
                 module: X:\OpenFOAM-8\platforms\mingw_w64GccDPInt32Opt\bin\decomposePar.exe
        _C_specific_handler [0x7ffcfba28048+0x98]
                 module: C:\WINDOWS\System32\msvcrt.dll
        0_chkstk [0x7ffcfbc611cf+0x11f]
                 module: C:\WINDOWS\SYSTEM32\ntdll.dll
        RtlRaiseException [0x7ffcfbc2a209+0x399]
                 module: C:\WINDOWS\SYSTEM32\ntdll.dll
        KiUserExceptionDispatcher [0x7ffcfbc5fe3e+0x2e]
                 module: C:\WINDOWS\SYSTEM32\ntdll.dll
        hexRef8Data [0x637030d4+0x3d4] (X:\OpenFOAM-8\src\OpenFOAM\containers\Lists\UIndirectList\UIndirectListI.T.H:121)
                 module: X:\OpenFOAM-8\platforms\mingw_w64GccDPInt32Opt\lib\libdynamicMesh.dll
        writeDecomposition [0x412257+0x23f7] (domainDecomposition.C:824)
                 module: X:\OpenFOAM-8\platforms\mingw_w64GccDPInt32Opt\bin\decomposePar.exe
        0000main [0x4f2d39+0x1349] (decomposePar.C:487)
                 module: X:\OpenFOAM-8\platforms\mingw_w64GccDPInt32Opt\bin\decomposePar.exe

6. TODO IO/fileHandler is locking up in an infinite loop.

7. TODO multiphase/interFoam/RAS/DTCHull failed during renumbering:

Writing mesh to "constant"

Renumbering cellSets:
    refinedCells
Generating stack trace...

Backtrace:
        StackTrace [0x626c1855+0x25] (stack_trace_win.C:169)
                 module: E:\Development\Core\OpenFOAMWin-2020\ThirdParty-8\platforms\mingw_w64GccDPInt32\lib\libstack_trace.dll
        printStack [0x6c30ae5a+0x23a] (printStack.C:94)
                 module: X:\OpenFOAM-8\platforms\mingw_w64GccDPInt32Opt\lib\libOpenFOAM.dll
        sigSegvHandler [0x6c30bb03+0x33] (signals\sigSegv.C:80)
                 module: X:\OpenFOAM-8\platforms\mingw_w64GccDPInt32Opt\lib\libOpenFOAM.dll
        _gnu_exception_handler [0x40ade2+0x182] (D:\mingwbuild\mingw-w64-crt-git\src\mingw-w64\mingw-w64-crt\crt\crt_handler.c:224)
                 module: X:\OpenFOAM-8\platforms\mingw_w64GccDPInt32Opt\bin\renumberMesh.exe
        _C_specific_handler [0x7ffcfba28048+0x98]
                 module: C:\WINDOWS\System32\msvcrt.dll
        0_chkstk [0x7ffcfbc611cf+0x11f]
                 module: C:\WINDOWS\SYSTEM32\ntdll.dll
        RtlRaiseException [0x7ffcfbc2a209+0x399]
                 module: C:\WINDOWS\SYSTEM32\ntdll.dll
        KiUserExceptionDispatcher [0x7ffcfbc5fe3e+0x2e]
                 module: C:\WINDOWS\SYSTEM32\ntdll.dll
        updateLabels [0x6a9c1fa7+0x2a7] (sets\topoSets\topoSet.C:170)
                 module: X:\OpenFOAM-8\platforms\mingw_w64GccDPInt32Opt\lib\libmeshTools.dll
        0000main [0x48e408+0x2318] (renumberMesh.C:1355)
                 module: X:\OpenFOAM-8\platforms\mingw_w64GccDPInt32Opt\bin\renumberMesh.exe
        __tmainCRTStartup [0x4013c1+0x231] (D:\mingwbuild\mingw-w64-crt-git\src\mingw-w64\mingw-w64-crt\crt\crtexe.c:337)
                 module: X:\OpenFOAM-8\platforms\mingw_w64GccDPInt32Opt\bin\renumberMesh.exe
        mainCRTStartup [0x4014f6+0x16] (D:\mingwbuild\mingw-w64-crt-git\src\mingw-w64\mingw-w64-crt\crt\crtexe.c:221)
                 module: X:\OpenFOAM-8\platforms\mingw_w64GccDPInt32Opt\bin\renumberMesh.exe
        BaseThreadInitThunk [0x7ffcfa8f7bd4+0x14]
                 module: C:\WINDOWS\System32\KERNEL32.DLL
        RtlUserThreadStart [0x7ffcfbc2ce51+0x21]
                 module: C:\WINDOWS\SYSTEM32\ntdll.dll

8. TODO multiphase/interFoam/RAS/mixerVesselAMI failed in decomposePar

Constructing processor meshes
Reading hexRef8 data : cellLevel
Reading hexRef8 data : pointLevel
Reading hexRef8 data : level0Edge
Generating stack trace...

Backtrace:
        StackTrace [0x626c1855+0x25] (stack_trace_win.C:169)
                 module: E:\Development\Core\OpenFOAMWin-2020\ThirdParty-8\platforms\mingw_w64GccDPInt32\lib\libstack_trace.dll
        printStack [0x6c30ae5a+0x23a] (printStack.C:94)
                 module: X:\OpenFOAM-8\platforms\mingw_w64GccDPInt32Opt\lib\libOpenFOAM.dll
        sigSegvHandler [0x6c30bb03+0x33] (signals\sigSegv.C:80)
                 module: X:\OpenFOAM-8\platforms\mingw_w64GccDPInt32Opt\lib\libOpenFOAM.dll
        _gnu_exception_handler [0x41bc22+0x182] (D:\mingwbuild\mingw-w64-crt-git\src\mingw-w64\mingw-w64-crt\crt\crt_handler.c:224)
                 module: X:\OpenFOAM-8\platforms\mingw_w64GccDPInt32Opt\bin\decomposePar.exe
        _C_specific_handler [0x7ffcfba28048+0x98]
                 module: C:\WINDOWS\System32\msvcrt.dll
        0_chkstk [0x7ffcfbc611cf+0x11f]
                 module: C:\WINDOWS\SYSTEM32\ntdll.dll
        RtlRaiseException [0x7ffcfbc2a209+0x399]
                 module: C:\WINDOWS\SYSTEM32\ntdll.dll
        KiUserExceptionDispatcher [0x7ffcfbc5fe3e+0x2e]
                 module: C:\WINDOWS\SYSTEM32\ntdll.dll
        hexRef8Data [0x637030d4+0x3d4] (X:\OpenFOAM-8\src\OpenFOAM\containers\Lists\UIndirectList\UIndirectListI.T.H:121)
                 module: X:\OpenFOAM-8\platforms\mingw_w64GccDPInt32Opt\lib\libdynamicMesh.dll
        writeDecomposition [0x412257+0x23f7] (domainDecomposition.C:824)
                 module: X:\OpenFOAM-8\platforms\mingw_w64GccDPInt32Opt\bin\decomposePar.exe
        0000main [0x4f2d39+0x1349] (decomposePar.C:487)
                 module: X:\OpenFOAM-8\platforms\mingw_w64GccDPInt32Opt\bin\decomposePar.exe
        __tmainCRTStartup [0x4013c1+0x231] (D:\mingwbuild\mingw-w64-crt-git\src\mingw-w64\mingw-w64-crt\crt\crtexe.c:337)
                 module: X:\OpenFOAM-8\platforms\mingw_w64GccDPInt32Opt\bin\decomposePar.exe
        mainCRTStartup [0x4014f6+0x16] (D:\mingwbuild\mingw-w64-crt-git\src\mingw-w64\mingw-w64-crt\crt\crtexe.c:221)
                 module: X:\OpenFOAM-8\platforms\mingw_w64GccDPInt32Opt\bin\decomposePar.exe
        BaseThreadInitThunk [0x7ffcfa8f7bd4+0x14]
                 module: C:\WINDOWS\System32\KERNEL32.DLL
        RtlUserThreadStart [0x7ffcfbc2ce51+0x21]
                 module: C:\WINDOWS\SYSTEM32\ntdll.dll

9. TODO Not a tutorial case, but seems documentation related: src/TurbulenceModels no longer exists? I believe it was left in due to git mergers.

wyldckat commented 3 months ago

Am deprecating all of these situations, with the development of blueCFD-Core 2024 (OpenFOAM 12). Neither one of these issues seem to occur anymore.