View Issue Details

IDProjectCategoryView StatusLast Update
0003892OpenFOAMBugpublic2022-09-22 20:54
Reporterjuhkor Assigned Towill  
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
PlatformGNU/LinuxOSDebian desktopOS Version11 "bullseye"
Product Versiondev 
Fixed in Version10 
Summary0003892: Decomposing of a NCC case with velocityComponentLaplacian motion solver fails
DescriptionThe decomposition of a NCC case with velocityComponentLaplacian motion solver fails with the following error message:

--> FOAM FATAL ERROR:
Attempt to cast type nonConformalProcessorCyclic to type processor

    From function To& Foam::refCast(From&) [with To = const Foam::processorPointPatch; From = const Foam::pointPatch]
    in file /home/johndoe/OpenFOAM/OpenFOAM-dev/src/OpenFOAM/lnInclude/typeInfo.H at line 118.

FOAM aborting

#0 Foam::error::printStack(Foam::Ostream&) at ??:?
#1 Foam::error::abort() at ??:?
#2 ? in "/home/johndoe/OpenFOAM/OpenFOAM-dev/platforms/linux64GccDPInt32Opt/bin/decomposePar"
#3 ? in "/home/johndoe/OpenFOAM/OpenFOAM-dev/platforms/linux64GccDPInt32Opt/bin/decomposePar"
#4 ? in "/home/johndoe/OpenFOAM/OpenFOAM-dev/platforms/linux64GccDPInt32Opt/bin/decomposePar"
#5 ? in "/home/johndoe/OpenFOAM/OpenFOAM-dev/platforms/linux64GccDPInt32Opt/bin/decomposePar"
#6 __libc_start_main in "/lib/x86_64-linux-gnu/libc.so.6"
#7 ? in "/home/johndoe/OpenFOAM/OpenFOAM-dev/platforms/linux64GccDPInt32Opt/bin/decomposePar"
Aborted

The same case runs well (pimpleFoam) when not decomposed.
Steps To Reproduce1. Unpack the test case (oscillatingInlet_CSV.tgz)
2. Move to the case directory
3. Run "decomposePar"
Additional InformationOpenFOAM-dev
Build: dev-fab4bbe0878d
TagsNo tags attached.

Activities

juhkor

2022-09-22 15:56

reporter  

oscillatingInlet_CSV.tgz (493,149 bytes)

will

2022-09-22 20:54

manager   ~0012750

Thanks for pointing this out. Resolved in dev and version 10 by the following commits:

https://github.com/OpenFOAM/OpenFOAM-dev/commit/bf21eb151eef254e536697d5e9fb4134f2fa3f1c
https://github.com/OpenFOAM/OpenFOAM-10/commit/4820f18431572161cb6ba043eb6182345ddd4c66

Issue History

Date Modified Username Field Change
2022-09-22 15:56 juhkor New Issue
2022-09-22 15:56 juhkor File Added: oscillatingInlet_CSV.tgz
2022-09-22 20:54 will Assigned To => will
2022-09-22 20:54 will Status new => resolved
2022-09-22 20:54 will Resolution open => fixed
2022-09-22 20:54 will Fixed in Version => 10
2022-09-22 20:54 will Note Added: 0012750