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

Is there a VOF (CST) foam code for phase change into the air media?

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By Asghari_M

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 1, 2018, 15:19
Default Is there a VOF (CST) foam code for phase change into the air media?
  #1
Senior Member
 
Mehdi Asghari
Join Date: Feb 2010
Posts: 127
Rep Power: 16
Asghari_M is on a distinguished road
Hi all FOAMers.

I'm looking for an OPENFOAM source code for the investigation of phase change (condensation or evaporation of the water films or droplets) into the air media . I heard somethings about interThermalPhaseChangeFoam framework. But, unfortunately, it couldn't be coupled with species transport models. Is it correct? Are there other foam codes for these studies ?

I studied some papers for this purpose. I found Welch and Wilson paper as the best research for this objective:

A Volume of Fluid Based Method for Fluid Flows with Phase Change

The reason for this my opinion is ,the fact that, they, unlike a lot of researches , had captured interface velocity & pressure discontinuities in their investigations as follows:

The normal velocity interface jump conditions for gas & liquid phases:

u_{g,n}-u_{l,n}=\dot{m\ \ \ }(\frac{1}{{\rho{}}_g}-\frac{1}{{\rho{}}_l})\ \ \ \
\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ (eq.1)

The pressure interface jump conditions:

\left[[-\rho{}\textbf{U}\textbf{U}-p\textbf{n}+\mu{}(\nabla{}\textbf{U}+\nabla{}\textbf{U}^T)\right]]=\ \sigma{}\kappa{}\textbf{n}\ \ \
\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ (eq.2)

The heat transfer arising from mass transfer at the interface:

\dot{q}={\left.k\frac{\partial{}T}{\partial{}n}\right]}_g-{\left.k\frac{\partial{}T}{\partial{}n}\right]}_l   \ \ \ \ (eq.3)

The mass transfer relation at the interface (in some references):

\dot{m}=\ -\frac{K}{L}\frac{\partial{}T}{\partial{}n}\ \ \ \ \

Or based on some other references:

or\ \ \ \ \ \ \dot{m}=\
\frac{D_v{\rho{}}_g}{1-Y_v}\frac{\partial{}Y_v}{\partial{}n}\ \ \ \ \

\ \ \ \ \ \ or\ even \ in \ some\ resources\ \ \ \ \ \ \dot{m}=\
\frac{D_v{\rho{}}_g}{1-Y_v}\frac{\partial{}Y_v}{\partial{}n}-\frac{K}{L}\frac{\partial{}T}{\partial{}n}\
\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ (eq.4)

Assuming saturation state at the interface, Mass fraction of vapor at interface is given by

Y_{v,sat}=\frac{P_{v,sat}}{P}*\frac{M_v}{M_{gp,sat}}

in which,

M_{gp,sat}\ \ \ is\ Molecular\ weight\ gasous\ phase\ and\ given\ by

M_{gp,sat}=\frac{P_{v,sat}*M_v+{(P-P}_{v,sat})*M_g}{P}


\ and \ P_{v,sat}\ \ \ is\ evaluated\ as\ following\ \ relation \ :

P_{v,sat}=\frac{P_c{*T}_c}{T}*


\left[a*{\left(1-\frac{T}{T_c}\right)}^{1.5}+b*{\left(1-\frac{T}{T_c}\right)}^3+c*{\left(1-\frac{T}{T_c}\right)}^3+d*{\left(1-\frac{T}{T_c}\right)}^6\right]\
\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \


\ \ \ \left(eq.5\right)\ in\ which,P_c\ \ \ and\ T_c\
are\ critical\ presure\ \&\ temperature,\ respectively.

Unfortunately, a lot of research have not investigated these considerations.

Also, I need an extensive VOF model to cover species transport equation since the water phase change occurs in an air-based media in my case.

Unfortunately, I found a little papers in this case. Does anyone access to such a phase change VOF-based comprehensive study with the consideration of species transport phenomenon?

Also, there is a fairly good method suitable for sharp interfaces so called Continuous Species Transfer (CST) model considered species transport phenomenon. However, unfortunately, I didn't find this method in any paper coupled with energy equation .

Has someone observed the coupling of CST method with energy equation in the CFD documents?

