|
[Sponsors] |
August 30, 2010, 12:45 |
BubbleFoam
|
#1 |
New Member
Join Date: Aug 2010
Posts: 4
Rep Power: 16 |
Hi everyone, I am using bubbleFoam to misluate a bubble column, I want to use the tutorial example but simulate the turbulent flow, anyone can give me some hints on doing that? Thanks.
|
|
August 30, 2010, 19:41 |
|
#2 |
New Member
Michael Ahlmann
Join Date: Feb 2010
Posts: 27
Rep Power: 16 |
In OpenFOAM all you have to do is adjust your transportProperties file in constant/transportProperties. For example:
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 1.6 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; location "constant"; object RASProperties; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // RASModel kOmegaSST; turbulence on; printCoeffs on; // ************************************************** *********************** // Then add the boundary conditions for the appropriate turbulence variables in the 0 directory (k,omega, and nu). Look in the tutorials cases for examples. i.e. the cavitatingFoam throttle example includes turbulence modelling as do many of the other tutorial cases. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
interFoam / bubbleFoam to simulate an aerated tank | Meratb | OpenFOAM Running, Solving & CFD | 3 | November 6, 2020 12:45 |
bubbleFoam | Yas | OpenFOAM Running, Solving & CFD | 4 | August 16, 2010 20:09 |
Inputs for bubbleFoam | rans2009 | OpenFOAM | 0 | October 8, 2009 08:59 |
bubbleFoam | rans2009 | OpenFOAM | 3 | October 5, 2009 05:28 |
Lift force modeling in bubbleFoam | holger_marschall | OpenFOAM Running, Solving & CFD | 2 | December 10, 2007 16:24 |