|
[Sponsors] |
March 8, 2013, 01:46 |
Running bubbleFoam for turbulent case...
|
#1 |
New Member
Vishal
Join Date: Feb 2013
Posts: 28
Rep Power: 13 |
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????? |
|
March 8, 2013, 04:02 |
|
#2 |
Senior Member
Bernhard
Join Date: Sep 2009
Location: Delft
Posts: 790
Rep Power: 22 |
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. |
|
March 8, 2013, 07:38 |
|
#3 |
New Member
Vishal
Join Date: Feb 2013
Posts: 28
Rep Power: 13 |
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???? |
|
March 8, 2013, 09:28 |
|
#4 |
Senior Member
Join Date: Mar 2010
Location: Germany
Posts: 154
Rep Power: 16 |
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 |
|
March 9, 2013, 06:25 |
|
#5 |
New Member
Vishal
Join Date: Feb 2013
Posts: 28
Rep Power: 13 |
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. Last edited by vishal3; March 11, 2013 at 06:09. |
|
March 11, 2013, 06:41 |
|
#6 |
Senior Member
Join Date: Mar 2010
Location: Germany
Posts: 154
Rep Power: 16 |
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; Code:
laplacian(DepsilonEff,epsilon) Gauss linear corrected; laplacian(DkEff,k) Gauss linear corrected; Code:
kFinal { $alpha1; tolerance 1e-10; relTol 0; } epsilonFinal { $alpha1; tolerance 1e-10; relTol 0; } |
|
March 11, 2013, 07:47 |
|
#7 |
New Member
Vishal
Join Date: Feb 2013
Posts: 28
Rep Power: 13 |
Thank you very much for your reply.
I ll try this case with OpenFOAM 2.1 |
|
March 12, 2013, 07:13 |
|
#8 |
New Member
Vishal
Join Date: Feb 2013
Posts: 28
Rep Power: 13 |
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 |
|
|
|
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 10:55 |
Running a case of HRMFoam on MasCavFoam | shridhargrao | OpenFOAM Running, Solving & CFD | 1 | January 19, 2019 13:39 |
Is Playstation 3 cluster suitable for CFD work | hsieh | OpenFOAM | 9 | August 16, 2015 15:53 |
problems running AMI | MUZ | OpenFOAM | 6 | November 20, 2012 07:18 |
Flux update during an MPI run between decomposed case parts? | scott | OpenFOAM | 0 | July 21, 2010 21:47 |