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

a case which is very tough to simulate.......

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 19, 2012, 21:56
Angry a case which is very tough to simulate.......
  #1
Senior Member
 
Dongyue Li
Join Date: Jun 2012
Location: Beijing, China
Posts: 838
Rep Power: 17
sharonyue is on a distinguished road
Hi Foamers...

I have been into this simulating problem for a few weeks.but I find there is no CFD software can simulate this case accurately.

I want to simulate a stirred tank full of xanthan gum which is very viscid, and the air was injected into the tank.


1 In experiment, there are lots of fine bubbles(diameter 1mm),and some big bubbles(diameter about 100mm),the exact diameter veries from the air flow.
In OpenFOAM, I know interFoam can simulate bubbles at very low fraction. twoPhaseEulerFoam can simulate fine bubbles at high fraction.. but which solver can handle that complicated situation ?

2 Actually, there are break up and coalescence,cause the xanthan was sitrred in a tank. does that mean I need a solver which has been implanted population balance model?

3 Xanthan is a kind of non-newtonian fluid. but It seems a little bit easier to implant the pow law model.?

I dont know if CFX can simulate this situation accurately, but seems its a tough job for me.
If anyone can give me a hint. I would be very appreciated!!!!!!!!
sharonyue is offline   Reply With Quote

Old   November 20, 2012, 02:49
Default
  #2
Member
 
Michiel
Join Date: Oct 2010
Location: Delft, Netherlands
Posts: 97
Rep Power: 15
michielm is on a distinguished road
1) In theory interFoam should be able to simulate larger bubble fractions as well. The only issue with interFoam (and any standard VOF solver for that matter) is that you will get numerical coalescence, which means that if the diffuse interfaces of two bubbles touch they will coalesce. Even if this is not physically correct behaviour.

2) a solution to the problem I mention above would indeed be a method that involves a population balance + a criterion for coalescence. This can be done of course, but I think it is rather cumbersome.

3) Power law fluids are not hard to implement, this is pretty much a standard feature in OF. This tutorial might be helpful: http://http://www.foodextrusion.org/OpenFOAM_tutorial.html
michielm is offline   Reply With Quote

Old   November 20, 2012, 20:37
Smile
  #3
Senior Member
 
Dongyue Li
Join Date: Jun 2012
Location: Beijing, China
Posts: 838
Rep Power: 17
sharonyue is on a distinguished road
Quote:
Originally Posted by michielm View Post
1) In theory interFoam should be able to simulate larger bubble fractions as well. The only issue with interFoam (and any standard VOF solver for that matter) is that you will get numerical coalescence, which means that if the diffuse interfaces of two bubbles touch they will coalesce. Even if this is not physically correct behaviour.

2) a solution to the problem I mention above would indeed be a method that involves a population balance + a criterion for coalescence. This can be done of course, but I think it is rather cumbersome.

3) Power law fluids are not hard to implement, this is pretty much a standard feature in OF. This tutorial might be helpful: http://http://www.foodextrusion.org/OpenFOAM_tutorial.html
1) So about bubble simulation. does the different between interFoam and twophaseeulerfoam is VOF need very fine mesh which two-fluid model dont need . for example: using VOF to simulate a bubble, I have to ensure a bubble(2mm) contains 20 or more cells . in two fluid model, I have to ensure a cell contains 20 more bubbles?

actually, I have simulated different mesh using the same condition. and I find VOF has to be set a fine mesh.and two-fluid model dont need to.

am I right?
sharonyue is offline   Reply With Quote

Old   November 21, 2012, 02:45
Default
  #4
Member
 
Michiel
Join Date: Oct 2010
Location: Delft, Netherlands
Posts: 97
Rep Power: 15
michielm is on a distinguished road
I think you are right that VOF will need much higher grid resolution to be able to capture the small bubbles, I didn't think of that when I first answered.
So I can indeed imagine that this is unpractical in your situation.

With the large separation of length scales that you have I am not sure whether a standard solver can do this with high accuracy and (reasonably) low computational cost. Maybe you will need to look into subgrid modelling?! You could use twoPhaseEulerFoam on a coarse grid and a VOF-like implementation or a population balance model within each cell to keep track of the small bubbles.
michielm is offline   Reply With Quote

Old   November 21, 2012, 21:33
Default
  #5
Senior Member
 
Dongyue Li
Join Date: Jun 2012
Location: Beijing, China
Posts: 838
Rep Power: 17
sharonyue is on a distinguished road
Quote:
Originally Posted by michielm View Post
I think you are right that VOF will need much higher grid resolution to be able to capture the small bubbles, I didn't think of that when I first answered.
So I can indeed imagine that this is unpractical in your situation.

With the large separation of length scales that you have I am not sure whether a standard solver can do this with high accuracy and (reasonably) low computational cost. Maybe you will need to look into subgrid modelling?! You could use twoPhaseEulerFoam on a coarse grid and a VOF-like implementation or a population balance model within each cell to keep track of the small bubbles.

so I have to do some implementation into twophaseeulerfoam to visualize the interface between the big bubble and the fluid.....What bumps into my mind is this two ways:

either implant VOF into twoPhaseeulerfoam,
or implant PBE into twoPhaseeulerfoam.

but I dont know if VOF and two-fluid model can coexist in a solver.

or I should implant the PBE into twophaseeulerfoam?
sharonyue is offline   Reply With Quote

Old   November 22, 2012, 01:17
Default
  #6
Member
 
Michiel
Join Date: Oct 2010
Location: Delft, Netherlands
Posts: 97
Rep Power: 15
michielm is on a distinguished road
I am not sure. I suggest you check the scientific literature on ways that other people have modeled situations with two-phase flow and a large separation of length scales and go from there.
michielm is offline   Reply With Quote

Old   November 22, 2012, 01:20
Smile
  #7
Senior Member
 
Dongyue Li
Join Date: Jun 2012
Location: Beijing, China
Posts: 838
Rep Power: 17
sharonyue is on a distinguished road
Quote:
Originally Posted by michielm View Post
I am not sure. I suggest you check the scientific literature on ways that other people have modeled situations with two-phase flow and a large separation of length scales and go from there.
Anyway, thank you very much. I will keep going and update this thread.~~
sharonyue 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
wallHeatFlux utility for an incompressible case Mr.Jingles OpenFOAM Post-Processing 67 April 6, 2023 03:25
MRFSimpleFoam wind turbine case continuity error ysh1227 OpenFOAM Running, Solving & CFD 1 August 16, 2016 09:25
MRFSimpleFoam wind turbine case diverges ysh1227 OpenFOAM Running, Solving & CFD 2 May 7, 2015 10:13
OpenFoam/FLUENT difference in cilinder case RuiVO OpenFOAM Running, Solving & CFD 2 December 12, 2011 14:26
Instable natural convection case Peter88 OpenFOAM 5 August 18, 2011 01:23


All times are GMT -4. The time now is 23:57.