Moreover, as I indicated at above mentioned expressions, there is not a unique relation for mass transfer and I'm confused. Is there anyone to help me in finding a fairly suitable and true expression for the interface mass transfer?

I would be highly appreciated if anyone help me.

Also many thanks in advance for providing me with OPENFOAM code (or at least OPENFOAM code name) considering above descriptions in the interface either via this panel or directly via my email address (mehdiasgh@gmail.com).

Thanks a lot for any help.


M.Asghari
tonnykz likes this.

Last edited by Asghari_M; June 2, 2018 at 14:41.
Asghari_M is offline   Reply With Quote

Old   June 4, 2018, 05:14
Default Compressibility &temperature dependent properties & phase change VOF FOAM codes
  #2
Member
 
Peter Maroul
Join Date: May 2018
Posts: 52
Rep Power: 7
Pmaroul is on a distinguished road
Hi Asghari_M

I have a similar phase change task with you , too.

I have to do two additional tasks as follows:

1-Since, gas phase temperature varies, I have to implement a compressible version of VOF. Unfortunately, I heard VOF foam codes are applicable only for incompressible immiscible flows. Is it correct?

2-Thermo-physical properties such as density and specific heat are considered temperature dependent . Unfortunately, I heard VOF foam codes don’t take the effect of temperature on the properties. Do you have such a similar problem?

I'l be glad if you can share your idea with me in the encountering with these challenges.

All the best.

P. Maroul
Pmaroul is offline   Reply With Quote

Old   June 7, 2018, 04:11
Default
  #3
Senior Member
 
Mehdi Asghari
Join Date: Feb 2010
Posts: 127
Rep Power: 16
Asghari_M is on a distinguished road
Quote:
Originally Posted by Pmaroul View Post
Hi Asghari_M

I have a similar phase change task with you , too.

I have to do two additional tasks as follows:

1-Since, gas phase temperature varies, I have to implement a compressible version of VOF. Unfortunately, I heard VOF foam codes are applicable only for incompressible immiscible flows. Is it correct?

2-Thermo-physical properties such as density and specific heat are considered temperature dependent . Unfortunately, I heard VOF foam codes don’t take the effect of temperature on the properties. Do you have such a similar problem?

I'l be glad if you can share your idea with me in the encountering with these challenges.

All the best.

P. Maroul
Dear Maroul

Exactly, I have same problems you may have been faced.

I have not seen much stuff about it.

Nevertheless, if you search within forums, you'll find a foam code called "compressibleMixingPhaseChangeFoam".
Maybe it could help you to find new ways.

Best wishes.

M.Asghari
Asghari_M is offline   Reply With Quote

Old   June 8, 2018, 09:58
Default
  #4
Member
 
Peter Maroul
Join Date: May 2018
Posts: 52
Rep Power: 7
Pmaroul is on a distinguished road
Dear Asghari_M

Thanks for your kind reply and attention.

It will probably be so good for my application. I'll try that.

BW.

P.Maroul
Pmaroul is offline   Reply With Quote

Old   February 17, 2021, 10:41
Default
  #5
Member
 
Join Date: Oct 2016
Posts: 31
Rep Power: 9
tonnykz is on a distinguished road
Quote:
Originally Posted by Asghari_M View Post
Hi all FOAMers.

I'm looking for an OPENFOAM source code for the investigation of phase change (condensation or evaporation of the water films or droplets) into the air media . I heard somethings about interThermalPhaseChangeFoam framework. But, unfortunately, it couldn't be coupled with species transport models. Is it correct? Are there other foam codes for these studies ?

I studied some papers for this purpose. I found Welch and Wilson paper as the best research for this objective:

A Volume of Fluid Based Method for Fluid Flows with Phase Change

The reason for this my opinion is ,the fact that, they, unlike a lot of researches , had captured interface velocity & pressure discontinuities in their investigations as follows:

The normal velocity interface jump conditions for gas & liquid phases:

u_{g,n}-u_{l,n}=\dot{m\ \ \ }(\frac{1}{{\rho{}}_g}-\frac{1}{{\rho{}}_l})\ \ \ \
\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ (eq.1)

The pressure interface jump conditions:

