CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

BubbleFoam

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 30, 2010, 11:45
Default BubbleFoam
  #1
Yas
New Member
 
Join Date: Aug 2010
Posts: 4
Rep Power: 15
Yas is on a distinguished road
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.
Yas is offline   Reply With Quote

Old   August 30, 2010, 18:41
Default
  #2
New Member
 
Michael Ahlmann
Join Date: Feb 2010
Posts: 27
Rep Power: 16
danishdude is on a distinguished road
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.
danishdude is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


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 11:45
bubbleFoam Yas OpenFOAM Running, Solving & CFD 4 August 16, 2010 19:09
Inputs for bubbleFoam rans2009 OpenFOAM 0 October 8, 2009 07:59
bubbleFoam rans2009 OpenFOAM 3 October 5, 2009 04:28
Lift force modeling in bubbleFoam holger_marschall OpenFOAM Running, Solving & CFD 2 December 10, 2007 15:24


All times are GMT -4. The time now is 22:32.