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

Running bubbleFoam for turbulent case...

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 8, 2013, 00:46
Default Running bubbleFoam for turbulent case...
  #1
New Member
 
Vishal
Join Date: Feb 2013
Posts: 28
Rep Power: 13
vishal3 is on a distinguished road
Hello,

I tried to run bubblefoam for bubble column (the same case with is given in tutorial) simulation for turbulent flow but it is running for some time steps and then diverging. Can anybody help me?????
vishal3 is offline   Reply With Quote

Old   March 8, 2013, 03:02
Default
  #2
Senior Member
 
Bernhard
Join Date: Sep 2009
Location: Delft
Posts: 790
Rep Power: 21
Bernhard is on a distinguished road
There is probably something wrong with your case.

Sorry, but I can't be more specific than you are. You said you did the tutorial case, but I checked, and that case is laminar, not turbulent.
Bernhard is offline   Reply With Quote

Old   March 8, 2013, 06:38
Default
  #3
New Member
 
Vishal
Join Date: Feb 2013
Posts: 28
Rep Power: 13
vishal3 is on a distinguished road
Hey thanks Bernhard

yeah u r right the given case is for laminar. But i changed the model from laminar to kEpsilon in RASproperties in constant (with turbulence on).
Then i added the following schemes for epsilon and k in the fvSchemes:

laplacian(DepsilonEff,epsilon) Gauss linear corrected;
laplacian(DkEff,k) Gauss linear corrected;

after this when i run the simulation again, then it runs for certain timesteps and stops.

I have changed the number of grids from 3000 to 150000. That time also the same thing happens.

Can you suggest something, if possible????
vishal3 is offline   Reply With Quote

Old   March 8, 2013, 08:28
Default
  #4
Senior Member
 
Join Date: Mar 2010
Location: Germany
Posts: 154
Rep Power: 16
cutter is on a distinguished road
Hi and welcome to the forum,

I also looked into this. The default bubbleFoam tutorial case seems to work fine with kEpsilon turbulence model enabled.

Again, as Berhard already said, be more specific. Which version of OpenFOAM is installed on your machine? What timestep did you use? When does the solution diverge? What changes have you done to the grid? It worked without any modifications for me. We can only assume you somehow changed the discretizations in the blockMeshDict.

By the way, what are grids? At least try to stick to proper english, please.

cutter
cutter is offline   Reply With Quote

Old   March 9, 2013, 05:25
Default
  #5
New Member
 
Vishal
Join Date: Feb 2013
Posts: 28
Rep Power: 13
vishal3 is on a distinguished road
Dear Cutter
Currently I am using OpenFOAM 1.6.

For the details of simulation I have attached the files, which are modified accordingly for the case of turbulent.

Please find the attachment and suggest, if any modifications required.

Thankig you.
Attached Files
File Type: zip BUBBLE COLUMN.zip (74.7 KB, 11 views)

Last edited by vishal3; March 11, 2013 at 05:09.
vishal3 is offline   Reply With Quote

Old   March 11, 2013, 05:41
Default
  #6
Senior Member
 
Join Date: Mar 2010
Location: Germany
Posts: 154
Rep Power: 16
cutter is on a distinguished road
Ok, that's a really important information. I had no time so far to check your case and OF version. But this what I did to get it running with OpenFOAM 2.1.x (git release):

- use RASModel kEpsilon and enable turbulence in RASProperties
Code:
RASModel  kEpsilon;
turbulence on;
- add laplacian schemes for k and epsilon in fvSchemes (there may be better choices):
Code:
laplacian(DepsilonEff,epsilon) Gauss linear corrected;
laplacian(DkEff,k) Gauss linear corrected;
- add subdictionaries for kFinal and epsilonFinal in fvSolution:
Code:
    kFinal
    {
        $alpha1;
        tolerance       1e-10;
        relTol          0;
    }

    epsilonFinal
    {
        $alpha1;
        tolerance       1e-10;
        relTol          0;
    }
cutter is offline   Reply With Quote

Old   March 11, 2013, 06:47
Default
  #7
New Member
 
Vishal
Join Date: Feb 2013
Posts: 28
Rep Power: 13
vishal3 is on a distinguished road
Thank you very much for your reply.

I ll try this case with OpenFOAM 2.1
vishal3 is offline   Reply With Quote

Old   March 12, 2013, 06:13
Default
  #8
New Member
 
Vishal
Join Date: Feb 2013
Posts: 28
Rep Power: 13
vishal3 is on a distinguished road
Hey dear cutter thank you very much for your suggestion. I think that problem was with OpenFOAM version. I am also getting the results for default case in Version 2.2.

Thanks a lot
vishal3 is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Large test case for running OpenFoam in parallel fhy OpenFOAM Running, Solving & CFD 23 April 6, 2019 09:55
Running a case of HRMFoam on MasCavFoam shridhargrao OpenFOAM Running, Solving & CFD 1 January 19, 2019 12:39
Is Playstation 3 cluster suitable for CFD work hsieh OpenFOAM 9 August 16, 2015 14:53
problems running AMI MUZ OpenFOAM 6 November 20, 2012 06:18
Flux update during an MPI run between decomposed case parts? scott OpenFOAM 0 July 21, 2010 20:47


All times are GMT -4. The time now is 16:34.