\left[[-\rho{}\textbf{U}\textbf{U}-p\textbf{n}+\mu{}(\nabla{}\textbf{U}+\nabla{}\textbf{U}^T)\right]]=\ \sigma{}\kappa{}\textbf{n}\ \ \
\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ (eq.2)

The heat transfer arising from mass transfer at the interface:

\dot{q}={\left.k\frac{\partial{}T}{\partial{}n}\right]}_g-{\left.k\frac{\partial{}T}{\partial{}n}\right]}_l   \ \ \ \ (eq.3)

The mass transfer relation at the interface (in some references):

\dot{m}=\ -\frac{K}{L}\frac{\partial{}T}{\partial{}n}\ \ \ \ \

Or based on some other references:

or\ \ \ \ \ \ \dot{m}=\
\frac{D_v{\rho{}}_g}{1-Y_v}\frac{\partial{}Y_v}{\partial{}n}\ \ \ \ \

\ \ \ \ \ \ or\ even \ in \ some\ resources\ \ \ \ \ \ \dot{m}=\
\frac{D_v{\rho{}}_g}{1-Y_v}\frac{\partial{}Y_v}{\partial{}n}-\frac{K}{L}\frac{\partial{}T}{\partial{}n}\
\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ (eq.4)

Assuming saturation state at the interface, Mass fraction of vapor at interface is given by

Y_{v,sat}=\frac{P_{v,sat}}{P}*\frac{M_v}{M_{gp,sat}}

in which,

M_{gp,sat}\ \ \ is\ Molecular\ weight\ gasous\ phase\ and\ given\ by

M_{gp,sat}=\frac{P_{v,sat}*M_v+{(P-P}_{v,sat})*M_g}{P}


\ and \ P_{v,sat}\ \ \ is\ evaluated\ as\ following\ \ relation \ :

P_{v,sat}=\frac{P_c{*T}_c}{T}*


\left[a*{\left(1-\frac{T}{T_c}\right)}^{1.5}+b*{\left(1-\frac{T}{T_c}\right)}^3+c*{\left(1-\frac{T}{T_c}\right)}^3+d*{\left(1-\frac{T}{T_c}\right)}^6\right]\
\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \


\ \ \ \left(eq.5\right)\ in\ which,P_c\ \ \ and\ T_c\
are\ critical\ presure\ \&\ temperature,\ respectively.

Unfortunately, a lot of research have not investigated these considerations.

Also, I need an extensive VOF model to cover species transport equation since the water phase change occurs in an air-based media in my case.

Unfortunately, I found a little papers in this case. Does anyone access to such a phase change VOF-based comprehensive study with the consideration of species transport phenomenon?

Also, there is a fairly good method suitable for sharp interfaces so called Continuous Species Transfer (CST) model considered species transport phenomenon. However, unfortunately, I didn't find this method in any paper coupled with energy equation .

Has someone observed the coupling of CST method with energy equation in the CFD documents?

Moreover, as I indicated at above mentioned expressions, there is not a unique relation for mass transfer and I'm confused. Is there anyone to help me in finding a fairly suitable and true expression for the interface mass transfer?

I would be highly appreciated if anyone help me.

Also many thanks in advance for providing me with OPENFOAM code (or at least OPENFOAM code name) considering above descriptions in the interface either via this panel or directly via my email address (mehdiasgh@gmail.com).

Thanks a lot for any help.


M.Asghari

Hi Asghari!
A lot of time has passed since your message. I am curious whether you found anything relatable to this problem?
Best tonnykz
tonnykz is offline   Reply With Quote

Reply

Tags
phase change, species mass fraction, vof (cst)


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
p_rgh initial residual no change with different settings manuc OpenFOAM Running, Solving & CFD 3 June 26, 2018 15:53
Radiation interface hinca CFX 15 January 26, 2014 17:11
[blockMesh] error message with modeling a cube with a hold at the center hsingtzu OpenFOAM Meshing & Mesh Conversion 2 March 14, 2012 09:56
[Gmsh] Import problem ARC OpenFOAM Meshing & Mesh Conversion 0 February 27, 2010 10:56
Design Integration with CFD? John C. Chien Main CFD Forum 19 May 17, 2001 15:56


All times are GMT -4. The time now is 02:25.