View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003892 | OpenFOAM | Bug | public | 2022-09-22 15:56 | 2022-09-22 20:54 |
Reporter | juhkor | Assigned To | will | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | GNU/Linux | OS | Debian desktop | OS Version | 11 "bullseye" |
Product Version | dev | ||||
Fixed in Version | 10 | ||||
Summary | 0003892: Decomposing of a NCC case with velocityComponentLaplacian motion solver fails | ||||
Description | The 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 Reproduce | 1. Unpack the test case (oscillatingInlet_CSV.tgz) 2. Move to the case directory 3. Run "decomposePar" | ||||
Additional Information | OpenFOAM-dev Build: dev-fab4bbe0878d | ||||
Tags | No tags attached. | ||||
|
|
|
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 |
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 |