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

Marangoni Convection - icoReactingMultiphaseInterFoam

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By Schmidtgen

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 16, 2021, 11:04
Default Marangoni Convection - icoReactingMultiphaseInterFoam
  #1
New Member
 
Join Date: Jan 2021
Posts: 12
Rep Power: 5
Schmidtgen is on a distinguished road
Hello,

i am trying to implement the temperature dependent surface tension (Marangoni Convection). Too validate my Implementation I want to replicate the Case published by Tan. But my Results aren't satisfying and maybe someone can have a look into my case setup.

The tangential surface tension component is implementent in UEqn:

\vec{F}_{s}=[\sigma\kappa\vec{n}+\frac{d\sigma}{dT}(\nabla T - \vec{n}(\vec{n}\cdot \nabla T))]|\nabla \gamma|\frac{2\rho}{\rho_{1}+\rho_{2}}

Code:
volScalarField alpha0 = fvc::average(fluid.phase(0));  
volScalarField alpha1 = fvc::average(fluid.phase(1));   
volVectorField gradAlpha = alpha1*fvc::grad(alpha0)-alpha0*fvc::grad(alpha1);
volVectorField nn = gradAlpha/(mag(gradAlpha)+deltaN);
volScalarField factor = (2*rho)/(fluid.phase(0).rho()+fluid.phase(1).rho());

fvVectorMatrix UEqn
(
    fvm::ddt(rho, U)
  + fvm::div(rhoPhi, U)
//- fvm::Sp(fvc::ddt(rho) + fvc::div(rhoPhi), U)
  + turbulence->divDevRhoReff(U)
  - dSigmadT*(fvc::grad(T) - nn*(nn & fvc::grad(T)))*mag(gradAlpha)*factor
  ==
    fvOptions(rho, U)
);
As normal suface tension component the constant sufaceTension Model is selected.

I attached my case setup. I look forward to any advise.

https://imgur.com/a/kD6QsQF

L. Tan, S. Leong, E. Leonardi, and T. Barber, “A numerical study of solid-liquid
phase change with marangoni effects using a multiphase approach,” Progress in
Computational Fluid Dynamics, vol. 6, no. 6, pp. 304–313, 2006.
Schmidtgen is offline   Reply With Quote

Old   July 17, 2021, 13:49
Default
  #2
New Member
 
Join Date: Jan 2021
Posts: 12
Rep Power: 5
Schmidtgen is on a distinguished road
Here is my case.
Attached Files
File Type: zip 3PMarangoni.zip (18.4 KB, 53 views)
XinXin likes this.
Schmidtgen is offline   Reply With Quote

Old   September 26, 2021, 03:21
Default
  #3
New Member
 
XinZhou
Join Date: Apr 2018
Posts: 10
Rep Power: 8
XinXin is on a distinguished road
hello,Schmidtgen, have you solved this problem?Could you please share your method ?
XinXin is offline   Reply With Quote

Old   October 20, 2022, 20:17
Default
  #4
New Member
 
VINIT
Join Date: Aug 2022
Posts: 10
Rep Power: 3
VINIT is on a distinguished road
Quote:
Originally Posted by XinXin View Post
hello,Schmidtgen, have you solved this problem?Could you please share your method ?

Hello XInXin


Were you able to incorporate marangoni?
VINIT is offline   Reply With Quote

Old   October 26, 2022, 04:43
Default
  #5
New Member
 
Join Date: Jan 2021
Posts: 12
Rep Power: 5
Schmidtgen is on a distinguished road
Quote:
Originally Posted by XinXin View Post
hello,Schmidtgen, have you solved this problem?Could you please share your method ?
Sorry for the late reply. I had stopped working on the solver. And the problem was not finally solved by me.
Schmidtgen is offline   Reply With Quote

Old   December 1, 2022, 12:42
Default
  #6
Member
 
Ching Liu
Join Date: Sep 2017
Posts: 45
Rep Power: 8
qingqingliu is on a distinguished road
I am also working on this solver, but different topic.
You introduced a void fraction in the U equation. Did you know how the void fraction is solved in this solver? I looked in the folder of this solver but did not find the void fraction transport equation.
qingqingliu 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
Marangoni Convection CneSpaulding STAR-CCM+ 2 June 6, 2014 07:38
Thermophysical properties for natural convection Ciefdi OpenFOAM Running, Solving & CFD 0 November 7, 2013 11:44
Modeling both radiation and convection on surfaces - Ansys Transient Thermal R13 s.mishra ANSYS 0 March 31, 2012 04:12
Marangoni convection in CFX shahpar73 CFX 3 January 31, 2011 06:13
Marangoni Convection Rucy FLUENT 0 July 6, 2005 05:17


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