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

interface curvature in interFoam

Register Blogs Community New Posts Updated Threads Search

Like Tree2Likes
  • 1 Post By ndtrong
  • 1 Post By mAlletto

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 14, 2019, 01:55
Default interface curvature in interFoam
  #1
Senior Member
 
Nguyen Duy Trong
Join Date: Apr 2014
Posts: 124
Rep Power: 12
ndtrong is on a distinguished road
Hi everyone,


I have a question about interface curvature as below:
Following definition of interface curvature, \kappa is defined as:
\kappa = \nabla\cdot \vec{n}
in which \vec{n} is normal vector of interface that is defined based on volume fraction in each cell as:
\vec{n} = \frac{\nabla \cdot \alpha}{|\nabla \cdot \alpha|}
So:
\vec{n} is volVectorField and then \kappa is volScalarField, is that correct?

However, in interFoam solver, \vec{n} is defined on cell face (\vec{n_f}) as:
\vec{n_f} = \frac{(\nabla \alpha)_f}{|(\nabla \alpha)_f|}
where (\nabla\alpha)_f is defined by interpolation computation as:
(\nabla\alpha)_f = \text{fvc::interpolate}(\nabla\alpha)
then, face unit interface normal flux is defined as:
\hat{n}_f = \vec{n}\cdot S_f

with S_f is the normal vector of cell face (Note that \hat{n}_f then is a surfaceScalarField).

Then, interface curvature is defined as:
\kappa = \nabla\cdot\hat{n}_f

My question is:
- why do we need to interpolate the \nabla\alpha to cell face.
- when we mention about normal vector of interface (interface normal vector) which one is correct \vec{n} defined at cell's center or \vec{n}_f defined at cell's face?
mcfdma likes this.
ndtrong is offline   Reply With Quote

Old   December 16, 2019, 08:36
Default
  #2
Member
 
Hosein
Join Date: Nov 2011
Location: Germany
Posts: 93
Rep Power: 14
einstein_zee is on a distinguished road
Hii there,

1. In order to be consistent with FVM, fluxes/forces or ... are calculated over the faces of the computational cell. Also note that surface tension is added as a volumetric force in momentum equation.

2. In general, VOF methods which are not tracking explicitly(by reconstructing the interface) the interface, are not representing the exact shape of the interface. This means you should not worry about which one is correct or not. As far as solution of momentum eq. is concerned the formulation should be done WRT cell faces.

hope this helps...
einstein_zee is offline   Reply With Quote

Old   December 17, 2019, 18:18
Default
  #3
Senior Member
 
Nguyen Duy Trong
Join Date: Apr 2014
Posts: 124
Rep Power: 12
ndtrong is on a distinguished road
Quote:
Originally Posted by einstein_zee View Post
Hii there,

1. In order to be consistent with FVM, fluxes/forces or ... are calculated over the faces of the computational cell. Also note that surface tension is added as a volumetric force in momentum equation.

2. In general, VOF methods which are not tracking explicitly(by reconstructing the interface) the interface, are not representing the exact shape of the interface. This means you should not worry about which one is correct or not. As far as solution of momentum eq. is concerned the formulation should be done WRT cell faces.

hope this helps...
Dear Mr. Hosein

Thank you very much for your comments.
I have another question on comment #2. Could you please make clear on VOF methods which are not tracking explicit, why it does not represent the exact shape of interface? What are their drawback make interface not sharpen?
ndtrong is offline   Reply With Quote

Old   December 20, 2019, 05:37
Default
  #4
Senior Member
 
Michael Alletto
Join Date: Jun 2018
Location: Bremen
Posts: 615
Rep Power: 15
mAlletto will become famous soon enough
the interface is not explicit since it is calculated from the colour function alpha. One disadvantage is that if you consider also surface tension with an implicit formulation of the interface you can generate parasitic currents. A very good article explaining interfoam is this one: https://iopscience.iop.org/article/1.../1/014016/meta
ndtrong likes this.
mAlletto is offline   Reply With Quote

Old   December 22, 2019, 22:49
Default
  #5
Senior Member
 
Nguyen Duy Trong
Join Date: Apr 2014
Posts: 124
Rep Power: 12
ndtrong is on a distinguished road
Dear Michael,

I thank you very much for your comment with related paper.
ndtrong 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
Can I achieve better convergence? sheaker CFX 12 September 19, 2019 15:36
extrapolating interface curvature onto the wall Saideep OpenFOAM 8 August 1, 2016 07:27
interFOAM/ sclsVOF. Interface representation. Saideep OpenFOAM Running, Solving & CFD 0 January 28, 2016 11:22
strange curvature with interFoam (comparison with Brackbill work) duongquaphim OpenFOAM Running, Solving & CFD 23 July 25, 2013 01:03
the interface reconstruction in InterFoam young_Cao OpenFOAM Running, Solving & CFD 3 June 13, 2012 06:45


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