View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003890 | OpenFOAM | Bug | public | 2022-09-20 13:41 | 2022-09-20 16:41 |
Reporter | tniemi | Assigned To | will | ||
Priority | normal | Severity | minor | Reproducibility | sometimes |
Status | resolved | Resolution | fixed | ||
Product Version | dev | ||||
Fixed in Version | dev | ||||
Summary | 0003890: Unable to lookup parcelClouds | ||||
Description | In 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 Reproduce | Try to run tutorials/modules/multicomponentFluid/simplifiedSiwek in parallel, crashes due to radiation models not finding clouds. | ||||
Tags | No tags attached. | ||||
|
It is that commit, yes. Thanks for pointing this out. Fixed here: https://github.com/OpenFOAM/OpenFOAM-dev/commit/50aac13df575b8dd12efd6b6a338819e2bdbc182 |