View Issue Details

IDProjectCategoryView StatusLast Update
0003890OpenFOAMBugpublic2022-09-20 16:41
Reportertniemi Assigned Towill  
PrioritynormalSeverityminorReproducibilitysometimes
Status resolvedResolutionfixed 
Product Versiondev 
Fixed in Versiondev 
Summary0003890: Unable to lookup parcelClouds
DescriptionIn the very latest dev, code that uses lookup<parcelCloud> in parallel will fail because there seems to be no clouds to be found. This will crash eg. cloudInfo and cloudAbsorptionEmission and scatter models. Possibly others as well.

I didn't have time to debug this any further, but possibly related to this commit?
https://github.com/OpenFOAM/OpenFOAM-dev/commit/fef0206bdb4e1166dc134469c3e09be788a59d0c#diff-d1f582aa583c59b1419bce335e02d79f8a9d2dc91a7879becdd6add79f5bfeaa

Serial works.
Steps To ReproduceTry to run tutorials/modules/multicomponentFluid/simplifiedSiwek in parallel, crashes due to radiation models not finding clouds.
TagsNo tags attached.

Activities

will

2022-09-20 16:41

manager   ~0012745

It is that commit, yes. Thanks for pointing this out. Fixed here:

https://github.com/OpenFOAM/OpenFOAM-dev/commit/50aac13df575b8dd12efd6b6a338819e2bdbc182

Issue History

Date Modified Username Field Change
2022-09-20 13:41 tniemi New Issue
2022-09-20 16:41 will Assigned To => will
2022-09-20 16:41 will Status new => resolved
2022-09-20 16:41 will Resolution open => fixed
2022-09-20 16:41 will Fixed in Version => dev
2022-09-20 16:41 will Note Added: 0012745