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

twoPhaseEulerFoam - settings for water droplets in gas

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 25, 2012, 04:45
Default twoPhaseEulerFoam - settings for water droplets in gas
  #1
New Member
 
Michal
Join Date: Apr 2012
Location: Czech Republic
Posts: 27
Rep Power: 13
majkl is on a distinguished road
Hi,

I'd like to ask, how can i set the coefficients of Cvm, Cl, Ct? The case is the flow of water droplets in gas.

Thanks.

Regards,
Michal
majkl is offline   Reply With Quote

Old   October 28, 2012, 21:12
Default
  #2
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 majkl View Post
Hi,

I'd like to ask, how can i set the coefficients of Cvm, Cl, Ct? The case is the flow of water droplets in gas.

Thanks.

Regards,
Michal
hi Michal
I have simulate the case u said with interFoam successfully. but I cant simulate a rising bubble with interFoam.
U could try that solver. its simpler than twophaseeulerfoam.
sharonyue is offline   Reply With Quote

Old   October 29, 2012, 01:56
Default
  #3
Senior Member
 
Alberto Passalacqua
Join Date: Mar 2009
Location: Ames, Iowa, United States
Posts: 1,912
Rep Power: 36
alberto will become famous soon enoughalberto will become famous soon enough
Quote:
Originally Posted by majkl View Post
Hi,

I'd like to ask, how can i set the coefficients of Cvm, Cl, Ct? The case is the flow of water droplets in gas.

Thanks.

Regards,
Michal
Hi, twoPhaseEulerFoam is the correct choice for your case. The interFoam solver is based on the VOF approach.

For what concerns the values of the coefficients, cvm and cl are pretty much standard (see bubble column tutorial). Ct depends on your flow, and it is important only if turbulence is used.

Best,
__________________
Alberto Passalacqua

