View Issue Details

IDProjectCategoryView StatusLast Update
0003600OpenFOAMBugpublic2020-11-26 08:55
Reportertiziano.maffei Assigned Towill  
PrioritynormalSeveritytweakReproducibilityalways
Status resolvedResolutionfixed 
Summary0003600: multiphaseEulerFoam - missing Raoult model
DescriptionGood 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

TagsNo tags attached.

Activities

will

2020-11-26 08:55

manager   ~0011760

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

Issue History

Date Modified Username Field Change
2020-11-26 08:16 tiziano.maffei New Issue
2020-11-26 08:55 will Assigned To => will
2020-11-26 08:55 will Status new => resolved
2020-11-26 08:55 will Resolution open => fixed
2020-11-26 08:55 will Fixed in Version => 8
2020-11-26 08:55 will Note Added: 0011760