|
[Sponsors] |
September 17, 2016, 03:18 |
VOF - interface capturing scheme
|
#1 |
Member
iman
Join Date: Jun 2015
Posts: 35
Rep Power: 11 |
Please assisting me.
I am dealing with a problem about Volume of Fluid (VOF) method, coding through the FORTRAN. I would be so thankful if you guide me about VOF coding procedure. If possible please guid me an implementation of two-dimensional VOF code by any of these schem SLIC, Hirt–Nichols’ VOF, Youngs’ method, the PLIC, CICSAM. Email: irp.cfdonline@gmail.com |
|
September 17, 2016, 15:28 |
Double interface compression in OpenFOAM
|
#2 |
Senior Member
Jon Elvar Wallevik
Join Date: Nov 2010
Location: Reykjavik, ICELAND
Posts: 103
Rep Power: 20 |
Hi there
I am going by memory here,... The VOF by H&N can basically be divided into two families one is interface compression by reconstruction, which are SLIC, PLIC, etc The other family is interface compression by special discretization schemes (compressive differencing scheme), like CICSAM and HIRC. OpenFOAM is using FCT - flux corrected transport (available through MULES), which belongs to the second family of VOF. But in addition to this, a special compression is also applied into the phase transport equation it self. Sometimes it is refereed to as an "artificial term", but it is possible to show it is very physical (not artificial). So with this + FCT (with Zalesak modsification), OF really has a double compression scheme. (FCT is by the way very good in solving hyperbolic PDEs) So I really don't understand why you want to program PLIC into the OF framework. Anyway, this would be a serious undertaking, which I would not dream doing, even after several years of OF use. This is very difficuld due to the complexity of the mesh infrastructure of OF (collocated mesh => unstructured and structured mesh) If I were you, I would forget this and use what OF has to offer. Hope this helps J. Last edited by JonW; September 19, 2016 at 09:48. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
VOF simulate interface motion during evaporation | ellen peng | FLUENT | 1 | February 11, 2021 07:58 |
VOF - interface capturing scheme | IRP | Fidelity CFD | 0 | September 17, 2016 03:13 |
Error - Solar absorber - Solar Thermal Radiation | MichaelK | CFX | 12 | September 1, 2016 06:15 |
Wrong flow in ratating domain problem | Sanyo | CFX | 17 | August 15, 2015 07:20 |
Convective Heat Transfer - Heat Exchanger | Mark | CFX | 6 | November 15, 2004 16:55 |