GeekoCFD - A free distribution based on openSUSE 64 bit with CFD tools, including OpenFOAM. Available as in both physical and virtual formats (current status: http://albertopassalacqua.com/?p=1541)
OpenQBMM - An open-source implementation of quadrature-based moment methods.

To obtain more accurate answers, please specify the version of OpenFOAM you are using.
alberto is offline   Reply With Quote

Old   October 29, 2012, 05:57
Default
  #4
New Member
 
Michal
Join Date: Apr 2012
Location: Czech Republic
Posts: 27
Rep Power: 13
majkl is on a distinguished road
Hi,

thanks for answers.

Quote:
Originally Posted by alberto View Post
For what concerns the values of the coefficients, cvm and cl are pretty much standard (see bubble column tutorial). Ct depends on your flow, and it is important only if turbulence is used.
Best,
Well, for air bubbles in water Cvm 0.5, Cl 0, Ct 1. For water droplets I should use the same coefficients?

If I use Cvm 0, Cl 0, Ct 0, the water cumulates somewhere in the domain, but the behavior of the flow is close to "correct".

With the "bubble case coeffs", the conservation of the mass is OK, but the behavior of the flow is not correct.

Maybe I've wrong setup of the phases. The concentration of water (alpha) is about 1e-5.
  • transportProperties
    Code:
    phasea
    {
        rho             rho [ 1 -3 0 0 0 ] 998.2; 
        nu              nu [ 0 2 -1 0 0 ] 0.995e-6;
        d               d [ 0 1 0 0 0 0 0 ] 0.0001;
    }
    
    phaseb
    {
        rho             rho [ 1 -3 0 0 0 ] 1.2041;
        nu              nu [ 0 2 -1 0 0 ] 1.511e-5;
        d               d [ 0 1 0 0 0 0 0 ] 1;
    }
    
    Cvm             Cvm [ 0 0 0 0 0 ] 0.5;
    
    Cl              Cl [ 0 0 0 0 0 ] 0;
    
    Ct              Ct [ 0 0 0 0 0 ] 1;
  • interfacialProperties
    Code:
    dragModela      SchillerNaumann;
    
    dragModelb      SchillerNaumann;
    
    dragPhase       a;

Is there something wrong?

Regards,
Michal
majkl is offline   Reply With Quote

Old   October 29, 2012, 10:34
Default
  #5
Senior Member
 
Alberto Passalacqua
Join Date: Mar 2009
Location: Ames, Iowa, United States
Posts: 1,912
Rep Power: 36
alberto will become famous soon enoughalberto will become famous soon enough
The setup seems correct (droplets are phase a). What coefficient is causing the problem, Cvm or Ct (or both)?

AP
__________________
Alberto Passalacqua

GeekoCFD - A free distribution based on openSUSE 64 bit with CFD tools, including OpenFOAM. Available as in both physical and virtual formats (current status: http://albertopassalacqua.com/?p=1541)
OpenQBMM - An open-source implementation of quadrature-based moment methods.

To obtain more accurate answers, please specify the version of OpenFOAM you are using.
alberto is offline   Reply With Quote

Old   October 30, 2012, 04:17
Default
  #6
New Member
 
Michal
Join Date: Apr 2012
Location: Czech Republic
Posts: 27
Rep Power: 13
majkl is on a distinguished road
Well, the problem is the Ct coefficient. (I haven't seen any changes with the Cvm 0.5.) I've tried the values 0.0 - 3.0. The "best result" with Ct = 0.2. But the solution is not OK. Mass conservation with 1% discrepancy. The distribution of water phase is strange.

Now, I'm calculating the case in laminar setup (before k-epsilon).

I need more physics in twophaseEulerFoam (TEF) - surface tension and wall adhesion (both implemented in multiphaseEulerFoam - MEF). It is possible to follow MEF with implementation surface tension although the momentum equation in MEF is in conservative form (vs. phase intesive form in TEF)? If you would answer, maybe here, for others.
http://www.cfd-online.com/Forums/ope...eulerfoam.html

Regards,
Michal
majkl is offline   Reply With Quote

Old   October 30, 2012, 21:49
Default
  #7
New Member
 
T.B
Join Date: Oct 2012
Location: Norway
Posts: 8
Rep Power: 13
Mineral is on a distinguished road
Hi, I am also doing a water droplet simulation in OF, and I am interested in knowing how you defined the droplets into your mesh? I cant figure out the alpha file at the moment

cheers
Mineral is offline   Reply With Quote

Old   October 31, 2012, 01:41
Default
  #8
New Member
 
Michal
Join Date: Apr 2012
Location: Czech Republic
Posts: 27
Rep Power: 13
majkl is on a distinguished road
Hi,

Quote:
Originally Posted by Mineral View Post
Hi, I am also doing a water droplet simulation in OF, and I am interested in knowing how you defined the droplets into your mesh? I cant figure out the alpha file at the moment

cheers
there is huge demand on the mesh to simulate moving droplets. This is not my way. I set up the input water concentration.

M
majkl is offline   Reply With Quote

Old   October 31, 2012, 04:27
Default
  #9
New Member
 
T.B
Join Date: Oct 2012
Location: Norway
Posts: 8
Rep Power: 13
Mineral is on a distinguished road
Sorry for stealing your thread, do you mean just by applying uniform alpha distribution at the inlet for an example?
Mineral is offline   Reply With Quote

Old   November 1, 2012, 03:15
Default
  #10
New Member
 
Michal
Join Date: Apr 2012
Location: Czech Republic
Posts: 27
Rep Power: 13
majkl is on a distinguished road
Quote:
Originally Posted by Mineral View Post
Sorry for stealing your thread, do you mean just by applying uniform alpha distribution at the inlet for an example?
Yes, exactly.

M
majkl is offline   Reply With Quote

Old   August 19, 2013, 08:46
Default
  #11
New Member
 
Benedikt
Join Date: Apr 2012
Posts: 7
Rep Power: 14
Benedikt is on a distinguished road
Hi majkl and others,
I am working on a similar project. I want to simulate a flow of air with waterdroplets (alphaair=0.99998; v(inlet)=50; T=370) into a thin air-filled volume. I solve it with compressibleTwoPhaseEulerFoam. I started with the settings of bubbleColumn and tried different settings, but I am not satisfied with the result. It looks a bit like the volume is empty at the beginning. When streaming into the volume, the inflow doesn't react with the air in the volume. The air in the volume looks like it gets replaced of the inflow, rather than getting suppressed. Did you find any information about the settings of the transportProperties? Or maybe other hints which settings could cause my unphysical behaviour?
Thanks in advance
Benedikt
Benedikt 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
mass flow in is not equal to mass flow out saii CFX 12 March 19, 2018 05:21
error message cuteapathy CFX 14 March 20, 2012 06:45
Constant velocity of the material Sas CFX 15 July 13, 2010 08:56
Two-Phase Buoyant Flow Issue Miguel Baritto CFX 4 August 31, 2006 12:02
Gas pressure question Dan Moskal Main CFD Forum 0 October 24, 2002 22:02


All times are GMT -4. The time now is 17:53.