View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003600 | OpenFOAM | Bug | public | 2020-11-26 08:16 | 2020-11-26 08:55 |
Reporter | tiziano.maffei | Assigned To | will | ||
Priority | normal | Severity | tweak | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Summary | 0003600: multiphaseEulerFoam - missing Raoult model | ||||
Description | Good morning, in multiphaseEulerModel there is not possibility to select Raoult model in interfaceCompoisition dictionary. Raoult class is not compiled and missing in the OpenFOAM-8/applications/solvers/multiphase/multiphaseEulerFoam/interfacialCompositionModels/Make/files. Moreover, adding the file and compiling the code, I got the error message: error: ‘const class Foam::hashedWordList’ has no member named ‘contains’ Then I have modified the line code in Yf and YfPrime functions: if (species().contains(speciesName)) - > if (species().found(speciesName)) and the code compilation works. I hope this can be useful Tiziano | ||||
Tags | No tags attached. | ||||
|
Thanks for pointing this out. The Raoult model has been included in the build in dev and 8 by the following commits: https://github.com/OpenFOAM/OpenFOAM-dev/commit/f779ddae156d0f7be0c93bde5b2d1da01ef0853d https://github.com/OpenFOAM/OpenFOAM-8/commit/13d66902f78c3a17d58aac28aeea7c91597ac31f |