|
[Sponsors] |
twoPhaseEulerFoam not working with turbulence |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
April 15, 2009, 03:09 |
twoPhaseEulerFoam not working with turbulence
|
#1 |
New Member
Aditya
Join Date: Apr 2009
Posts: 2
Rep Power: 0 |
Hi all,
I am not able to run twoPhaseEulerFoam with turbulence. However without turbulence it is working fine. I am running a bubble column case with freeboard at the top of the water column. Can anyone help? |
|
April 15, 2009, 10:17 |
|
#2 |
Member
|
Hi..
even I am trying the same case with free surface. I was able to run with turbulence being "ON" with some changes . including relaxation factors. . increasing number of correctors PISO to 8 in fvSolution The simulation was quite stable but time accurate predictions was not that good..(I mean I got the a bit higher time period what the experiments says) and also this might (Alberto suggestions) help you http://www.cfd-online.com/Forums/ope...ditions-2.html |
|
April 15, 2009, 23:09 |
|
#3 |
New Member
Aditya
Join Date: Apr 2009
Posts: 2
Rep Power: 0 |
Hi Raghavendra,
Thanks for your suggestions. I tried increasing the PISO correctors to 10 and reducing the timestep by two order of magnitude but still the simulation is crashing. I also tried underrelaxing but that does not work too. Can you tell me what were the turbulence boundary conditions you were using? Also I would appreciate any other suggestions you may have. |
|
April 18, 2009, 18:19 |
|
#4 |
Member
|
what is your inlet velocity?
based on the inlet velocity calculate k and epsilon ..boundary conditions are epsilon and k dimensions [0 2 -3 0 0 0 0]; internalField uniform 1e-06; boundaryField { wall { type zeroGradient; } frontwall { type zeroGradient; } backwall { type zeroGradient; } sidewalls { type zeroGradient; } outlet { type zeroGradient; } inlet { type fixedValue; value uniform 1e-6; } } and for K dimensions [0 2 -2 0 0 0 0]; internalField uniform 1e-06; boundaryField { wall { type zeroGradient; } frontwall { type zeroGradient; } backwall { type zeroGradient; } sidewalls { type zeroGradient; } outlet { type zeroGradient; } inlet { type fixedValue; value uniform 1e-06; } } |
|
April 18, 2009, 18:24 |
|
#5 |
Member
|
As suggested by my supervisors I tried running the simulation with turbulence being on
from the flow field developed by laminar flow.. Probably this might work. In my case the simulation was quite stable and results were also quite satisfactory only for velocity profiles (as it is in the experiments) but the oscillation frequency of the plume developed didn't match. |
|
August 3, 2010, 10:47 |
|
#6 |
New Member
Irin Sun
Join Date: Jan 2010
Posts: 5
Rep Power: 16 |
in the case turbulence on why shouldn't we use
kqRwallfunction and epsilonWallFunction as the boundary condition on the wall? |
|
Tags |
turbulence model |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Question on Turbulence Intensity | Eric | FLUENT | 1 | March 7, 2012 05:30 |
Discussion: Reason of Turbulence!! | Wen Long | Main CFD Forum | 3 | May 15, 2009 10:52 |
Code release: Flow Transition and Turbulence | Chaoqun Liu | Main CFD Forum | 0 | September 26, 2008 18:15 |
TwoPhaseEulerFoam and turbulence | hemph | OpenFOAM Bugs | 0 | January 29, 2007 06:18 |