|
[Sponsors] |
May 27, 2009, 08:52 |
Diffuse Interface Method in interFOAM
|
#1 |
Member
|
Hello,
I am a new guy with OF and I am working in multiphase flow. As I knew, in order to physically describe the interface, a new method called Diffuse Interface Method is introduced. Does any one know whether is is implemented in OF 1.5? Thanks, Anh Duong |
|
June 12, 2009, 11:17 |
About the diffuse interface method
|
#2 |
New Member
|
The diffuse interface method assumes that the interface is described by the spatial variation of a variable. In the VOF method, this is the scalar representing the limit between two fluids. In level set methods, this is the level function itself. Typically, the variations of the variable are noticeable only in the vicinity of the interface, which is usually spread over 2 to 3 control volumes.
From there, the diffuse interface methods states that the forces acting at the liquid/gas interface such as surface tension are represented by volumetric forces which are everywhere zero but at the interface. Since the interface representation is spread over 2 or 3 control volumes, so is the volumetric force. The usual jump condition at the interface ( sigma*curvature for pressure) is thus smeared over the interface representation. In the diffuse interface model, this jump condition is recovered by integrating the volumetric force along the interface normal. Should the interface thickness tend to zero, the jump condition is then recovered. So, in conclusion, if you look at the InterFoam solver, it implements the diffuse interface model... Hope this helps... |
|
June 26, 2009, 06:16 |
|
#3 |
Member
|
Hi Frank,
Thank you for your answer. As you mention, I checked the InterFoam solver and gammaEqn.H. However, in this solver, they only solve a convective equation of gamma and I did not find anything relating to Diffuse Interface method. Is it true that you were mentioning about compressive gamma coefficient? I think these two methods are different. Can you please show me some lines in interFoam solver code about this? Duong Last edited by duongquaphim; June 26, 2009 at 07:15. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
smoothed interface capturing method: compressible. | jinwon | Main CFD Forum | 0 | May 14, 2007 01:20 |
diffuse interface model | KK-Khan | Main CFD Forum | 0 | July 14, 2006 04:26 |
interface reconstruction in Fluent VOF method? | daniel | FLUENT | 0 | May 4, 2006 04:46 |
Convective Heat Transfer - Heat Exchanger | Mark | CFX | 6 | November 15, 2004 16:55 |
Replace periodic by inlet-outlet pair | lego | CFX | 3 | November 5, 2002 21:09 |