|
[Sponsors] |
Inlet-BC for epsilon in twoPhaseEulerFoam with k-epsilon-model |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
January 28, 2015, 13:24 |
Inlet-BC for epsilon in twoPhaseEulerFoam with k-epsilon-model
|
#1 | |
Member
Join Date: May 2014
Location: Germany
Posts: 32
Rep Power: 12 |
Hello,
I'm simulating a bubble column after Denn [1]. My simulation setup is similar to this: http://http://www.cfd-online.com/For...le-column.html. I'm using OpenFoam 2.3.0. I want to use turbulentMixingLengthDissipationRateInlet as the inlet BC instead of fixedValue for epsilon. It works fine for epsilon.air but for epsilon.water it gives me the following error message when the solver tries to solve for epsilon.water: Quote:
Am I even supposed to used turbulentMixingLengthDissipationRateInlet for both phases? I used k-epsilon-model only for my continuous phase (water). My bubbles (air) are modeled as laminar. Might that be the problem? hester [1] N. G. Deen, T. Solberg, and B. H. Hjertager. Large eddy simulation of the gas-liquid flow in a square cross-sectioned bubble column. Chemical Engineering Science, 56:6341–6349, 2001. |
||
February 5, 2015, 05:24 |
Update
|
#2 |
Member
Join Date: May 2014
Location: Germany
Posts: 32
Rep Power: 12 |
I figured it out myself. I just needed to specify the k field.
Code:
type turbulentMixingLengthDissipationRateInlet; mixingLength 1e-3; k k.water; value uniform 0; |
|
February 26, 2015, 05:54 |
|
#3 |
Senior Member
Gerhard Holzinger
Join Date: Feb 2012
Location: Austria
Posts: 342
Rep Power: 28 |
This behaviour is a consequence of the naming scheme. The BC expects a field k to be present. However, in the two-phase case, you have k.air and k.water but no k. Hence, OpenFOAM issued the error message you posted in your first post.
|
|
Tags |
k-epsilon model, twophaseeulerfoam |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
how to model inlet which is also an outlet | Elyse | FLUENT | 0 | May 9, 2013 06:42 |
Pressure inlet of a multiphase model | athonyburk | FLUENT | 5 | May 3, 2013 23:51 |
Water subcooled boiling | Attesz | CFX | 7 | January 5, 2013 04:32 |
Help regarding K Epsilon model | go2saqi | Main CFD Forum | 2 | January 23, 2012 12:59 |
inlet boundary condition in k-e model | Abhijit Tilak | Main CFD Forum | 1 | June 2, 2000 10:42 |