CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Programming & Development (https://www.cfd-online.com/Forums/openfoam-programming-development/)
-   -   reactingMultiphaseEulerFoam: new alphat wall function (https://www.cfd-online.com/Forums/openfoam-programming-development/182672-reactingmultiphaseeulerfoam-new-alphat-wall-function.html)

vigges January 16, 2017 07:10

reactingMultiphaseEulerFoam: new alphat wall function
 
Hi folks,

I am having some problems with the reactingMultiphaseEulerFoam in OpenFOAM 3.0.0, more precisely, with the usage/implementation of compressible::alphatJayatillekeWallFunction.

Setup Description:
  1. simple 2D channel
  2. heated lower and upper walls
  3. initial phase conditions:
    • 50% Fluid A
    • 50% Fluid B
  4. inlet: 100% Fluid A
  5. alphat BC at walls: compressible::alphatJayatillekeWallFunction
  6. there is no mass transfer between phases, only momentum and heat transfer
Problem Description:
When I run the solver, I get the following error message
Code:

--> FOAM FATAL ERROR:
lookup of turbulenceProperties.fluidA from objectRegistry region0 successful
but it is not a compressibleTurbulenceModel, it is a kOmegaSST

From function objectRegistry::lookupObject<Type>(const word&) const
in file /home/xxx/OpenFOAM/OpenFOAM-3.0.0/src/OpenFOAM/lnInclude/objectRegistryTemplates.C at line 181.


Questions
:
  1. Does anybody know, how to make that work or if it works in general?


Thank you for your help!



All times are GMT -4. The time now is 19:39.